.mcrm-price-widget {
    font-family: inherit;
    max-width: 380px;
}

/* Fila de precio */
.mcrm-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 6px;
    background: #f8f9fa;
}

.mcrm-price-row.mcrm-price-pvp {
    background: transparent;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.mcrm-price-row.mcrm-price-tachado {
    background: transparent;
    opacity: 0.55;
    padding-left: 0;
    padding-right: 0;
}

/* Fila destacada (Socio Club) */
.mcrm-price-row.mcrm-price-row-highlight {
    background: #fffbeb;
    border: 1px solid #fcd34d;
}

/* Etiqueta y valor */
.mcrm-price-label {
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mcrm-price-value {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.mcrm-price-pvp .mcrm-price-label {
    color: #6b7280;
    font-size: 13px;
}

.mcrm-price-pvp .mcrm-price-value {
    font-size: 22px;
    color: #111827;
}

/* Precio Socio Gratuito */
.mcrm-price-gratuito {
    color: #22c55e;
}

/* Precio Socio Club */
.mcrm-price-club {
    color: #f59e0b;
}

/* Badges */
.mcrm-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

.mcrm-badge-gratuito {
    background: #dcfce7;
    color: #16a34a;
}

.mcrm-badge-club {
    background: #fef3c7;
    color: #d97706;
}

/* Ahorro */
.mcrm-savings {
    font-size: 12px;
    color: #6b7280;
    text-align: right;
    padding: 4px 0 8px;
}

.mcrm-savings-socio {
    color: #16a34a;
    font-weight: 500;
}

/* Botón CTA */
.mcrm-cta-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 16px;
    background: #f59e0b;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}

.mcrm-cta-btn:hover {
    background: #d97706;
    color: #fff !important;
}
