
.cvc-account{--red:#cc1818;--ink:#171717;--muted:#6b7280;--line:#e5e7eb;max-width:1180px;margin:0 auto 24px;font-family:inherit;color:var(--ink)}
.cvc-account *{box-sizing:border-box}
.cvc-account-head{display:flex;justify-content:space-between;gap:20px;align-items:center;border:2px solid var(--red);border-radius:14px;padding:22px 24px;margin-bottom:18px;background:#fff}
.cvc-account-head h1{margin:2px 0 5px;font-size:28px}.cvc-account-head p{margin:0;color:var(--muted)}
.cvc-eyebrow{color:var(--red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.cvc-userbadge{min-width:190px;border-left:3px solid var(--red);padding:8px 0 8px 14px}.cvc-userbadge strong,.cvc-userbadge span{display:block}.cvc-userbadge span{font-size:13px;color:var(--muted);margin-top:3px}
.cvc-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cvc-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 2px 9px rgba(0,0,0,.04)}
.cvc-card h2{margin:0 0 4px;font-size:19px}.cvc-muted{color:var(--muted);font-size:14px;margin:0 0 18px}
.cvc-card label:not(.cvc-check){display:block;font-size:13px;font-weight:700;margin:13px 0}
.cvc-card input[type=text],.cvc-card input[type=email]{display:block;width:100%;margin-top:6px;border:1px solid #d1d5db;border-radius:8px;padding:10px 11px;font:inherit}
.cvc-card input:disabled{background:#f7f7f7;color:#6b7280}.cvc-card small{display:block;color:var(--muted);font-weight:400;margin-top:5px}
.cvc-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background:#fff;color:var(--ink)!important;text-decoration:none!important;border-radius:8px;padding:10px 14px;font-weight:700;font-size:13px;cursor:pointer;margin:5px 7px 0 0}
.cvc-btn-primary{background:var(--red);border-color:var(--red);color:#fff!important}.cvc-btn-danger{border-color:var(--red);color:var(--red)!important}
.cvc-info-row{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #eee;padding:10px 0;font-size:14px}.cvc-info-row strong{text-align:right}
.cvc-check{display:flex;gap:10px;align-items:flex-start;margin:17px 0}.cvc-check input{margin-top:4px}.cvc-check strong,.cvc-check small{display:block}.cvc-check small{margin-top:3px}
.cvc-empty{border:1px dashed #d1d5db;border-radius:9px;padding:18px;background:#fafafa}.cvc-empty strong,.cvc-empty span{display:block}.cvc-empty strong{color:var(--red);margin-bottom:5px}.cvc-empty span{font-size:14px;color:var(--muted)}
.cvc-separator{height:1px;background:#eee;margin:18px 0 10px}.cvc-inline-form{display:inline}.cvc-status{display:flex;gap:8px;align-items:center;font-weight:700;margin:12px 0}.cvc-dot{width:9px;height:9px;border-radius:50%;background:var(--red)}
.cvc-notice{border-left:4px solid var(--red);background:#fff5f5;padding:11px 14px;margin-bottom:18px;border-radius:6px}
.cvc-account-footer{display:flex;justify-content:space-between;color:var(--red);font-size:11px;font-weight:700;margin-top:14px;padding:0 4px}
@media(max-width:760px){.cvc-grid{grid-template-columns:1fr}.cvc-account-head{align-items:flex-start;flex-direction:column}.cvc-userbadge{border-left:0;border-top:3px solid var(--red);padding:10px 0 0;width:100%}.cvc-info-row{flex-direction:column;gap:3px}.cvc-info-row strong{text-align:left}}

/* v0.1.1 - verbeterde uitlogknoppen */
.cvc-account .cvc-btn-danger,
.cvc-account button.cvc-btn-danger,
.cvc-account .cvc-inline-form .cvc-btn-danger{
    display:inline-flex !important;
    width:auto !important;
    max-width:100% !important;
    min-width:0 !important;
    background:var(--red) !important;
    border:1px solid var(--red) !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    padding:10px 14px !important;
    border-radius:8px !important;
    line-height:1.2 !important;
    box-shadow:none !important;
}
.cvc-account .cvc-btn-danger:hover,
.cvc-account .cvc-btn-danger:focus{
    background:#a91313 !important;
    border-color:#a91313 !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
}
.cvc-account .cvc-inline-form{
    display:inline-block;
    width:auto;
    margin:0;
}

.cvc-vve-access-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e5e7eb;border-radius:9px;padding:12px 14px;margin:9px 0}
.cvc-vve-access-row strong,.cvc-vve-access-row span{display:block}.cvc-vve-access-row span{font-size:13px;color:#6b7280;margin-top:3px}
@media(max-width:600px){.cvc-vve-access-row{align-items:flex-start;flex-direction:column}}
