soula   m/**
 * FA Arrangements - Core Styles
 * Matches the existing quote-form brand exactly.
 */

/* =========================================================================
   THEME ISOLATION
   Many WordPress themes apply aggressive global resets (e.g.
   "div, span { float:left; display:block }" or "ul, li { float:left }").
   This scoped reset prevents those rules from breaking the plugin layout.
   ========================================================================= */
.fa-arrangements *,
.fa-arrangements *::before,
.fa-arrangements *::after {
    box-sizing: border-box !important;
}

.fa-arrangements div,
.fa-arrangements span,
.fa-arrangements ul,
.fa-arrangements li,
.fa-arrangements a,
.fa-arrangements label,
.fa-arrangements p,
.fa-arrangements input,
.fa-arrangements select,
.fa-arrangements textarea {
    float: none !important;
}

.fa-arrangements button.fa-btn-back,
.fa-arrangements button.fa-btn-back-to-review {
    float: left !important;
}

.fa-arrangements button.fa-btn-next,
.fa-arrangements button.fa-btn-submit {
    float: right !important;
}

.fa-arrangements img {
    max-width: 100%;
    height: auto;
    display: inline-block !important;
}

/* =========================================================================
   OVERLAY
   ========================================================================= */
#fa-overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99500;
    height: 100%;
    width: 100%;
    background: #eee;
    padding: 0;
}

/* =========================================================================
   MAIN CONTAINER
   ========================================================================= */
.fa-arrangements {
    display: none !important;
    height: auto;
    min-height: 396px;
    max-height: calc(100vh - 200px);
    min-width: 780px !important;
    width: 780px !important;
    background: #fff;
    position: fixed;
    top: 100px;
    left: calc(50% - 390px);
    z-index: 99750;
    padding: 0 50px 30px 50px;
    overflow: auto;
    transition: width 0.35s ease-in-out, min-width 0.35s ease-in-out, left 0.35s ease-in-out;
}

.fa-arrangements.fa-wide {
    width: 1150px !important;
    min-width: 1150px !important;
    left: calc(50% - 575px);
}

.fa-arrangements.fa-nok-wide {
    width: 880px !important;
    min-width: 880px !important;
    left: calc(50% - 440px);
}

/* =========================================================================
   CLOSE BUTTON
   ========================================================================= */
.fa-header {
    height: 20px;
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
}

.fa-header-title {
    display: none;
}

.fa-close {
    position: relative;
    top: 10px;
    left: 34px;
    color: rgba(49, 63, 94, 0.75);
    cursor: pointer;
    font-size: 28px;
    font-style: normal;
    font-family: Arial, sans-serif;
    line-height: 1;
    display: inline-block;
    z-index: 10;
}

/* =========================================================================
   PROGRESS BAR
   ========================================================================= */
.fa-progress {
    width: 100%;
    margin-bottom: 25px;
}

.fa-progress-labels {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    margin-bottom: 8px;
}

.fa-progress-pct,
.fa-progress-time {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    font-size: 14px;
    font-weight: 600;
    color: #313f5e;
}

