/* TrendyNobs Main Stylesheet - Light Mode Only */

@font-face {
    font-family: "Chillax";
    font-weight: 700;
    src: url("/wp-content/themes/trendynobs-theme/fonts/chillax-bold.woff2");
}

* {
    box-sizing: border-box;
}

/* Single article sharing visibility - specific to sharing sections only */
@media (max-width: 1199px) {
    .single-article-heading.desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .single-article-share.mobile {
        display: none;
    }
}

body {
    line-height: 1.5em;
    font: 16px "Epilogue", sans-serif;
    margin: 0 auto;
    color: #000;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
}

.clever-core-ads {
    margin: 20px 0;
}

@media (min-width: 1200px) {
    .clever-core-ads {
        display: none;
    }
}

/* Remove dark mode trigger */
.change-mode-trigger .mode-img {
    display: none !important;
}

footer .dark-mode-menu {
    display: none !important;
}

.advertise-logo {
    background-image: url("../images/njo-logo.svg");
    background-repeat: no-repeat;
    background-size: 220px 30px;
    display: block;
    width: 220px;
    height: 30px;
}

@media (max-width: 1199px) {
    .advertise-logo {
        background-size: 180px 30px;
        width: 180px;
        height: 30px;
        margin-bottom: 15px;
    }
}

/* Remove all dark mode styles - keeping only light mode */
.page-promo .extra-link {
    color: #fa242b;
    font-weight: 700;
    text-decoration: none;
}

.promo-back {
    background-image: url("../images/promo-bg-1.jpg");
}

.promo-back .grid-promo {
    z-index: 3;
    position: relative;
}

#promo-header {
    background-image: url("../images/promo-bg-2.jpg");
}

#promo-header,
.promo-back {
    background-size: cover;
    background-position: center center;
    position: relative;
}

#promo-header:after,
.promo-back:after {
    content: "";
    position: absolute;
    background-color: rgba(35, 31, 32, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 1199px) {
    #promo-header h1,
    .promo-back h1 {
        font-size: 2em;
    }
    
    #promo-header p,
    .promo-back p {
        font-size: 1.2em;
    }
}

.promo-question span {
    font-size: 1.4em;
}

.promo-question li {
    display: flex;
}

.promo-question li h3 {
    margin-left: 10px;
}

.promo-social .promo-section.not-found-section {
    padding-top: 0;
    padding-bottom: 0;
}

.promo-social .promo-section.not-found-section h2 {
    margin-bottom: 10px;
}

.promo-social .promo-section.not-found-section p {
    color: #000;
}

.promo-social .products-list {
    margin-top: 60px;
}

.promo-social .products-list li {
    display: flex;
    border: 1px solid #000;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
    align-items: center;
    border-radius: 10px;
}

.promo-social .products-list li:after {
    content: "";
    position: absolute;
    background-color: rgba(35, 31, 32, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.promo-social .products-list li.instagram {
    background-image: url("../images/social-instagram.png");
}

.promo-social .products-list li.post {
    background-image: url("../images/social-post.png");
}

.promo-social .products-list li.twitter {
    background-image: url("../images/social-twitter.png");
}

.promo-social .products-list li.spotify {
    background-image: url("../images/social-spotify.png");
}

.promo-social .products-list li.facebook {
    background-image: url("../images/social-facebook.png");
}

.promo-social .products-list .link {
    text-align: center;
    position: relative;
    z-index: 9;
    width: 100%;
}

.promo-social .products-list .link .btn {
    font-size: 0.8em;
    padding: 5px 10px;
    display: initial;
    letter-spacing: 1px;
}

.promo-social .products-list h3 {
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 10px;
}

.promo-social .grid-promo {
    align-items: flex-start;
}

.promo-social .grid-promo h3 {
    margin-bottom: 0;
}

.promo-social .grid-promo li {
    margin-bottom: 10px;
}

.promo-social .grid-promo .instagram .btn {
    background-color: #a03590;
    color: #fff;
}

.promo-social .grid-promo .facebook .btn {
    background-color: #1973eb;
    color: #fff;
}

.promo-social .grid-promo .twitter .btn {
    background-color: #1e96e8;
    color: #fff;
}

.promo-social .grid-promo .spotify .btn {
    background-color: #1dd05e;
}

.promo-social .grid-promo .press-release .btn {
    background-color: #000;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    width: 800px;
    height: 760px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 10px;
}

.modal-content a {
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 1199px) {
    .modal-content {
        width: calc(100% - 40px);
        height: 400px;
    }
}

#formModal .modal-content {
    height: auto;
}

@media (max-width: 1199px) {
    #formModal .modal-content iframe form {
        flex-direction: column;
    }
}

#formModal .close {
    color: #000;
}

