/* Conference Payment Gateways - front-end styles */

#cpg-gateway-select .cpg-choose {
    margin: 0 0 8px;
    font-weight: 600;
}
#cpg-gateway-select .cpg-gw-options {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
#cpg-gateway-select .cpg-gw {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.cpg-fee-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
    background: #fafafa;
    font-size: 15px;
}
.cpg-fee-box .cpg-line {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}
.cpg-fee-box .cpg-total {
    border-top: 1px solid #ddd;
    margin-top: 6px;
    padding-top: 8px;
    font-weight: 700;
    font-size: 16px;
}
.cpg-fee-box .cpg-note {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}

.cpg-pay-area {
    min-height: 44px;
}

.cpg-rzp-btn {
    display: inline-block;
    width: 100%;
    background: #307796;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}
.cpg-rzp-btn:hover {
    background: #265f78;
}

.cpg-msg {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
}

/* ---------- Bank Transfer ---------- */
.cpg-bank-intro { font-size: 14px; line-height: 1.6; margin: 4px 0 12px; }
.cpg-bank-card {
    background: #f6f9fa;
    border: 1px solid #e2eaed;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 8px 0 14px;
}
.cpg-bank-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    border-bottom: 1px dashed #e2eaed;
    font-size: 14px;
}
.cpg-bank-row:last-child { border-bottom: 0; }
.cpg-bank-row span { color: #5a6b73; }
.cpg-bank-row strong { color: #1f2d34; text-align: right; word-break: break-word; }
.cpg-bank-note { font-size: 13px; color: #5a6b73; margin: 10px 0 0; }
.cpg-bank-btn {
    width: 100%;
    background: #307796;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.cpg-bank-btn:hover { background: #245e76; }
.cpg-bank-btn:disabled { opacity: .6; cursor: default; }

/* ---------- Locked per-conference page ---------- */
.cpg-locked-conf{
    background:#f6f9fa;
    border:1px solid #e2eaed;
    border-left:4px solid #307796;
    border-radius:6px;
    padding:10px 14px;
    margin:6px 0 14px;
    font-size:15px;
    color:#1f2d34;
}

/* Discount link UI */
.cpg-discount-line span { color: #1a7f37; }
.cpg-discount-banner { font-size: 14px; }

.cpg-save-badge {
    margin-top: 8px;
    padding: 8px 12px;
    background: #eaf6ec;
    color: #1a7f37;
    border-radius: 6px;
    font-weight: 700;
    text-align: center;
}
.cpg-discount-line span { color: #1a7f37; font-weight: 600; }

.cpg-gw-hint {
    margin: 6px 0 0;
    font-size: 13px;
    color: #555;
    font-style: italic;
}
