﻿@import url(../global-paytv.css);
@import url(../paytv/exclusive-deals.css);
@import url(../apps/app.css);
@import url(../paytv/hero.css);
@import url(genre.css);
@import url(../paytv/buttons.css);
@import url(../plugins/weavesome-drag-scroll.css);

/* No Content Message  */
.genre-contents-section .no-content-message__title {
    color: var(--clr-text-neutral-700);
    font-family: var(--font-family-head);
    font-size: 1.5rem;
    font-weight: 600;

}

.genre-contents-section .no-content-message__text {
    font-family: var(--font-family-body);
    font-size: 1rem;
    color: var(--clr-text-neutral-head-600);
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

/* Deal Card Transitions */
.exclusive-deal-card--hidden {
    display: none;
    opacity: 0;
}


.section-deals-container{
    width:100%;
    padding: 0px 42px;
}

.section-deals-wrapper{
    width: 100%;
}


@media (max-width: 992px) {
    .section-deals-container {
        padding: 0px 16px;
    }
}