.fa-progress-track {
    width: 100%;
    height: 5px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.fa-progress-bar {
    height: 100%;
    width: 0;
    background: #8E5B7A;
    border-radius: 4px;
    transition: width 0.4s ease-in-out;
}

/* =========================================================================
   MESSAGE BAR
   ========================================================================= */
.fa-message {
    display: none;
    height: 52px;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}

.fa-msg-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.fa-msg-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.fa-msg-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* =========================================================================
   PANELS
   ========================================================================= */
.fa-panels-container {
    width: 100%;
}

.fa-panel {
    display: none;
    width: 100%;
    min-height: 340px;
    flex-direction: column;
    padding-bottom: 10px;
}

/* =========================================================================
   QUESTION
   ========================================================================= */
.fa-panel-question {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 26px;
    text-align: center;
}

.fa-description {
    width: 100%;
    font-size: 16px;
    color: #333;
    margin: 10px 0 20px 0;
    text-align: center;
}

.fa-note {
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.fa-note a {
    color: #cd6014;
    font-weight: bold;
    text-decoration: none;
}

.fa-note a:hover {
    text-decoration: underline;
}

/* =========================================================================
   REQUIREMENTS PANEL
   ========================================================================= */
.fa-req-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
}

.fa-req-list li {
    font-size: 16px;
    color: #40362f;
    padding: 12px 20px;
    margin-bottom: 8px;
    display: flex !important;
    align-items: baseline !important;
    gap: 12px;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
}

.fa-req-list li i {
    color: #487f0a;
    font-size: 14px;
    flex-shrink: 0;
}

a.fa-req-nok-link {
    color: #cd6014;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a.fa-req-nok-link:hover {
    text-decoration: underline;
}

.fa-req-nok-detail {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 16px 20px;
    background: #f9f9f9;
    border-left: 3px solid #cd6014;
    text-align: left;
}

.fa-req-nok-detail p {
    font-size: 15px;
    line-height: 1.5;
    color: #40362f;
    margin: 0;
}

/* =========================================================================
   OPTIONS
   ========================================================================= */
.fa-options {
    width: 100%;
}

.fa-options.fa-options-half {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.fa-option {
    height: 55px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 14px;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    font-size: 16px;
    color: #40362f;
    text-align: center;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
}

.fa-option.selected {
    background: #8E5B7A;
    color: #fff;
}

.fa-option.fa-option-half {
    width: auto !important;
    min-width: 0 !important;
}

.fa-option.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* =========================================================================
   TEXTBOX / INPUT FIELDS
   ========================================================================= */
.fa-fields {
    width: 100%;
}

.fa-field {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.fa-input-wrap {
    height: 55px;
    width: 100%;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    font-size: 16px;
    color: #40362f;
    text-align: center;
    padding: 0;
}

.fa-input {
    width: 100%;
    height: 55px;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    padding: 8px 10px;
    color: #40362f;
    font-size: 16px;
    outline: none !important;
    box-sizing: border-box;
    text-align: center;
}

.fa-input::placeholder {
    color: rgba(49, 63, 94, 0.75);
    opacity: 1;
}

.fa-input::-webkit-input-placeholder {
    color: rgba(49, 63, 94, 0.75);
}

.fa-input::-moz-placeholder {
    color: rgba(49, 63, 94, 0.75);
    opacity: 1;
}

.fa-input:-ms-input-placeholder {
    color: rgba(49, 63, 94, 0.75);
}

.fa-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.fa-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.fa-input.fa-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.fa-field-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #40362f;
    margin-bottom: 5px;
}

.fa-input-with-icon {
    display: flex !important;
    align-items: stretch !important;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    overflow: hidden;
}

.fa-input-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 55px;
    min-width: 55px;
    background: #eee;
    color: #888;
    font-size: 16px;
}

.fa-input-with-icon .fa-input {
    border: none;
    border-radius: 0;
    text-align: left;
    padding-left: 14px;
}

select.fa-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    text-align: left;
    padding-left: 16px;
}

/* =========================================================================
   QUANTITY (inline in bordered row)
   ========================================================================= */
.fa-quantity-control {
    height: 55px;
    width: 100%;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    margin-bottom: 14px;
    display: flex !important;
    align-items: center !important;
}

.fa-quantity-control .fa-qty-label {
    flex: 0 0 auto !important;
    width: auto;
    font-size: 16px;
    margin: 0 20px 0 10px;
    color: #40362f;
}

.fa-qty-input {
    flex: 0 0 auto !important;
    width: 65px;
    height: 32px;
    border: 1px solid #e0e0e0;
    margin: 0;
    padding: 5px 10px;
    color: #40362f;
    font-size: 16px;
    outline: none !important;
    text-align: center;
    -moz-appearance: textfield;
}

.fa-qty-input::-webkit-outer-spin-button,
.fa-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fa-qty-price {
    flex: 0 0 auto !important;
    font-size: 16px;
    margin-left: 10px;
    color: #40362f;
}

.fa-qty-dropdown-wrap {
    flex: 0 0 auto !important;
    margin-left: 15px;
    border: 1px solid rgba(49,63,94,0.25);
    padding: 3px 8px 3px 0;
    overflow: hidden;
}

.fa-qty-dropdown {
    width: auto;
    height: auto;
    margin: 0;
    padding: 3px 8px 3px 10px;
    font-size: 16px;
    line-height: 1;
    background: transparent;
    border: none;
    color: #40362f;
    outline: none;
    cursor: pointer;
}

.fa-qty-minus,
.fa-qty-plus {
    display: none;
}

/* =========================================================================
   SUB-FIELDS (address, shipping, checkboxes)
   ========================================================================= */
.fa-sub-field {
    margin-bottom: 14px;
    width: 100%;
}

