/* Hub right-rail — Precio del Día banner promo (links to full page) */

.precio-hub-promo {
    display: block;
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--fz-line, #e5e7eb);
    text-decoration: none;
    color: inherit;
}

.precio-hub-promo__line {
    margin: 0 0 0.45rem;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--fz-ink, #1a2332);
}

.precio-hub-promo__note {
    margin: 0.15rem 0 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #5c6570;
}

.precio-hub-promo__shot {
    position: relative;
    display: block;
    margin-top: 0.45rem;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 14px;
}

.precio-hub-promo__shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.precio-hub-promo__cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--fz-orange, #e85d04);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    white-space: nowrap;
}

.precio-hub-promo:hover .precio-hub-promo__cta {
    background: #d35400;
}

/* Reveal comparison block (full page only when hub_country is sent) */
.pdd-country-comparison {
    margin: 0.75rem 0 0;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    font-size: 0.82rem;
    line-height: 1.4;
}

.pdd-cc-header {
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: #0f172a;
}

.pdd-cc-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    align-items: baseline;
}

.pdd-cc-local {
    font-weight: 700;
}

.pdd-cc-equiv {
    color: #475569;
}

.pdd-cc-verdict {
    margin-top: 0.35rem;
}

.pdd-cc-source {
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: #64748b;
}