.close {
    color: #fff;
    float: right;
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Grid System */
.grid {
    display: grid;
}

.grid-header {
    grid-template-columns: max-content 190px auto max-content;
    grid-gap: 40px;
    align-items: center;
}

@media (max-width: 1199px) {
    .grid-header {
        grid-template-columns: max-content auto max-content;
        justify-content: space-between;
        grid-gap: revert;
    }
}

.grid-featured {
    grid-template-columns: 415px 395px 300px;
    grid-gap: 25px;
    align-items: start;
}

@media (max-width: 1199px) {
    .grid-featured {
        display: block;
    }
}

.grid-promo {
    grid-template-columns: repeat(2, calc(50% - 25px));
    grid-gap: 50px;
    align-items: center;
}

.grid-promo-item {
    grid-template-columns: 70px calc(100% - 40px - 70px);
    grid-gap: 40px;
}

@media (max-width: 1199px) {
    .grid-promo-item {
        grid-template-columns: 40px calc(100% - 40px - 20px);
        grid-gap: 20px;
    }
}

@media (max-width: 1199px) {
    .grid-promo {
        display: block;
    }
    
    .grid-promo div:first-of-type {
        margin-bottom: 3em;
    }
}

.grid-carousel,
.grid-new-music {
    display: grid;
    grid-template-columns: repeat(10, 250px);
    overflow: scroll;
    grid-gap: 30px;
    align-items: start;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 1199px) {
    .grid-carousel,
    .grid-new-music {
        grid-template-columns: repeat(10, 220px);
        grid-gap: 20px;
    }
}

.grid-carousel::-webkit-scrollbar,
.grid-new-music::-webkit-scrollbar {
    display: none;
}

.grid-new-music {
    grid-template-columns: repeat(10, 180px);
    grid-gap: 50px;
    text-align: center;
}

.grid-new-music.promo-img-list {
    grid-template-columns: repeat(3, 280px);
    grid-gap: 50px;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .grid-new-music.promo-img-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .grid-new-music.promo-img-list .image-box {
        height: 280px;
    }
}

.grid-video {
    display: grid;
    padding-top: 0;
    grid-template-columns: calc(100% - 280px - 30px) 280px;
    grid-gap: 30px;
    height: 620px;
}

@media (max-width: 1199px) {
    .grid-video {
        display: block;
        height: auto;
    }
}

.grid-footer {
    grid-template-columns: calc(30% - 20px) calc(70% - 20px);
    grid-gap: 40px;
}

@media (max-width: 1199px) {
    .grid-footer {
        display: block;
    }
}

.grid-single-article {
    grid-template-columns: calc(100% - 300px - 40px) 300px;
    grid-gap: 40px;
}

@media (max-width: 1199px) {
    .grid-single-article {
        display: block;
    }
}

.grid-meta {
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
}

.grid-content {
    grid-template-columns: 200px calc(100% - 200px - 20px);
    grid-gap: 20px;
}

@media (max-width: 1199px) {
    .grid-content {
        display: block;
    }
}

.grid-latest {
    grid-template-columns: calc(100% - 300px - 50px) 300px;
    grid-gap: 50px;
}

@media (max-width: 1199px) {
    .grid-latest {
        display: block;
    }
}

.grid-tag {
    grid-template-columns: calc(100% - 300px - 50px) 300px;
    grid-gap: 50px;
}

@media (max-width: 1199px) {
    .grid-tag {
        display: block;
    }
}

.grid-tag-content {
    grid-template-columns: calc(60% - 50px) 40%;
    grid-gap: 50px;
}

@media (max-width: 1199px) {
    .grid-tag-content {
        display: block;
    }
}

.grid-latest-group {
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-gap: 30px;
}

@media (max-width: 1199px) {
    .grid-latest-group {
        display: block;
        grid-gap: 0;
    }
}

.grid-latest-list {
    grid-template-columns: 160px calc(100% - 160px - 20px);
    grid-gap: 20px;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #000;
}

@media (min-width: 1200px) {
    .grid-latest-list:last-of-type,
    .grid-latest-list:nth-last-child(2) {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .grid-latest-list {
        border-bottom: 0.5px solid #000;
        padding: 20px 0;
        grid-template-columns: 140px calc(100% - 140px - 20px);
        grid-gap: 20px;
        align-items: flex-start;
    }
    
    .grid-latest-list:last-of-type {
        margin-bottom: 20px;
    }
    
    .grid-latest-list:nth-last-child(2) {
        margin-bottom: 0;
    }
    
    .grid-latest-list:first-of-type {
        padding-top: 0;
    }
}

.grid-advertise {
    grid-template-columns: 500px calc(100% - 500px - 50px);
    grid-gap: 50px;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .grid-advertise {
        display: block;
    }
}

.grid-products {
    grid-template-columns: repeat(5, calc(20% - 16px));
    grid-gap: 20px;
}

@media (max-width: 1199px) {
    .grid-products {
        display: block;
    }
}

.grid-full-meta {
    grid-template-columns: 250px auto 200px;
    grid-gap: 50px;
    align-items: flex-start;
}

/* Container */
.container {
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .container {
        max-width: 760px;
        padding: 0 10px;
    }
}

.container-wide {
    max-width: 100%;
}

.container-wide .grid-single-article {
    display: block;
}

.container-wide .grid-content {
    grid-template-columns: 340px calc(100% - 340px - 40px);
    grid-gap: 40px;
}

@media (max-width: 1199px) {
    .container-wide .grid-content {
        display: block;
    }
}

.container-wide .content-cover {
    margin-top: 40px;
    display: grid;
    grid-template-columns: calc(100% - 340px - 40px) 340px;
    grid-gap: 40px;
}

@media (max-width: 1199px) {
    .container-wide .content-cover {
        display: block;
    }
}

/* Header */
.header-main {
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    background-color: #a1190a;
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .header-main .grid-header .social-links li:not(.search) {
        display: none;
    }
}

.header-full {
    position: relative;
    width: 100%;
    background-color: transparent;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .header-full {
        background-position: center;
    }
}

.header-full:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-full .grid-header,
.header-full .grid-full-meta {
    z-index: 2;
}

.header-full .grid-full-meta {
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .header-full .grid-full-meta {
        display: block;
    }
}

.header-full .grid-full-meta .grid-meta {
    border: none;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-top: 5px;
    align-items: flex-start;
    font-size: 1.05em;
}

.header-full .grid-full-meta .grid-meta a {
    padding: 0;
    color: #fff;
    border: none;
}

.header-full .grid-full-meta .grid-meta .single-article-author {
    margin-bottom: 10px;
}

.header-full .grid-full-meta .single-article-share {
    padding-top: 5px;
}

.header-full .grid-full-meta .single-article-share .social-links {
    margin-top: 10px;
}

.header-full .grid-full-meta .single-article-share .social-links ul span.fb {
    background-image: url("../images/facebook-icon-light.svg");
}

.header-full .grid-full-meta .single-article-share .social-links ul span.tw {
    background-image: url("../images/twitter-icon-light.svg");
}

.header-full .grid-full-meta .single-article-share .social-links ul span.watsap {
    background-image: url("../images/whatsapp-svgrepo-com-cropped-light.svg");
}

.header-full .grid-full-meta .single-article-share .social-links ul span.email {
    background-image: url("../images/email-share-light.svg");
}

.header-full .grid-full-meta h1 {
    margin-top: 0;
    line-height: 1.4;
}

.trigger-hamburger {
    display: flex;
    align-items: center;
    font-family: "Chillax", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.trigger-hamburger svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.logo a {
    display: block;
}

.logo a img {
    width: 170px;
}

@media (max-width: 1199px) {
    .logo img {
        width: 150px;
    }
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.main-menu li {
    padding: 10px;
}

.main-menu li:before,
.main-menu li:after {
    display: none;
}

.main-menu a {
    font-family: "Chillax", sans-serif;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}

.main-menu a:hover {
    color: #fff;
}

@media (max-width: 1199px) {
    .main-menu {
        display: none;
    }
}

/* Sections */
.section {
    padding: 60px 0;
    border-bottom: 0.5px solid #000;
}

@media (max-width: 1199px) {
    .section {
        padding: 40px 0;
    }
}

.section-footer {
    background-color: #000;
    padding: 60px 0 0;
}

.section-tag {
    border-bottom: none;
}

.section-new-music,
.section-video {
    background-color: #a1190a;
}

.section-new-music img,
.section-video img {
    width: 100%;
}

.section-new-music h2,
.section-new-music h3,
.section-new-music h4,
.section-video h2,
.section-video h3,
.section-video h4 {
    color: #fff;
}

.section-new-music h3,
.section-video h3 {
    font-size: 1.4em;
}

.section-new-music .article-list-heading,
.section-video .article-list-heading {
    border-color: #fff;
}

.article-list-heading.new-music-heading h2 {
   color: #fff !important; 
}

.section-new-music .article-list-category,
.section-video .article-list-category {
    margin: 5px 0 0;
}

.section-new-music .btn,
.section-video .btn {
    border-color: #fff;
    background-color: #a1190a;
    color: #fff;
    cursor: pointer;
}

.section-new-music .btn:hover,
.section-video .btn:hover {
    box-shadow: 2px 2px 0 1px #fff;
}

.section-new-music li,
.section-video li {
    margin-bottom: 30px;
}

.section-new-music li img,
.section-video li img {
    margin-bottom: 10px;
}

.section-video h3 {
    font-size: 2.3em !important;
}

@media (max-width: 1199px) {
    .section-video h3 {
        font-size: 1.6em !important;
    }
}

.section-video h4 {
    font-size: 1.2em;
}

.section-video .article-video-main h3 {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .section-video .article-video-main {
        margin-bottom: 30px;
    }
    
    .section-video .article-video-main iframe {
        height: auto !important;
    }
    
    .section-video .article-video-main h3 {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .section-video .article-video-thumbnails ul {
        display: grid;
        grid-template-columns: repeat(5, 180px);
        grid-gap: 20px;
    }
    
    .section-video .article-video-thumbnails h4 {
        font-size: 1.15em;
    }
}

.section-category.for-home-page:nth-of-type(odd) {
    background-color: #fff;
}

.section-category.for-home-page:nth-of-type(odd) .grid-featured {
    grid-template-columns: 300px 415px 395px;
}

.section-category.for-home-page:nth-of-type(odd) .grid-featured .article-list-featured {
    order: 2;
}

.section-category.for-home-page:nth-of-type(odd) .grid-featured .article-list-hot {
    order: 3;
}

.section-footer {
    border-top: 1px solid #4e4e4e;
    background-color: #a1190a;
    padding: 0;
    color: #fff;
}

.section-footer p {
    font-size: 1.1em;
    line-height: 1.55em;
}

@media (max-width: 1199px) {
    .section-footer p {
        font-size: 0.95em;
    }
}

.section-footer .site-info .footer-logo {
    width: 170px;
    margin-left: -12px;
}

.section-footer .site-info .social-links {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .section-footer .site-info {
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 0.5px solid #000;
    }
}

.section-footer h3 {
    margin-top: 0;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Chillax", sans-serif;
}

.section-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-footer .footer-menu ul#menu-footer-items,
.section-footer .footer-menu .menu {
    display: grid;
    grid-template-columns: 2fr 3fr 4fr 3fr;
}

@media (max-width: 1199px) {
    .section-footer .footer-menu ul#menu-footer-items,
    .section-footer .footer-menu .menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.section-footer .footer-menu ul .menu-item-has-children > a {
    margin-bottom: 1.2em;
    font-size: 1.1em;
    display: inline-block;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .section-footer .footer-menu ul .menu-item-has-children {
        margin-bottom: 1em;
    }
}

.section-footer .footer-menu ul .menu-item-has-children > a {
    margin-bottom: 1.2em;
    font-size: 1.1em;
    display: inline-block;
    font-weight: 700;
}

.section-footer .footer-menu li {
    margin-bottom: 15px;
}

.section-footer .footer-menu li a {
    color: inherit;
    text-decoration: none;
    font-size: 0.9em;
}

.section-footer .top {
    padding: 50px 0;
}

@media (max-width: 1199px) {
    .section-footer .top {
        padding: 0 20px;
    }
}

.section-footer .bottom {
    border-top: 1px solid #4e4e4e;
}

.section-footer .bottom p {
    padding: 20px 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
}

/* Article Lists */
.article-list img,
.article-list a {
    display: block;
}

.article-list img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.article-list a {
    color: inherit;
    text-decoration: none;
}

.article-list .list-title {
    font-size: 1em;
}

.article-list .list-title:hover {
    color: #fa242b;
}

.article-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-list-category {
    padding: 0 0 10px;
}

@media (max-width: 1199px) {
    .article-list-category {
        padding: 0 0 5px;
    }
}

.article-list-category a {
    font-family: "Epilogue", sans-serif;
    font-weight: 800;
    margin: 0 0 4px;
    padding: 3px 8px;
    display: inline-block !important;
    text-transform: capitalize;
    font-size: 0.75em;
    color: inherit;
    border: 0.5px solid rgba(0, 0, 0, 0.95);
    border-radius: 5px;
}

.article-list-category a.artist-tag-link {
    color: #000;
    font-size: 1em;
    border: none;
    padding: 0;
    line-height: 1.3em;
}

.article-list h2 {
    font-size: 1.4em;
}

.article-list .trending-text {
    font-size: 1.2em;
}

@media (max-width: 1199px) {
    .article-list h3,
    .article-list .trending-text {
        font-size: 1em;
    }
}

.article-list h1,
.article-list h2,
.article-list h3,
.article-list h4,
.article-list .trending-text {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    line-height: 1.35em;
}

.article-list-featured h2 {
    font-size: 2em;
    margin-bottom: 20px;
    line-height: 1.2em;
}

@media (max-width: 1199px) {
    .article-list-featured h2 {
        font-size: 1.3em;
    }
}

.article-list-featured img {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .article-list-featured {
        margin-bottom: 40px;
    }
}

.article-list-hot h2,
.article-list-hot .trending-heading {
    font-family: "Chillax", sans-serif;
    font-weight: 700;
    font-size: 2.4em;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #a1190a;
}

.article-list-hot li {
    display: grid;
    grid-template-columns: 160px calc(100% - 160px - 20px);
    grid-gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 0.5px solid #000;
}

@media (max-width: 1199px) {
    .article-list-hot li {
        grid-template-columns: 140px calc(100% - 140px - 20px);
    }
}

.article-list-hot li a {
    display: block;
}

.article-list-hot li:first-of-type {
    padding-top: 0;
}

.article-list-hot li:last-of-type {
    border: none;
}

.article-list-cover {
    margin-bottom: 30px;
    color: #fff;
}

.article-list-cover img {
    border-radius: 8px 8px 0 0;
}

@media (max-width: 1199px) {
    .article-list-cover {
        margin: 30px 0;
    }
}

.article-list-cover .article-list-category {
    margin: 0;
}

.article-list-cover .article-list-category a {
    border-color: #fff;
}

.article-list-cover h2 {
    line-height: 1.3em;
}

.article-list-cover .cover-content {
    background-color: #a1190a;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.article-list-btn img {
    width: 25px;
    margin-left: 10px;
}

.article-list-heading {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
    align-items: center;
    justify-content: space-between;
}

.article-list-heading h1,
.article-list-heading h2 {
    font-family: "Chillax", sans-serif;
    text-transform: uppercase;
    font-size: 2.4em;
    margin: 0;
    color: #a1190a;
}

.article-list-heading h1 a,
.article-list-heading h2 a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 1199px) {
    .article-list-heading h1,
    .article-list-heading h2 {
        font-size: 2em;
    }
}

.article-list-heading.new-music-heading .section-date {
    margin: 0;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 1199px) {
    .article-list-heading.new-music-heading .section-date {
        font-size: 1em;
    }
}

@media (max-width: 1199px) {
    .article-list-heading.new-music-heading {
        display: block;
    }
}

.article-list-carousel,
.article-list-new-music {
    padding: 0 0 20px;
}

@media (max-width: 1199px) {
    .article-list-carousel,
    .article-list-new-music {
        padding: 0;
    }
}

.article-list-carousel h3,
.article-list-new-music h3 {
    line-height: 1.3em;
}

.article-list-carousel .image-box,
.article-list-new-music .image-box {
    display: block;
    height: 160px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.article-list-carousel .image-box img,
.article-list-new-music .image-box img {
    position: absolute;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    right: 0;
    top: 0;
    width: 100%;
}

.article-list-new-music .image-box {
    border-radius: 100%;
}

.article-list-new-music .image-box img {
    border-radius: 100%;
}

.article-list-position {
    font-size: 3em;
    font-family: "Chillax", sans-serif;
    color: #fff;
    display: block;
    margin: 10px 0 0;
}

.article-list-latest ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-list-latest li img {
    width: 100%;
    height: auto;
}

.article-list-latest a {
    text-decoration: none;
    color: inherit;
}

.article-list-latest h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.35em;
    margin: 0;
}

@media (max-width: 1199px) {
    .article-list-latest h3 {
        font-size: 1em;
    }
}

.article-list-tagIMG img {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .article-list-tagIMG {
        margin-bottom: 30px;
    }
}

.article-list-excerpt p {
    margin: 0;
    font-size: 1.15em;
    line-height: 1.4em;
}

@media (max-width: 1199px) {
    .article-list-excerpt {
        display: none;
    }
}

.article-list-faq ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
}

.article-list-faq .faq-heading,
.article-list-faq .faq-answer {
    margin: 0;
    padding: 15px;
}

.article-list-faq .faq-heading {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 800;
    font-size: 1.1em;
    line-height: 1.3em;
    cursor: pointer;
}

.article-list-faq .faq-answer {
    min-height: 80px;
    display: none;
    line-height: 1.4;
}

.article-list-faq .faq-answer p {
    margin: 0;
}

.article-list-faq .faq-item.opened .faq-answer {
    display: block;
}

.article-list-meta h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 5px;
}

.article-list-meta p {
    font-size: 1.1em;
    margin-top: 10px;
    line-height: 1.5em;
}

.article-list-description {
    margin: 0 0 40px;
}

.article-list-dob {
    margin-top: 0;
}

.article-video-thumbnails {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.article-video-thumbnails::-webkit-scrollbar {
    display: none;
}

body.single article .article-list-hot ul {
    display: grid;
    grid-gap: 20px;
    align-items: baseline;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 20px;
}

body.single article .article-list-hot ul::-webkit-scrollbar {
    display: none;
}

body.single article .article-list-hot ul li {
    display: block;
    border: none !important;
}

body.single article .article-list-hot ul li .img {
    margin-bottom: 15px;
}

body.single article .article-list-hot ul li img:not(.emoji) {
    margin: 0 !important;
}

body.single article .article-list-hot ul li a {
    color: inherit;
    line-height: 1;
}

body.single article .article-list-hot ul li a h3,
body.single article .article-list-hot ul li a .trending-text {
    font-size: 0.95em;
}

body.single article .article-list-hot ul li a .trending-text {
    margin-top: 0;
}

body.single article .article-list-hot ul li .article-list-category {
    font-size: 0.85em;
}

.small .img {
    border-radius: 8px;
    display: block;
    height: 120px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 1199px) {
    .small .img {
        height: 100px !important;
    }
}

.small img {
    bottom: 0;
    height: 100% !important;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}

/* Single Article */
.single-article {
    font-size: 1.1em;
}

.single-article article .article-list-hot.sticky {
    position: static;
    margin: 30px 0;
}

.single-article article .article-list-hot.sticky h2,
.single-article article .article-list-hot.sticky .trending-heading {
    margin-bottom: 0;
    font-family: "Chillax", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 1.5em !important;
}

.single-article article .article-list-hot.sticky .trending-heading {
    font-weight: 600;
    line-height: 1.45em;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.single-article h1 {
    font-weight: 600;
    line-height: 1.3em;
    font-size: 2em;
    margin: 0 0 40px;
}

@media (max-width: 1199px) {
    .single-article h1 {
        margin: 20px 0 30px;
    }
}

.single-article article {
    line-height: 1.65em;
}

.single-article article p {
    line-height: 1.65em;
    margin-bottom: 20px !important;
}

.single-article article h2,
.single-article article h3,
.single-article article h4,
.single-article article b,
.single-article article strong,
.single-article article .trending-text {
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    line-height: 1.45em;
}

.single-article article a {
    color: #fa242b;
    text-decoration: none;
}

.single-article article img:not(.emoji),
.single-article article iframe,
.single-article article .twitter-tweet {
    max-width: 100%;
    margin: 30px auto !important;
    display: block;
}

.single-article article .notju-within-content iframe,
.single-article article .notju-within-content-2 iframe {
    margin: 0 auto !important;
}

.single-article article .notju-within-content .notju-adlabel,
.single-article article .notju-within-content-2 .notju-adlabel {
    font-size: 0.75em;
    letter-spacing: 1px;
    color: #777;
}

.single-article article .wp-block-image img {
    margin: 0 !important;
}

.single-article article .wp-block-image figure {
    margin: 30px auto !important;
}

.single-article article .wp-caption {
    max-width: 100%;
}

.single-article article figure {
    text-align: center;
}

.single-article article .wp-caption-text,
.single-article article figcaption {
    margin-top: 10px;
    text-align: center;
    font-family: "Epilogue", sans-serif;
    font-size: 0.75em;
    color: #727272;
    line-height: 1.4;
}

.single-article article > p:first-of-type:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 3px;
}

.single-article-img {
    padding: 0;
    margin: 0;
}

.single-article-img img {
    width: 100%;
    margin: 0 auto;
}

.single-article-tags {
    padding: 30px 0;
    margin: 40px 0;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
}

.single-article-tags h4 {
    font-family: "Chillax", sans-serif;
    margin: 0 0 10px;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 800;
}

.single-article-tags a {
    border-radius: 8px;
    padding: 5px 10px;
    border: 0.5px solid #000;
    color: inherit;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 600;
    margin: 5px;
    display: inline-block;
}

.single-article-heading {
    position: sticky;
    top: 90px;
    height: max-content;
}

@media (max-width: 1199px) {
    .single-article-heading {
        position: static;
        margin-bottom: 30px;
    }
}

.single-article-meta {
    padding: 15px 0;
    margin-bottom: 20px;
    border-top: 3px solid #000;
    font-size: 0.85em;
    font-weight: 600;
}

.single-article-meta a {
    color: #000;
    border-radius: 8px;
    text-decoration: none;
    border: 0.5px solid #000;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 5px;
}

.single-article-share {
    font-family: "Chillax", sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 800;
}

.single-article-share .social-links {
    margin-top: 15px;
}

/* Buttons */
.btn {
    display: flex;
    border: .5px solid #000;
    padding: 10px 20px;
    font-family: "Chillax", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    align-items: center;
    background-color: #fff;
    width: max-content;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 5px;
    transition: all .25s ease-in;
}

@media (max-width: 1199px) {
    .btn {
        padding: 7px 14px;
        font-size: .9em;
    }
}

.btn:hover {
    box-shadow: 2px 2px 0 1px #000;
}

.btn-img {
    width: 25px;
    height: 18px;
    background-image: url("/wp-content/themes/trendynobs-theme/images/button-arrow.svg");
    background-size: 25px 18px;
    margin-left: 10px;
}

.btn-img.previous {
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 0;
}

.btn-group {
    display: flex;
    grid-gap: 10px;
    width: max-content;
    margin: 30px auto;
}

.btn-group a {
    display: flex;
    border: .5px solid #000;
    padding: 8px 20px;
    font-family: "Chillax", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    align-items: center;
    background-color: #fff;
    width: max-content;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 5px;
    transition: all .25s ease-in;
    position: relative;
}

/* Sticky elements */
.sticky {
    position: sticky;
    top: 95px;
}

@media (max-width: 1199px) {
    .sticky {
        position: static;
    }
}

/* Social Links */
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.social-links ul li {
    margin-right: 20px;
}


.social-links ul li a img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .social-links ul li a img {
        height: 20px;
        width: auto;
    }
}

/* Prevent header icon flickering */
.header-main .social-links img {
    min-width: 20px;
    min-height: 20px;
    opacity: 1;
    transition: none;
}

/* Ensure header icons load immediately */
#search-open {
    width: 20px;
    height: 20px;
    opacity: 1;
}

/* Preserve SVG colors and prevent blue flash */
.social-links img {
    color: inherit;
}

.social-links img svg,
.social-links img svg path {
    fill: inherit;
}

.social-links ul li:last-of-type {
    margin: 0;
}

.social-links ul span {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: block;
}

.social-links ul span.fb {
    background-image: url("/wp-content/themes/trendynobs-theme/images/facebook-icon.svg");
}

.social-links ul span.tw {
    background-image: url("/wp-content/themes/trendynobs-theme/images/twitter-icon.svg");
}

.social-links ul span.watsap {
    background-image: url("/wp-content/themes/trendynobs-theme/images/whatsapp-svgrepo-com-cropped.svg");
}

.social-links ul span.email {
    background-image: url("/wp-content/themes/trendynobs-theme/images/email-share.svg");
}

.social-links img {
    height: 20px;
    width: auto;
}

/* Ads */
.ad {
    text-align: center;
}

.ad > div {
    padding: 20px 0;
}

/* Newsletter - Beehiiv Style */
.newsletter {
    padding: 12px;
    border-radius: 8px;
    border: .5px solid #b5b5b5;
    background-color: rgb(245, 245, 220);
    text-align: center;
    box-sizing: border-box;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsletter iframe {
    font-size: 1.2em !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .newsletter {
        margin: 30px 0;
    }
}

/* Newsletter Header */
.newsletter-header {
    margin-bottom: 1.5rem;
}

.newsletter h2 {
    color: #a1190a;
    font-size: 28px;
    line-height: 1;
    margin-block: 0px;
    margin-bottom: 8px;
}

.newsletter p {
    font-size: 14px;
    font-weight: 400;
    color: #a1190a;
    margin: 0;
}

/* Newsletter Form */
.newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.newsletter-input-group {
    width: 100%;
    display: flex;
}

.newsletter .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border-width: 0px;
}

.newsletter input[type="email"] {
    tab-size: 4;
    box-sizing: border-box;
    border: 2px solid #a1190a;
    font-family: Epilogue;
    margin: 0px;
    appearance: none;
    background-color: rgb(255, 255, 255);
    display: block;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.25rem;
    color: rgb(0, 0, 0);
    width: 100%;
    border-radius: 6px 0px 0px 6px;
    outline: none;
}

.newsletter button {
    font-family: Epilogue;
    background: #a1190a;
    color: rgb(255, 255, 255);
    border: 2px solid #a1190a;
    border-left: none;
    border-radius: 0px 6px 6px 0px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.newsletter button:hover {
    background: rgb(50, 50, 50);
}

.newsletter button:disabled {
    background: rgb(150, 150, 150);
    cursor: not-allowed;
}

/* Newsletter Message */
.newsletter #sidebar-newsletter-message {
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
    display: none;
    font-family: "Chillax", sans-serif;
}

.newsletter #sidebar-newsletter-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.newsletter #sidebar-newsletter-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobile Overlay */
#overlay {
    background: rgba(0, 0, 0, .5);
    pointer-events: auto;
    position: absolute;
    height: 100vh;
    top: 65px;
    z-index: 999;
    display: none;
    width: 100vw;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-top: .5px solid #444;
}

#overlay .menu {
    animation-duration: .5s;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    background-color: #a1190a;
    height: 100%;
    max-width: 300px;
    padding: 0 calc((100vw - 1340px)/2);
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9999;
    color: #fff;
}

