.ip-cf7-contact-replacement {
    margin: 0.75rem 0;
}

.ip-cf7-contact-trigger {
    cursor: pointer;
}

html.ip-cf7-modal-open,
html.ip-cf7-modal-open body {
    overflow: hidden;
}

.ip-cf7-modal[hidden] {
    display: none !important;
}

.ip-cf7-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ip-cf7-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
}

.ip-cf7-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    box-sizing: border-box;
    padding: 28px;
    background: #fff;
    color: #111;
    border-radius: 12px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
    outline: none;
}

.ip-cf7-modal__dialog h2 {
    margin-top: 0;
    padding-right: 44px;
}

.ip-cf7-modal__product {
    margin-top: -0.5rem;
    margin-bottom: 1.25rem;
}

.ip-cf7-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.ip-cf7-modal__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ip-cf7-modal__form textarea,
.ip-cf7-modal__form select {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .ip-cf7-modal {
        padding: 10px;
        align-items: flex-start;
    }

    .ip-cf7-modal__dialog {
        max-height: calc(100vh - 20px);
        padding: 22px 18px;
        margin-top: 10px;
    }
}


/*
 * Modalità contatto: nasconde i prezzi SOLO nei Download convertiti a CF7.
 * Non modifica i prezzi EDD nel database e non interviene sui prodotti non configurati.
 */
.ip-cf7-price-hidden {
    display: none !important;
}

.edd_download.ip-cf7-contact-prices-hidden .prezzobar,
.edd_download.ip-cf7-contact-prices-hidden .offerta,
.edd_download.ip-cf7-contact-prices-hidden .edd_price,
.edd_download.ip-cf7-contact-prices-hidden .edd_download_price,
.edd_download.ip-cf7-contact-prices-hidden .edd_price_range,
.edd_download.ip-cf7-contact-prices-hidden .edd_price_options,
.edd_download.ip-cf7-contact-prices-hidden .edd_price_option_price,
body.ip-cf7-contact-prices-hidden .singolodoc .prezzobar,
body.ip-cf7-contact-prices-hidden .singolodoc .offerta,
body.ip-cf7-contact-prices-hidden .singolodoc .edd_price,
body.ip-cf7-contact-prices-hidden .singolodoc .edd_download_price,
body.ip-cf7-contact-prices-hidden .singolodoc .edd_price_range,
body.ip-cf7-contact-prices-hidden .singolodoc .edd_price_options,
body.ip-cf7-contact-prices-hidden .singolodoc .edd_price_option_price,
body.ip-cf7-contact-prices-hidden .tribe-tickets__tickets-item-extra-price,
body.ip-cf7-contact-prices-hidden .tribe-tickets__tickets-original-price,
body.ip-cf7-contact-prices-hidden .tribe-tickets__tickets-sale-price {
    display: none !important;
}
