/* ===============================
   INLINE STYLES CLEANUP
   Clases CSS para reemplazar estilos inline
   ================================= */

/* ===============================
   FEEDBACK & AVATARS
   ================================= */
.icon-circle {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.avatar-placeholder-sm {
    width: 45px;
    height: 45px;
}

.avatar-placeholder-xs {
    width: 40px;
    height: 40px;
}

/* ===============================
   TEXT UTILITIES
   ================================= */
.text-truncate-200 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===============================
   FORM INPUTS
   ================================= */
.duration-input {
    max-width: 100px;
}

/* ===============================
   IMAGES
   ================================= */
.promo-image-sm {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.payment-logo-sm {
    height: 32px;
    margin-bottom: 8px;
}

/* ===============================
   CONTAINERS & LAYOUTS
   ================================= */
.proximamente-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    text-align: center;
    padding: 2rem;
}

.main-container {
    background: var(--card-bg);
}

.success-info-box {
    background: rgba(var(--primary-rgb), 0.15);
    border: 2px solid var(--primary);
}

.success-code-large {
    font-size: 1.1rem;
}

.payment-section-bg {
    background: #f8f9fa;
}

/* ===============================
   PAYMENT OPTIONS
   ================================= */
.payment-option-mercadopago {
    border-color: #009ee3 !important;
    background: #e8f4fd;
}

.payment-option-transfer {
    border-color: #20743c !important;
}

.payment-option-whatsapp {
    border-color: #25d366 !important;
    background: #f0fdf4;
}

.payment-option-text {
    font-size: 0.75rem;
}

/* ===============================
   PAYMENT ICONS
   ================================= */
.payment-icon-green {
    color: #20743c;
}

.payment-icon-whatsapp {
    color: #25d366;
}

/* ===============================
   SUCCESS PAGE SPECIFIC
   ================================= */
.success-hero-content {
    flex: 0 0 100%;
    max-width: 900px;
}