#overlay .menu .social-links {
    border-top: .5px solid #6a6a6a;
    padding: 20px 0;
    width: 100%;
}

#overlay .menu .social-links li {
    padding: 10px 0;
    width: 25%;
}

#overlay .menu .social-links li img {
    height: 20px;
    width: 100%;
}

@media (max-width: 1199px) {
    #overlay .menu {
        padding: 10px;
    }
}

#overlay .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#overlay .menu ul li {
    padding: 10px 0;
}

#overlay .menu ul li.menu-item-has-children {
    border-top: .5px solid #6a6a6a;
    margin-top: 10px;
    padding-top: 20px;
}

#overlay .menu ul li .sub-menu {
    margin-top: 10px;
}

#overlay .menu ul li .sub-menu li:last-of-type {
    padding-bottom: 0;
}

#overlay .menu ul a {
    font-size: 1.05em;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

#overlay .menu ul a:hover {
    color: #fa242b;
}

#overlay .menu-content {
    padding: 40px 0;
}

@media (max-width: 1199px) {
    #overlay .menu-content {
        padding: 0 0 20px;
    }
}

#overlay .menu-copyright {
    border-top: .5px solid #6a6a6a;
    padding-top: 15px;
    line-height: 1.4em;
    font-size: .85em;
}

#overlay.show {
    display: block;
}

