.itu-cfo-price-text {
    display: inline-block;
    font-weight: 600;
}

.itu-cfo-offer-box {
    margin: 22px 0;
}

.itu-cfo-note {
    margin: 10px 0 0;
    font-size: 14px;
    opacity: 0.8;
}

.itu-cfo-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.itu-cfo-modal.is-open {
    display: block;
}

.itu-cfo-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.itu-cfo-modal-content {
    position: relative;
    max-width: 560px;
    width: calc(100% - 32px);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    margin: 16px auto;
    padding: 28px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.admin-bar .itu-cfo-modal-content {
    margin-top: 48px;
}

.itu-cfo-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.itu-cfo-product-reference {
    margin: 16px 0;
    padding: 12px 14px;
    background: #f6f6f6;
    border-radius: 8px;
}

.itu-cfo-form p {
    margin: 0 0 14px;
}

.itu-cfo-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.itu-cfo-form input:not([type="hidden"]),
.itu-cfo-form textarea {
    width: 100%;
    box-sizing: border-box;
}

.itu-cfo-submit[disabled] {
    opacity: 0.65;
    cursor: wait;
}

.itu-cfo-response {
    margin-top: 14px;
    font-weight: 600;
}

.itu-cfo-response.is-success {
    color: #147a35;
}

.itu-cfo-response.is-error {
    color: #b00020;
}

.itu-cfo-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

body.itu-cfo-modal-open {
    overflow: hidden;
}
