/* =============================================================================
   Agropets Memberships - Estilos
   ============================================================================= */

/* -----------------------------------------------------------------------------
   Precios en ficha de producto y listados
   ----------------------------------------------------------------------------- */
.agropets-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.5;
}

.agropets-price-regular,
.agropets-price-socio {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.agropets-label {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    min-width: 100px;
}

.agropets-price-regular .woocommerce-Price-amount {
    color: #333;
    font-size: 1em;
}

.agropets-price-socio .woocommerce-Price-amount {
    color: #2c7a2c;
    font-weight: bold;
    font-size: 1.1em;
}

/* Etiqueta Miembro */
.agropets-label-socio {
    font-size: 0.8em;
    color: #2c7a2c;
    font-weight: 600;
}

/* Coronita */
.agropets-crown {
    font-size: 1em;
    line-height: 1;
    vertical-align: middle;
}

.agropets-crown-link {
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease;
    display: inline-block;
}

.agropets-crown-link:hover {
    transform: scale(1.2);
}

/* Link que envuelve todo el bloque Miembro */
.agropets-socio-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.agropets-socio-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* -----------------------------------------------------------------------------
   Pagina Mi Cuenta - Pestaña Mi Membresía
   ----------------------------------------------------------------------------- */
.agropets-account-membership {
    max-width: 520px;
}

.agropets-membership-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 24px;
    margin-top: 16px;
    background: #fff;
}

.agropets-membership-active {
    border-left: 4px solid #2c7a2c;
}

.agropets-membership-inactive {
    border-left: 4px solid #ccc;
}

.agropets-membership-status {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
}

.agropets-membership-active .agropets-membership-status {
    color: #2c7a2c;
}

.agropets-membership-inactive .agropets-membership-status {
    color: #888;
}

.agropets-membership-detail {
    color: #555;
    margin-bottom: 6px;
    font-size: 0.95em;
}

.agropets-renew-btn,
.agropets-join-btn {
    margin-top: 16px !important;
    display: inline-block;
}

.agropets-join-btn {
    background: #2c7a2c !important;
    color: #fff !important;
    border-color: #2c7a2c !important;
}

/* Alerta de vencimiento proximo */
.agropets-alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 0.95em;
}

.agropets-alert-warning {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}

.agropets-alert-warning a {
    color: #e67e22;
    font-weight: bold;
}