/* 404 Page */
.not-found-section {
    text-align: right;
    max-width: 600px;
    width: 100%;
    margin: 40px auto;
}

.not-found-section h1 {
    font-size: 14em;
    font-family: "Chillax", sans-serif;
    margin: 40px 0 auto;
    text-align: left;
    line-height: 1.2em;
}

@media (max-width: 1199px) {
    .not-found-section h1 {
        font-size: 8em;
    }
}

.not-found-section p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 10px 0 30px;
    text-align: left;
}

@media (max-width: 1199px) {
    .not-found-section p {
        font-size: 1em;
    }
}

.not-found-section .btn {
    display: flex;
}

/* Search */
#search {
    display: flex;
    align-items: center;
}

#search input {
    padding: 10px 15px;
    border-radius: 8px;
    border: .5px solid #939393;
    background-color: #a1190a;
    font-family: inherit;
    color: #fff;
    display: none;
    margin-left: 10px;
}

#search input:focus {
    outline: none;
    border-color: #bbb;
}

#search .show-search + input {
    display: block;
}

@media (max-width: 1199px) {
    #search .show-search + input {
        position: absolute;
        top: 100%;
        left: -10px;
        width: 100%;
        padding: 15px 10px;
        border-radius: 0;
        font-size: 1em;
    }
}