.fa-checkbox-field {
    margin-bottom: 14px;
    max-width: 100%;
    box-sizing: border-box;
}

.fa-checkbox-label {
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    font-size: 16px;
    color: #40362f;
    text-align: left;
    padding: 14px 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.fa-checkbox {
    display: inline-block;
    margin-right: 8px;
}

/* Address autocomplete with map pin icon */
.fa-autocomplete-wrap {
    position: relative;
    width: 100%;
}

.fa-autocomplete-wrap .fa-autocomplete-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 24px;
    z-index: 1;
}

.fa-autocomplete-wrap .fa-input {
    padding-left: 42px;
    text-align: left;
}

/* Shipping name with person icon */
.fa-name-icon-wrap {
    position: relative;
}

.fa-name-icon-wrap .fa-person-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    z-index: 1;
}

.fa-name-icon-wrap .fa-input {
    padding-left: 34px;
    text-align: left;
}

input[type="text"].fa-autocomplete {
    overflow: auto;
}

.pac-container {
    z-index: 100000 !important;
    width: auto !important;
}

.pac-container .pac-item {
    display: block;
}

/* =========================================================================
   PRODUCT ROWS (urns)
   ========================================================================= */
.fa-product-grid {
    width: 100%;
}

.fa-product-item {
    height: auto;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    display: flex !important;
    align-items: stretch !important;
}

.fa-product-item.selected {
    border: 2px solid #487f0a;
    background: rgba(49,63,94,0.05);
}

.fa-product-image {
    width: 70px;
    min-height: 70px;
    padding: 10px 0 10px 20px;
    display: flex !important;
    align-items: center !important;
}

.fa-product-image img {
    height: 100%;
    max-height: 60px;
    width: auto;
}

.fa-product-info {
    width: calc(100% - 140px);
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 0;
}

.fa-product-name {
    width: 100%;
    font-size: 16px;
    color: #40362f;
    text-align: center;
}

.fa-product-price {
    font-size: 14px;
    color: #40362f;
    font-weight: bold;
}

.fa-product-details-link {
    width: 100%;
    font-size: 14px;
    color: #40362f;
    text-align: center;
    font-weight: bold;
}

.fa-product-details-link:hover {
    text-decoration: underline;
}

.fa-product-check {
    width: 70px;
    min-height: 70px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 32px;
    color: #ddd;
    border-left: 1px solid #e0e0e0;
}

.fa-product-item.selected .fa-product-check {
    color: #487f0a;
    border-left: 1px solid rgba(49,63,94,0.25);
}

.fa-product-no-image .fa-product-image {
    display: none;
}

.fa-product-no-image .fa-product-info {
    width: calc(100% - 70px);
}

/* Keepsake quantity inline */
.fa-product-qty {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    padding: 0 20px 0 10px;
}

.fa-product-qty-label {
    font-size: 16px;
    color: #40362f;
}

.fa-product-qty .fa-qty-minus,
.fa-product-qty .fa-qty-plus {
    display: none;
}

/* =========================================================================
   NOK FORM
   ========================================================================= */
.fa-nok-entries {
    width: 100%;
    margin-bottom: 14px;
}

.fa-nok-entry {
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 14px;
    display: flex !important;
    flex-direction: column !important;
}

.fa-nok-entry-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px;
}

.fa-nok-entry-label {
    font-size: 16px;
    font-weight: bold;
    color: #40362f;
}

.fa-nok-remove {
    background: none;
    border: none;
    color: rgba(49,63,94,0.75);
    cursor: pointer;
    font-size: 16px;
    padding: 4px 8px;
}

.fa-nok-entry-fields {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
    width: 100%;
    align-items: center !important;
}

.fa-nok-delete {
    flex: 0 0 auto;
    background: none;
    border: none;
    color: #c0392b;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    padding: 0 4px;
    margin-left: 2px;
}

.fa-nok-delete:hover {
    color: #e74c3c;
}

.fa-nok-delete-icon {
    font-size: 20px;
    font-family: Arial, sans-serif;
}

.fa-nok-delete-text {
    display: none;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.fa-nok-field {
    flex: 1;
}

.fa-nok-field-email {
    flex: 2 !important;
}

.fa-nok-field-select {
    flex: 0 0 160px;
}

.fa-nok-field select.fa-input {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 55px;
}

.fa-nok-field-select {
    border: 1px solid rgba(49,63,94,0.25);
    border-radius: 4px;
    overflow: hidden;
}

.fa-nok-field-select select.fa-input {
    border: none;
}

@media (max-width: 600px) {
    .fa-nok-entry-fields {
        flex-direction: column;
    }
    .fa-nok-field-select {
        flex: 1;
    }
}

.fa-nok-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px;
    margin-bottom: 14px;
}

