/* Checkout enhancements */
.mv-fee-breakdown-wrap, .mv-repeater-addons-wrap {
    margin: 20px 0;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.mv-fee-breakdown-wrap {
    background: #fff8f8;
    border: 1px solid #f8d7da;
}

.mv-fee-breakdown-wrap h3, .mv-repeater-addons-wrap h3 {
    margin-top: 0;
    font-size: 20px;
    color: #b8071b;
    border-bottom: 2px solid #b8071b;
    padding-bottom: 10px;
    font-weight: 600;
}

.mv-fee-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.mv-fee-table td {
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(184, 7, 27, 0.08);
}

.mv-fee-table tr:last-child td {
    border-bottom: none;
}

.mv-fee-table tr.highlight td {
    font-weight: bold;
    color: #155724;
    font-size: 16px;
}

.mv-tax-note {
    font-size: 13px;
    color: #888;
    margin: 10px 0 0 0;
    line-height: 1.4;
}

.mv-repeater-addons-wrap {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.addon-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.addon-option:hover {
    border-color: #b8071b;
    box-shadow: 0 4px 10px rgba(184, 7, 27, 0.05);
}

.addon-option.mandatory {
    border-left: 4px solid #b8071b;
    background: #fdfdfd;
}

.addon-option input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
    transform: scale(1.1);
}

.addon-option input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.addon-label-wrap {
    display: flex;
    flex-direction: column;
}

.addon-label-wrap label {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    cursor: pointer;
}

.addon-option.mandatory label {
    cursor: not-allowed;
}

.addon-desc {
    font-size: 13px;
    color: #666;
    margin: 4px 0 0 0;
    line-height: 1.4;
}

/* Thank you page styling overrides */
.mv-thankyou-partial-payment {
    background: #ffffff;
    border: 2px solid #b8071b;
    border-radius: 12px;
    padding: 40px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.mv-thankyou-partial-payment h2 {
    color: #b8071b;
    font-size: 32px;
    margin-top: 0;
    font-weight: 700;
}

.mv-thankyou-partial-payment .intro {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    max-width: 500px;
    margin: 15px auto;
}

.mv-thankyou-partial-payment .instructions {
    margin-top: 30px;
}

.mv-thankyou-partial-payment h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.bank-details-box {
    background: #fff8f8;
    border: 1px dashed #f5c6cb;
    color: #721c24;
    padding: 20px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    border-radius: 8px;
    max-width: 480px;
    margin: 20px auto;
    text-align: left;
    white-space: pre-wrap;
    line-height: 1.5;
}

.form-cta {
    font-size: 15px;
    color: #555;
    margin: 25px 0 15px 0;
}

.confirmation-btn {
    display: inline-block;
    background: #b8071b;
    color: #ffffff !important;
    font-weight: bold;
    padding: 14px 35px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 12px rgba(184, 7, 27, 0.25);
}

.confirmation-btn:hover {
    background: #9d0617;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(184, 7, 27, 0.35);
}