/* Advertise Section */
.other-advertise {
    padding: 60px 0 40px;
}

@media (max-width: 1199px) {
    .other-advertise {
        padding: 30px 0 20px;
    }
}

.other-advertise div img {
    width: 100%;
}

.other-advertise div a {
    color: #fa242b;
    text-decoration: none;
    font-weight: 600;
}

.other-advertise.top-main {
    background-color: #f8f8f8;
}

.other-advertise .njo-logo-advertise {
    width: 220px;
}

@media (max-width: 1199px) {
    .other-advertise .njo-logo-advertise {
        margin-bottom: 20px;
        width: 175px;
    }
}

.other-advertise h2 {
    font-size: 2em;
    margin-top: 0;
    width: 400px;
    line-height: 1.2em;
}

@media (max-width: 1199px) {
    .other-advertise h2 {
        width: 100%;
        font-size: 1.65em;
        line-height: 1.25em;
    }
}

.other-advertise p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .other-advertise p {
        font-size: 1em;
        line-height: 1.65em;
    }
}

/* Media Kit */
.media-kit-wrapper {
    background-color: #f8f8f8;
}

.media-kit {
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
}

.media-kit h2 {
    margin-bottom: 10px;
    width: 100%;
}

.media-kit a {
    margin-top: 20px;
    display: inline-block;
    color: #000 !important;
}