.fa-nok-add {
    background: #cd6014;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.fa-nok-add:hover {
    background: #b55412;
}

.fa-nok-count {
    font-size: 14px;
    color: #888;
}

.fa-nok-message {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 14px;
}

/* =========================================================================
   REVIEW PANEL
   ========================================================================= */
/* Review panel wider */

.fa-review-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: 20px;
}

.fa-review-card {
    background: #fff;
    padding: 24px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

.fa-review-card h4 {
    font-size: 16px;
    font-weight: bold;
    color: #40362f;
    margin: 0 0 14px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.fa-review-selections {
    grid-column: 1;
    grid-row: 1 / 3;
}

.fa-review-cart {
    grid-column: 2;
    grid-row: 1;
}

.fa-review-nok {
    grid-column: 2;
    grid-row: 2;
}

@media (max-width: 600px) {
    .fa-review-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .fa-review-selections,
    .fa-review-cart,
    .fa-review-nok {
        grid-column: 1;
        grid-row: auto;
    }
}

.fa-review-summary {
    margin-bottom: 0;
}

.fa-review-row {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
}

.fa-review-row:last-child {
    border-bottom: none;
}

.fa-review-row-top {
    display: flex !important;
    align-items: baseline !important;
    gap: 20px;
}

.fa-review-label {
    flex: 1;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.fa-review-value {
    color: #333;
    padding-top: 2px;
    font-weight: 500;
}

.fa-review-field { padding: 1px 0; font-size: 15px; font-weight: 500; color: #333; }
.fa-review-subfield { padding: 1px 0; font-size: 15px; font-weight: 500; color: #333; }

.fa-review-goto {
    flex: 0 0 auto;
    margin-left: 20px;
    color: #cd6014;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.fa-review-goto:hover {
    text-decoration: underline;
}

.fa-review-cart-row {
    display: flex !important;
    align-items: center !important;
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}

.fa-review-cart-row:last-child {
    border-bottom: none;
}

.fa-review-cart-name { flex: 1; font-size: 15px; font-weight: 500; color: #333; }
.fa-review-cart-qty { flex: 0 0 40px; text-align: center; color: #40362f; }
.fa-review-cart-price { flex: 0 0 80px; text-align: right; font-weight: bold; }

.fa-review-cart-total {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 2px solid #e0e0e0;
    text-align: right;
    font-size: 18px;
    color: #40362f;
    font-weight: bold;
}

.fa-review-nok h4 .fa-review-goto { margin-left: 15px; font-size: 14px; }
.fa-review-nok-row { padding: 6px 0; font-size: 15px; font-weight: 500; border-bottom: 1px solid #e0e0e0; color: #333; }
.fa-review-nok-row:last-child { border-bottom: none; }
.fa-review-nok-missing { color: #721c24; font-size: 16px; }
.fa-review-nok-na { color: #40362f; font-size: 16px; }

.fa-review-errors {
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #f8d7da;
}

.fa-review-errors h4 {
    font-size: 16px;
    font-weight: bold;
    color: #721c24;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5c6cb;
}

.fa-review-error-item { padding: 4px 0; font-size: 16px; color: #721c24; }
.fa-review-error-item a { color: #721c24; font-weight: bold; text-decoration: underline; }

[data-type="review"] .fa-buttons {
    text-align: right;
}

[data-type="review"] .fa-btn-submit {
    display: inline-flex !important;
}

/* =========================================================================
   BUTTONS (text links: back floats left, next floats right)
   ========================================================================= */
.fa-buttons {
    width: 100%;
    margin-top: auto;
    padding-top: 30px;
    padding-bottom: 0;
    overflow: hidden;
}

.fa-btn-back {
    float: left;
    cursor: pointer;
    background: #f0f0f0;
    border: 0;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 16px;
    color: #40362f;
}

.fa-btn-back i {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    color: #40362f;
}

.fa-btn-back span {
    display: inline-block;
    font-size: 16px;
    color: #40362f;
}

.fa-btn-back-to-review {
    cursor: pointer;
    background: #cd6014;
    border: 0;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.fa-btn-next {
    float: right;
    cursor: pointer;
    background: #f0f0f0;
    border: 0;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 16px;
    color: #40362f;
}

.fa-btn-next:disabled {
    opacity: 0.35;
    cursor: default;
}

.fa-btn-next i {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    color: #40362f;
}

.fa-btn-next span {
    display: inline-block;
    font-size: 16px;
    color: #40362f;
}

.fa-btn-submit {
    float: right;
    cursor: pointer;
    background: #40362f;
    border: 0;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
}

.fa-btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.fa-btn-submit i {
    margin-left: 10px;
}

/* =========================================================================
   LOADING
   ========================================================================= */
.fa-loading {
    display: none;
    width: 100%;
    text-align: center;
    padding: 80px 0;
    font-size: 16px;
    color: #40362f;
}

.fa-loading i {
    font-size: 32px;
    display: block;
    margin-bottom: 20px;
}

/* Review "Processing" overlay: fills the review panel, hides prior content */
.fa-panel.fa-review-processing {
    position: relative;
    min-height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
    overflow: hidden;
}

/* While processing, hide the outer scrollbar AND the top progress bar so the
   user only sees the spinner/status message. */
.fa-arrangements:has(.fa-review-processing) {
    overflow: hidden;
}
.fa-arrangements:has(.fa-review-processing) .fa-progress {
    display: none;
}

.fa-panel.fa-review-processing > *:not(.fa-review-loading) {
    display: none !important;
}

.fa-review-loading {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    color: #40362f;
    width: 100%;
}

.fa-review-loading i {
    font-size: 32px;
    display: block;
    margin-bottom: 20px;
    color: #40362f;
}

/* =========================================================================
   FOOTER (hidden)
   ========================================================================= */
.fa-footer {
    display: none;
}

/* =========================================================================
   PRODUCT VIEWER (inline, inside .fa-arrangements)
   ========================================================================= */
#fa-product-viewer {
    display: none;
    position: relative;
    background: #fff;
    z-index: 100;
    margin: 0 -50px 0;
    padding: 0 50px 30px;
}

.fa-product-viewer-header {
    text-align: right;
    padding: 15px 0;
}

.fa-product-viewer-header span {
    color: rgba(49, 63, 94, 0.75);
    cursor: pointer;
    font-size: 28px;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.fa-product-viewer-image {
    width: 100%;
    overflow: hidden;
}

.fa-product-viewer-image img {
    width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: contain;
    display: block;
}

.fa-product-viewer-name {
    padding: 20px 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #40362f;
}

.fa-product-viewer-price {
    padding: 6px 30px 0;
    font-size: 16px;
    color: #40362f;
}

.fa-product-viewer-description {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    padding: 16px 30px 20px;
    color: #40362f;
    box-sizing: border-box;
}

.fa-product-viewer-actions {
    padding: 0 30px 30px;
}

.fa-product-viewer-select {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    background: #487f0a;
    border: none;
    cursor: pointer;
}

.fa-product-viewer-select:hover {
    background: #3a6a08;
}

/* =========================================================================
   MOBILE CLOSE
   ========================================================================= */
.fa-mobile-close {
    display: none;
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 768px) {
    html.fa-open,
    html.fa-open body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    .fa-arrangements,
    .fa-arrangements.fa-wide,
    .fa-arrangements.fa-nok-wide {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100vw !important;
        max-height: 100vh;
        left: 0 !important;
        top: 0 !important;
        min-height: 100vh;
        padding: 0 20px 30px 20px;
        overflow-x: hidden !important;
    }

    .fa-nok-entry-fields {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .fa-nok-field,
    .fa-nok-field-email,
    .fa-nok-field-select {
        flex: 1 1 auto !important;
        width: 100%;
    }

    .fa-nok-field .fa-input,
    .fa-nok-field-email .fa-input {
        text-align: left;
        padding-left: 14px;
    }

    .fa-nok-delete {
        padding: 6px 4px;
    }

    .fa-nok-delete-icon {
        display: none;
    }

    .fa-nok-delete-text {
        display: inline;
    }

    .fa-option {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .fa-header {
        margin-bottom: 20px;
    }

    .fa-buttons {
        padding-top: 15px;
    }

    .fa-options.fa-options-half {
        grid-template-columns: 1fr;
    }

    .fa-mobile-close {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px;
        font-size: 16px;
        color: #40362f;
        cursor: pointer;
        border-top: 1px solid rgba(49,63,94,0.25);
    }

}
