.card-socio-wrapper {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background: #fff9e6;
    border: 2px solid #ffc107;
    border-radius: 12px;
    font-family: "Segoe UI", sans-serif;
}

.card-socio-wrapper h1 {
    text-align: center;
    color: #d48806;
    font-size: 28px;
    margin-bottom: 20px;
}

.card-socio-box {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.card-socio-box p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

.card-socio-box p strong {
    color: #333;
}

.card-socio-error {
    text-align: center;
    color: #c00;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
}