/* Catfish Ad */
#catfish {
    display: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    position: fixed;
    bottom: 0;
    z-index: 6;
    width: 730px;
    left: calc(50% - 365px);
    height: 115px;
}

@media (max-width: 1199px) {
    #catfish {
        height: 80px;
    }
}

/* Animations */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

/* WordPress Popular Posts Styles */
.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    margin-bottom: 1rem;
}

.wpp-list li:last-of-type {
    margin-bottom: 0;
}

.wpp-thumbnail {
    display: inline;
    float: left;
    margin: 0 1rem 0 0;
    border: none;
}

.wpp-meta,
.post-stats {
    display: block;
    font-size: .8em;
}

.wpp-meta:empty,
.post-stats:empty {
    display: none;
}

/* Custom CSS extracted from templates/home.php */

/* WordPress Block Styles */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}

/* WordPress Popular Posts Loading Animation */
@-webkit-keyframes bgslide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -200%;
    }
}

@keyframes bgslide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -200%;
    }
}

.wpp-widget-block-placeholder,
.wpp-shortcode-placeholder {
    margin: 0 auto;
    width: 60px;
    height: 3px;
    background: #dd3737;
    background: linear-gradient(90deg, #dd3737 0%, #571313 10%, #dd3737 100%);
    background-size: 200% auto;
    border-radius: 3px;
    -webkit-animation: bgslide 1s infinite linear;
    animation: bgslide 1s infinite linear;
}

/* Home Highlights Clearfix */
#home-highlights-wrap:after,
#home-highlights-wrap:before {
    clear: both;
    display: table;
    content: " ";
}

/* Article List Description Styles */
.article-list-description a {
    color: #fa242b !important;
}

.article-list-description ol li,
.article-list-description ul li {
    margin-bottom: 1em !important;
}

/* Single Article Content Styles */
.single-article article img:not(.emoji),
.single-article article iframe,
.single-article article .twitter-tweet {
    height: auto;
}

.is-provider-youtube iframe {
    min-height: 300px !important;
}

/* Pop-up Newsletter Styles */
#pop-up-newsletter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}

#pop-up-newsletter iframe {
    width: 300px;
    top: calc(50vh - 150px);
    left: calc(50vw - 150px);
}

#pop-up-close {
    width: 30px;
    position: absolute;
    top: 0;
    right: -15px;
}

/* Newsletter Popup Specific Styles */
.newsletter-popup {
    background: white !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    border: none !important;
    height: auto !important;
    max-height: none !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/* Lazy Loading Fallback for NoScript */
.lazyload {
    display: none;
}
  