/* Samsung Galaxy S26 Livestream */
.s26ls {
    font-family: "Samsung Sharp Sans", sans-serif;
}

.s26ls__hero {
    display: grid;
    grid-template-columns: minmax(10px, 3fr) minmax(10px, 5fr);
    background: #f8faff;
    min-height: 420px;
    gap: 8rem;

    overflow: hidden;
}
.s26ls__heroMedia {
    position: relative;
    z-index: 2;
}

.CMShtmlContent .s26ls__presenter {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.s26ls__device {
    position: absolute;
    z-index: 2;
    left: 74%;
    top: 2rem;
    width: 440px;
}

.s26ls__heroContent {
    position: relative;
    padding: 2.5rem 2rem 2.5rem clamp(8rem, 10vw, 10rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 2.375rem;
    z-index: 1;
}

.s26ls__heroContent::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(2rem, 6vw, 8rem);
    width: 200%;
    height: 100%;
    background: linear-gradient(to bottom, #e1e7f6, #f1f1f1);
    z-index: 0;
    transform: skew(28deg);
    z-index: -1;
}

.s26ls__title {
    font-size: clamp(1.75rem, 1.0536rem + 2.3214vw, 3.375rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}

.s26ls__badge {
    display: block;
    align-items: center;
    background: linear-gradient(356deg, #bf000c, #ff4f4f);
    color: #fff;
    border-radius: 0 30px 30px 30px;
    padding: 0.5rem 1.25rem;
    font-size: clamp(1.125rem, 0.9643rem + 0.5357vw, 1.5rem);
    font-weight: 600;
    align-self: flex-start;
    margin-inline: auto;
}

.s26ls__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: clamp(1.25rem, 0.9286rem + 1.0714vw, 2rem);
    font-weight: 700;
}

.s26ls__features li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-inline-start: 12px;
}

.s26ls__features li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 4px;
    height: 22px;
    background: #97bc43;
    border-radius: 2px;
}

.s26ls__features li:first-child {
    margin-inline-start: 0;
    display: block;
}

.s26ls__features li:first-child::before {
    display: none;
}

.s26ls__infoBar {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 3fr;
    border-top: 2px solid #fff;
    text-align: center;
    z-index: 3;
}

.s26ls__infoBar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(225, 231, 246, 0), rgba(255,255,255, 0.25));
    z-index: 0;
}

.s26ls__infoBar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(100% + 2px);
    height: 2.5rem;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
    z-index: 5;
}

.s26ls__infoBarWhen {
    background: #f3a000;
    color: #fff;
    padding: 10px 2rem;
    font-size: clamp(1.375rem, 1.1607rem + 0.7143vw, 1.875rem);
}

.s26ls__infoBarWhen strong {
    font-size: 1.325em;
    font-weight: 800;
    line-height: 1.1;
}

.s26ls__infoBarWhere {
    background: #97bc43;
    color: #fff;
    padding: 10px 2rem;
    font-size: clamp(1.375rem, 1.1607rem + 0.7143vw, 1.875rem);
}

.s26ls__infoBarWhere strong {
    font-size: 1.325em;
    font-weight: 800;
    line-height: 1.1;
}

.s26ls__teaser {
    padding: 50px 40px;
    text-align: center;
}

