 /* Estilos para la tarjeta de pago exitoso */
 .stripe-payment-body {
    padding: 2rem 1.5rem;
    text-align: center;
}
.stripe-payment-icon {
    margin-bottom: 1.5rem;
}
.stripe-payment-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #32325d;
}
.stripe-success-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #24b47e 0%, #1ea672 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 2.5rem;
    box-shadow: 0 4px 12px rgba(36, 180, 126, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.stripe-payment-text {
    color: #525f7f;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
}
.stripe-payment-details {
    background-color: #f6f9fc;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
}
.stripe-payment-detail-item {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
}
.stripe-payment-detail-label {
    color: #6b7c93;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}
.stripe-payment-detail-value {
    background-color: rgba(103, 114, 229, 0.1);
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    font-family: monospace;
    color: #6772e5;
    font-size: 0.9rem;
    word-break: break-all;
}


/* Stripe-inspired styles */
 .stripe-connected-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(50, 50, 93, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stripe-connected-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #6772e5 0%, #4b5ce4 100%);
    color: white;
}

.stripe-badge {
    font-size: 1.5rem;
    font-weight: bold;
}

.stripe-status-badge {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

.stripe-connected-body {
    padding: 1.5rem;
}

.stripe-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #32325d;
}

.stripe-text {
    color: #525f7f;
    margin-bottom: 1.5rem;
}


.stripe-balance-container {
    background-color: #f6f9fc;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.stripe-balance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.stripe-balance-item:last-child {
    border-bottom: none;
}

.stripe-balance-label {
    color: #6b7c93;
    font-size: 0.9rem;
}

.stripe-balance-value {
    font-weight: 600;
    color: #32325d;
}

.stripe-status-active {
    color: #24b47e;
}

.stripe-status-inactive {
    color: #e25950;
}

.stripe-account-id {
    font-size: 0.85rem;
    color: #8898aa;
    margin-top: 0.5rem;
}

.stripe-account-id code {
    background-color: #f6f9fc;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: monospace;
    color: #6772e5;
}

.stripe-connected-footer {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background-color: #f6f9fc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.stripe-button {
    background: linear-gradient(135deg, #6772e5 0%, #4b5ce4 100%);
    color: white;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stripe-button:hover {
    background-color: #5469d4;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}
 .stripe-button-badge {
     display: inline-flex;
     background: linear-gradient(135deg, #6772e5 0%, #4b5ce4 100%);
     color: white;
     text-decoration: none;
     border: none;
     padding: 0.25em 0.5em;
     font-size: 85%;
     font-weight: 500;
     border-radius: .3rem !important;
     letter-spacing: 0.3px;
     line-height: 1;
     text-align: center;
     vertical-align: baseline;
     white-space: nowrap;
 }

/* Estilos para la tarjeta de conexión de Stripe */
.stripe-connect-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(50, 50, 93, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stripe-connect-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #6772e5 0%, #4b5ce4 100%);
    color: white;
}

.stripe-connect-body {
    padding: 1.5rem;
}

.stripe-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
    background-color: #f6f9fc;
    border-radius: 6px;
    padding: 1rem 1.25rem;
}

.stripe-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #525f7f;
}

.stripe-feature-icon {
    color: #6772e5;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.stripe-connect-footer {
    padding: 1rem 1.5rem;
    background-color: #f6f9fc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .stripe-connected-header, .stripe-connect-header {
        padding: .75rem 1.5rem;
    }
    .stripe-connected-footer {
        flex-direction: column;
        align-items: center;
    }
    .stripe-button {
        width: 100%;
        text-align: center;
    }
}

/* Estilos para la tarjeta de atención requerida */
.stripe-attention-required {
    border-color: rgba(255, 171, 0, 0.2);
}

.stripe-warning-header {
    background: linear-gradient(135deg, #ffab00 0%, #ff7b00 100%);
}

.stripe-warning-badge {
    background-color: rgba(255, 255, 255, 0.3);
}

.stripe-warning-container {
    background-color: rgba(255, 171, 0, 0.05);
    border: 1px solid rgba(255, 171, 0, 0.1);
}

.stripe-warning-button {
    background-color: #ffab00;
}

.stripe-warning-button:hover {
    background-color: #ff7b00;
}

 /* Estilo para botones secundarios inspirados en Stripe */
 .btn-stripe-secondary {
     background-color: #ffffff;
     color: #425466;
     font-weight: 600;
     padding: 6px 12px;
     border-radius: 4px;
     transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
     box-shadow: 0 2px 5px rgba(50, 50, 93, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
     margin-bottom: 1.5rem;
     overflow: hidden;
     border: 1px solid rgba(0, 0, 0, 0.05);
 }

 .btn-stripe-secondary:hover {
     background-color: #f6f9fc;
     border-color: #dcebf1;
     color: #425466;
 }

 .btn-stripe-secondary:focus, .btn-stripe-secondary.focus {
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
 }

 .btn-stripe-secondary:active, .btn-stripe-secondary.active {
     background-color: #e6ebf1;
     border-color: #c6d6e1;
     color: #425466;
 }