/* CBE Payment Verifier – Form Styles */

.cbe-pv-box {
    max-width: 560px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cbe-pv-title {
    margin: 0 0 1.2rem;
    font-size: 1.3rem;
    color: #1a1a2e;
    border-bottom: 2px solid #006837;
    padding-bottom: .6rem;
}

.cbe-pv-price {
    background: #f0faf4;
    border-left: 4px solid #006837;
    padding: .6rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.2rem;
    font-size: .95rem;
}

.cbe-pv-instructions {
    background: #fffbea;
    border: 1px solid #f0d060;
    border-radius: 6px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: .88rem;
    line-height: 1.6;
}
.cbe-pv-instructions p { margin: 0 0 .4rem; font-weight: 600; }
.cbe-pv-instructions ol { margin: 0; padding-left: 1.3rem; }
.cbe-pv-instructions li { margin-bottom: .3rem; }

.cbe-pv-field {
    margin-bottom: 1.1rem;
}
.cbe-pv-field label {
    display: block;
    font-weight: 600;
    margin-bottom: .3rem;
    color: #333;
    font-size: .92rem;
}
.cbe-pv-field label span { color: #c0392b; }
.cbe-pv-field input[type="text"],
.cbe-pv-field input[type="email"] {
    width: 100%;
    padding: .7rem .9rem;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color .2s;
    box-sizing: border-box;
    font-family: inherit;
}
.cbe-pv-field input:focus {
    outline: none;
    border-color: #006837;
    box-shadow: 0 0 0 3px rgba(0,104,55,.12);
}
.cbe-pv-field small {
    display: block;
    margin-top: .3rem;
    color: #666;
    font-size: .8rem;
}

.cbe-pv-btn {
    display: inline-block;
    background: #006837;
    color: #fff !important;
    border: none;
    padding: .8rem 1.8rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    transition: background .2s, transform .1s;
    width: 100%;
    text-align: center;
    margin-top: .5rem;
}
.cbe-pv-btn:hover { background: #005229; transform: translateY(-1px); }
.cbe-pv-btn:disabled { background: #aaa; cursor: not-allowed; transform: none; }

.cbe-pv-alert {
    padding: .8rem 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: .92rem;
    line-height: 1.5;
}
.cbe-pv-alert.error   { background: #fdf0f0; border: 1px solid #e0a0a0; color: #8b0000; }
.cbe-pv-alert.success { background: #f0faf4; border: 1px solid #80c89c; color: #1a5c35; }

/* Success panel */
.cbe-pv-success-panel {
    text-align: center;
    padding: 1.5rem 0;
}
.cbe-pv-check {
    font-size: 3rem;
    margin-bottom: .5rem;
}
.cbe-pv-success-panel h4 {
    font-size: 1.3rem;
    color: #006837;
    margin: 0 0 .6rem;
}
.cbe-pv-success-panel p {
    color: #444;
    margin-bottom: 1.2rem;
}

/* Already enrolled */
.cbe-pv-success {
    text-align: center;
    padding: 1.5rem;
}
.cbe-pv-success p { margin-bottom: 1rem; color: #1a5c35; }