.s26ls__teaserTitle {
    font-size: clamp(1.5rem, 1.0714rem + 1.4286vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: none;
}

.s26ls__teaserGrid {
    display: grid;
    grid-template-columns: 1.4fr 1.4fr 1fr 1fr;
    gap: 1.25rem;
    margin: 0 auto;
}

.s26ls__teaserItem {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 25rem;
    margin-inline: auto;
    text-align: left;
}

.s26ls__teaserItem:first-child {
    text-align: center;
}

.s26ls__teaserItem img {
    max-height: 210px;
    object-fit: contain;
}

.s26ls__teaserItem p {
    margin: 0;
    font-size: clamp(1.125rem, 0.9643rem + 0.5357vw, 1.5rem);
    font-weight: 600;
    line-height: 1.3;
}

.s26ls__drop {
    width: 6.875rem;
    height: 6.875rem;
    display: flex;
    border-radius: 50% 0 50% 50%;
    background-color: #f3a000;
}

.s26ls__drop img {
    display: block;
    width: 4.5rem;
    height: 3.25rem !important;
    object-fit: contain;
    margin: auto;
}

.s26ls__drop--black {
    background-color: #000;
}

@media (max-width: 1480px)  {
    .s26ls__hero {
        gap: 4rem;
    }

    .s26ls__device {
        top: 3rem;
        width: 320px;
    }

    .s26ls__heroContent::before {
        transform: skew(22deg);
        left: 4rem;
    }
}

@media (max-width: 1360px) {
    .s26ls__hero {
        grid-template-columns: minmax(10px, 1fr);
        gap: 0;
        min-height: auto;
    }
    
    .CMShtmlContent .s26ls__presenter {
        width: auto;
        height: auto !important;
        object-fit: cover;
    }

    .s26ls__heroMedia {
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        height: 400px;
    }
    
    .s26ls__device {
        position: relative;
        left: 0;
        max-width: 100%;
        margin-block-end: -2rem;
        margin-inline-start: -2rem;
    }

    .s26ls__heroContent {
        padding: 2.5rem 1.5rem;
        gap: 1.25rem;
    }

    .s26ls__heroContent::before {
        transform: skew(0);
        left: 0;
    }

    .s26ls__teaserItem img {
        max-height: 120px;
    }
}

@media (max-width: 1100px) {
    .s26ls__title {
        font-size: 28px;
    }

    .s26ls__heroContent {
        padding: 1.5rem 1rem;
    }

    .s26ls__infoBarWhen,
    .s26ls__infoBarWhere {
        font-size: 18px;
        padding: 16px 24px;
    }

    .s26ls__teaserGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .s26ls__teaserItem {
        margin-inline: 0 auto;
    }    
}

@media (max-width: 920px) {
    .s26ls__hero {
        grid-template-columns: 1fr;
    }

    .s26ls__heroMedia {
        height: auto;
    }

    .CMShtmlContent .s26ls__presenter {
        width: 60%;
    }

    .s26ls__device {
        position: absolute;
        width: 280px;
        right: 7%;
        top: 1.5rem;
        left: auto;
        margin-block-end: 0;
    }

    .s26ls__heroContent {
        text-align: center;
        align-items: center;
    }

    .s26ls__badge {
        align-self: center;
    }

    .s26ls__features {
        align-items: center;
    }

    .s26ls__teaser {
        padding: 40px 0;
    }

    .s26ls__teaserGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .s26ls__drop {
        width: 5rem;
        height: 5rem;
    }

    .s26ls__drop img {
        width: 3rem;
        height: 2rem !important;
    }
}

@media (max-width: 600px) {
    .s26ls__infoBar {
        grid-template-columns: 1fr;
    }

    .s26ls__infoBar::before {
        display: none;
    }

    .s26ls__infoBarWhere strong,
    .s26ls__infoBarWhen strong {
        font-size: 1.2em;
    }

    .s26ls__infoBarWhen,
    .s26ls__infoBarWhere {
        font-size: 16px;
        padding: 14px 20px;
        text-align: center;
    }

    .s26ls__teaserItem {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .s26ls__device {
        width: 180px
    }
}

@media (max-width: 500px) {
    .s26ls__title {
        font-size: 22px;
    }

    .s26ls__features {
        font-size: 16px;
    }

    .s26ls__teaserItem img {
        max-height: 80px;
    }

    .s26ls__presenter {
        width: 70%;
    }

    .s26ls__device {
        width: 140px;
    }

    .s26ls__teaserItem p {
        font-size: 0.875rem;
    }

    .s26ls__drop {
        width: 4rem;
        height: 4rem;
    }

    .s26ls__drop img {
        width: 2.5rem;
        height: 1.5rem !important;
    }
}
