/**
 * Página pública de colaboradores (URL /patrocinadores) — mobile first, scope .lss-page-patrocinadores
 */

.lss-page-patrocinadores {
    font-family: 'Nunito', sans-serif;
}

.lss-patroc-hero__title {
    font-family: 'Staatliches', 'Nunito', sans-serif;
    font-size: clamp(2rem, 7vw, 3rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 1rem;
}

.lss-patroc-hero__accent {
    color: #de1118;
}

.lss-patroc-hero__lead {
    margin: 0;
    max-width: 40rem;
    color: rgba(237, 237, 237, 0.92);
    font-size: clamp(0.9rem, 2.8vw, 1.05rem);
    line-height: 1.55;
}

.lss-patroc-section-rule {
    height: 2px;
    max-width: 8rem;
    margin: 0 0 1.25rem;
    background: linear-gradient(90deg, #de1118, rgba(222, 17, 24, 0.2));
    border-radius: 2px;
}

.lss-patroc-empty {
    color: rgba(237, 237, 237, 0.65) !important;
    font-size: 0.95rem;
    margin: 0;
}

.lss-page-patrocinadores .lss-guest-section__subtitle {
    color: rgba(232, 228, 200, 0.95);
}

.lss-patroc-featured--elevated {
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(145deg, rgba(18, 22, 28, 0.95) 0%, rgba(12, 15, 20, 0.98) 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.lss-patroc-featured__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.35rem 1rem;
}

.lss-patroc-featured__top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 1rem;
}

@media (min-width: 576px) {
    .lss-patroc-featured__top {
        flex-direction: row;
        align-items: stretch;
        text-align: left;
        gap: 1.25rem;
    }
}

/* Columna izquierda: solo logo */
.lss-patroc-featured__leading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (min-width: 576px) {
    .lss-patroc-featured__leading {
        align-items: flex-start;
        width: auto;
        flex-shrink: 0;
    }
}

/* Columna derecha: texto + iconos (en desktop los iconos bajan con margin-top:auto a la altura del borde inferior del logo) */
.lss-patroc-featured__aside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

@media (min-width: 576px) {
    .lss-patroc-featured__aside {
        flex: 1;
        align-self: stretch;
    }
}

/* Clic abre modal de ficha (mismo comportamiento que carrusel) */
.lss-patroc-featured__hit {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    border-radius: 12px;
    transition:
        background 0.15s ease,
        box-shadow 0.15s ease;
}

.lss-patroc-featured__hit:hover {
    background: rgba(255, 255, 255, 0.04);
}

.lss-patroc-featured__hit:focus {
    outline: none;
}

.lss-patroc-featured__hit:focus-visible {
    box-shadow: 0 0 0 2px rgba(222, 17, 24, 0.55);
}

.lss-patroc-featured__hit--logo {
    display: block;
    text-align: center;
}

.lss-patroc-featured__hit--text {
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width: 576px) {
    .lss-patroc-featured__hit--text {
        min-width: 0;
        text-align: left;
    }
}

@media (min-width: 576px) {
    .lss-patroc-featured__inner {
        padding: 1.5rem 1.25rem;
    }
}

.lss-patroc-featured__logo-wrap {
    flex-shrink: 0;
}

.lss-patroc-featured__logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    padding: 0.5rem;
}

@media (min-width: 576px) {
    .lss-patroc-featured__logo {
        width: 120px;
        height: 120px;
    }
}

/* Destacado platino: mayor presencia visual, logo grande, contactos y oferta integrados */
.lss-patroc-featured--platinum {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(222, 17, 24, 0.45);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 20px 48px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(222, 17, 24, 0.12);
}

.lss-patroc-featured--platinum::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 60% at 15% 20%, rgba(222, 17, 24, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
}

.lss-patroc-featured--platinum .lss-patroc-featured__inner {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.15rem;
}

@media (min-width: 576px) {
    .lss-patroc-featured--platinum .lss-patroc-featured__inner {
        padding: 1.75rem 1.5rem;
    }
}

.lss-patroc-featured--platinum .lss-patroc-featured__logo-wrap {
    padding: 0.35rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.lss-patroc-featured--platinum .lss-patroc-featured__logo {
    width: min(52vw, 200px);
    height: min(52vw, 200px);
    max-width: 100%;
    padding: 0.65rem;
    border-radius: 14px;
}

@media (min-width: 576px) {
    .lss-patroc-featured--platinum .lss-patroc-featured__logo {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 992px) {
    .lss-patroc-featured--platinum .lss-patroc-featured__logo {
        width: 240px;
        height: 240px;
    }
}

.lss-patroc-featured--platinum .lss-patroc-featured__logo-placeholder {
    width: min(52vw, 200px);
    height: min(52vw, 200px);
    max-width: 100%;
    font-size: 3.25rem;
}

@media (min-width: 576px) {
    .lss-patroc-featured--platinum .lss-patroc-featured__logo-placeholder {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 992px) {
    .lss-patroc-featured--platinum .lss-patroc-featured__logo-placeholder {
        width: 240px;
        height: 240px;
    }
}

.lss-patroc-featured--platinum .lss-patroc-featured__name {
    font-size: clamp(1.35rem, 4.5vw, 1.85rem);
}

.lss-patroc-featured__contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width: 576px) {
    .lss-patroc-featured__contacts {
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        margin-top: auto;
        padding-top: 0.35rem;
        align-self: flex-start;
    }
}

.lss-patroc-featured__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #f0f0f0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition:
        background 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease,
        transform 0.12s ease;
}

.lss-patroc-featured__icon-btn:hover {
    color: #fff;
    background: rgba(222, 17, 24, 0.35);
    border-color: rgba(222, 17, 24, 0.65);
    transform: translateY(-2px);
}

.lss-patroc-featured__icon-btn:focus-visible {
    outline: 2px solid #de1118;
    outline-offset: 2px;
}

.lss-patroc-featured__icon-btn--whatsapp:hover {
    background: rgba(37, 211, 102, 0.35);
    border-color: rgba(37, 211, 102, 0.75);
}

.lss-patroc-featured__offer {
    position: relative;
    margin: 0;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    text-align: left;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(222, 17, 24, 0.28);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Texto al lado del sello (CTA sigue a ancho completo) */
.lss-patroc-featured__offer--has-seal > .lss-patroc-featured__offer-badge,
.lss-patroc-featured__offer--has-seal > .lss-patroc-featured__offer-title,
.lss-patroc-featured__offer--has-seal > .lss-patroc-featured__offer-desc {
    margin-left: 3.1rem;
}

.lss-patroc-featured__offer-badge {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.2rem 0.55rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1a1a;
    background: #e8c84a;
    border-radius: 4px;
}

/* Sello de cera — % de descuento (discount_amount) */
.lss-patroc-offer-seal {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    transform: rotate(-7deg);
    color: #fafafa;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: clamp(0.78rem, 2.8vw, 0.92rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-align: center;
    pointer-events: none;
    background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(152deg, #7a0a12 0%, #de1118 48%, #9a0810 100%);
    border: 1px solid rgba(0, 0, 0, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -3px 8px rgba(0, 0, 0, 0.35),
        0 4px 14px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(222, 17, 24, 0.35);
}

.lss-patroc-offer-seal__text {
    display: block;
    max-width: 92%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

/* Oferta destacada colaborador: sello sobre la caja */
.lss-patroc-offer-seal--featured {
    top: -0.2rem;
    left: -0.15rem;
}

/* Tarjeta grid: sello sobre la esquina de la card */
.lss-patroc-offer.lss-highlight-card.lss-patroc-offer--has-seal {
    overflow: visible;
}

.lss-patroc-offer--has-seal .lss-patroc-offer-seal {
    top: 0.45rem;
    left: 0.45rem;
}

@media (min-width: 768px) {
    .lss-patroc-offer--has-seal .lss-patroc-offer-seal {
        top: 0.5rem;
        left: 0.5rem;
    }
}

.lss-patroc-offer--has-seal .lss-patroc-offer__media {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.lss-patroc-featured__offer-title {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #fafafa;
    letter-spacing: 0.02em;
}

.lss-patroc-featured__offer-desc {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(237, 237, 237, 0.88);
}

.lss-patroc-featured__offer-cta {
    border-radius: 6px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

@media (min-width: 576px) {
    .lss-patroc-featured__offer-cta {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

.lss-patroc-featured__logo-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 2.5rem;
}

.lss-patroc-featured__text {
    flex: 1;
    min-width: 0;
}

.lss-patroc-featured__name {
    display: block;
    margin: 0 0 0.35rem;
    font-size: clamp(1.15rem, 4vw, 1.5rem);
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lss-patroc-featured__tier {
    display: block;
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: none;
    color: #de1118;
}

.lss-patroc-featured__desc {
    display: block;
    margin: 0 0 1rem;
    color: rgba(237, 237, 237, 0.88);
    font-size: 0.92rem;
    line-height: 1.5;
}

.lss-patroc-featured__btn {
    border-radius: 6px;
}

/*
 * Rejilla «resto» de colaboradores (sponsor_mode = huecos):
 *   Móvil/tablet (<992px): 2 columnas — 1×1 → span 1 | 2×1 → span 2 | 2×2 → span 2 cols × 2 filas
 *   Desktop (≥992px): 6 columnas — mismos spans en unidades de grid: 1 col | 2 cols | 2×2 (2 cols × 2 filas)
 * W = ancho, g = gap. 2 col: pista de fila = (W-g)/2. 6 col (5 gaps entre columnas): pista = (W-5g)/6.
 * El contenedor de consulta va en .lss-patroc-grid-wrap: cqi en el propio .lss-patroc-grid no aplica
 * al calcular grid-auto-rows (el elemento no puede ser contenedor de sí mismo).
 */
.lss-patroc-grid-wrap {
    container-type: inline-size;
    container-name: lss-patroc;
    width: 100%;
    min-width: 0;
}

.lss-patroc-grid {
    --patroc-gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--patroc-gap);
    align-items: stretch;
}

@media (max-width: 359.98px) {
    .lss-patroc-grid {
        --patroc-gap: 0.35rem;
    }
}

/* Desktop: 6 columnas (mismo bloque que gap para que --patroc-gap entre en el cálculo de filas) */
@media (min-width: 992px) {
    .lss-patroc-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        --patroc-gap: 0.65rem;
    }
}

/*
 * Altura de cada pista de fila = ancho de una columna → cada hueco 1×1 es cuadrado.
 * 2 col: W = 2c + g  →  c = (W-g)/2
 * 6 col: W = 6c + 5g →  c = (W-5g)/6
 * Anidar @media dentro de @supports para que el override desktop gane siempre sobre el de 2 col.
 */
@supports (width: 1cqi) {
    .lss-patroc-grid {
        grid-auto-rows: calc((100cqi - var(--patroc-gap)) / 2);
    }

    @media (min-width: 992px) {
        .lss-patroc-grid {
            grid-auto-rows: calc((100cqi - 5 * var(--patroc-gap)) / 6);
        }
    }
}

.lss-patroc-tile {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Modo 1 — 1×1 */
.lss-patroc-tile--slot {
    grid-column: span 1;
    grid-row: span 1;
}

/* Modo 2 — 2×1 */
.lss-patroc-tile--wide {
    grid-column: span 2;
    grid-row: span 1;
}

/* Modo 4 — 2×2: dos columnas × dos filas de la rejilla */
.lss-patroc-tile--full {
    grid-column: span 2;
    grid-row: span 2;
}

/* Navegadores sin cqi: proporciones aproximadas (sin filas rígidas) */
@supports not (width: 1cqi) {
    .lss-patroc-tile--slot {
        aspect-ratio: 1 / 1;
    }

    .lss-patroc-tile--wide {
        aspect-ratio: 2 / 1;
    }

    .lss-patroc-tile--full {
        aspect-ratio: 1 / 1;
    }
}

/* Cuerpo: 80% logo + 20% nombre (1×1 y 2×2). 2×1: fila 50% + 50% abajo. */
.lss-patroc-tile__body {
    position: relative;
    box-sizing: border-box;
    padding: 0.4rem 0.45rem 0.35rem;
    text-align: center;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
}

/* Superficie clicable → modal de ficha (sustituye stretched-link a la web) */
.lss-patroc-tile__open {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
}

.lss-patroc-tile__body .lss-patroc-tile__media,
.lss-patroc-tile__body .lss-patroc-tile__meta {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.lss-patroc-tile__media {
    flex: 0 0 80%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
}

.lss-patroc-tile__meta {
    flex: 0 0 20%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem 0.1rem;
    overflow: hidden;
}

/* 2×1: logo izquierda 50%, nombre derecha 50% (misma altura de fila) */
.lss-patroc-tile--wide .lss-patroc-tile__body {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.lss-patroc-tile--wide .lss-patroc-tile__media {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    height: auto;
    align-self: stretch;
}

.lss-patroc-tile--wide .lss-patroc-tile__meta {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    height: auto;
    align-self: stretch;
    padding: 0 0.35rem 0 0.2rem;
}

.lss-patroc-tile--wide .lss-patroc-tile__logo-wrap {
    width: 100%;
    height: 100%;
    min-height: 0;
}

/* El wrap llena el área media; la imagen escala al máximo posible (contain) dentro del wrap */
.lss-patroc-tile__logo-wrap {
    margin: 0;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lss-patroc-tile__logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

/* 2×2: logo hasta 100% de ancho del área o 80% de altura del cuerpo (refuerzo) */
.lss-patroc-tile--full .lss-patroc-tile__media {
    flex: 0 0 80%;
}

.lss-patroc-tile--full .lss-patroc-tile__meta {
    flex: 0 0 20%;
}

.lss-patroc-tile--full .lss-patroc-tile__logo-wrap {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.lss-patroc-tile__logo-placeholder {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.35);
    font-size: clamp(1.25rem, 8vw, 2.5rem);
}

.lss-patroc-tile__name {
    margin: 0;
    font-size: clamp(0.65rem, 2.8vw, 0.88rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ededed;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lss-patroc-tile--full .lss-patroc-tile__name {
    font-size: clamp(0.72rem, 3.2vw, 1.05rem);
}

.lss-patroc-tile__tier {
    margin: 0.15rem 0 0;
    font-size: clamp(0.52rem, 2.2vw, 0.62rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #de1118;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* Icono «i»: esquina inferior derecha (por encima del stretched-link) */
.lss-patroc-tile__info {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    z-index: 3;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(12, 15, 20, 0.92);
    color: rgba(237, 237, 237, 0.95);
    font-size: 0.65rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.lss-patroc-tile__info:hover,
.lss-patroc-tile__info:focus {
    outline: none;
    border-color: #de1118;
    color: #fff;
}

.lss-patroc-tile__info:focus-visible {
    box-shadow: 0 0 0 2px rgba(222, 17, 24, 0.45);
}

.lss-patroc-tile__info-char {
    display: block;
    transform: translateY(0.5px);
}

.lss-patroc-tile__tooltip {
    position: absolute;
    right: 0.15rem;
    bottom: 1.85rem;
    z-index: 4;
    max-width: min(16rem, 72vw);
    max-height: 40vh;
    overflow: auto;
    padding: 0.5rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(18, 22, 28, 0.98);
    color: rgba(237, 237, 237, 0.92);
    font-size: 0.78rem;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.lss-patroc-tile__tooltip[hidden] {
    display: none !important;
}

/* (stretched-link retirado: usar .lss-patroc-tile__open) */

/* Ofertas */
.lss-patroc-offers {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .lss-patroc-offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.lss-patroc-offer {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.lss-patroc-offer__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: rgba(0, 0, 0, 0.35);
}

.lss-patroc-offer__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lss-patroc-offer__img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.25);
    font-size: 2.5rem;
}

.lss-patroc-offer__badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.55rem;
    border-radius: 4px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #de1118;
    color: #fff;
}

.lss-patroc-offer__body {
    padding: 1rem 1.05rem 1.15rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
}

.lss-patroc-offer__sponsor {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.lss-patroc-offer__sponsor-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
}

.lss-patroc-offer__sponsor-name {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(237, 237, 237, 0.85);
}

.lss-patroc-offer__title {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
}

.lss-patroc-offer__desc {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: rgba(237, 237, 237, 0.82);
    line-height: 1.45;
    flex: 1;
}

.lss-patroc-offer__cta {
    margin-top: auto;
    border-radius: 6px;
    width: 100%;
}
