:root{--color-accent:#ffd239;--color-text:#0a0a0a;--color-border:#e4e4e4;--color-border-button:#17181a}*{box-sizing:border-box}html{color:var(--color-text);font-family:Inter,Arial,serif;font-size:14px;font-weight:400;line-height:21px}body,html{height:100%}body{display:flex;flex-direction:column;margin:0;padding:0}a{color:inherit;text-decoration:none}.c-header{border-bottom:1px solid var(--color-border)}.c-header .wrapper{display:flex;margin-left:auto;margin-right:auto;max-width:1172px;padding:0;width:100%}@media screen and (max-width:768px){.c-header .wrapper{padding-left:16px;padding-right:16px}}.c-header .logo{max-width:227px;padding:16px 0}@media screen and (max-width:992px){.c-header .logo{display:none}}.c-header .logo img{max-width:100%}.c-header .mobile-logo{align-items:center;display:none;font-size:13px;font-weight:600;padding:14px 0}@media screen and (max-width:992px){.c-header .mobile-logo{display:flex}}.c-header .mobile-logo .dot{background:#000;border-radius:5px;display:block;height:5px;margin:0 7px;width:5px}.c-header .mobile-logo .dot,.c-header .mobile-logo .mobile-logo-text{transform:translateY(2px)}.c-header .mobile-logo .mobile-logo-image{width:30px}.c-header .main-menu{align-self:center;flex:1}.c-header .main-menu .desktop-menu{align-content:center;display:flex;justify-content:center;padding-left:12px}@media screen and (max-width:992px){.c-header .main-menu .desktop-menu{display:none}}.c-header .main-menu .desktop-menu ul{display:flex;list-style:none;margin:0;padding:0}.c-header .main-menu .desktop-menu li{align-items:center;display:flex;padding:0 10px}.c-header .main-menu .desktop-menu a{color:var(--color-text);font-size:14px;transition:all .15s ease-in-out 0s;white-space:nowrap}.c-header .main-menu .desktop-menu a:hover{color:var(--color-accent)}.c-header .add-news{align-self:center;background:#fff;border:none;border-radius:24px;color:var(--color-text);cursor:pointer;font-weight:600;margin-right:10px;padding:10px}.c-header .auth{display:flex}.c-header .auth .login{align-self:center;background:var(--color-accent);border:1px solid transparent;border-radius:24px;color:var(--color-text);font-weight:600;margin-right:12px;padding:6px 18px;white-space:nowrap}@media screen and (max-width:992px){.c-header .auth .login{display:none}}.c-header .auth .login:hover{background:#f3c41c}.c-header .auth .signup{align-self:center;background:#fff;border:1px solid var(--color-border-button);border-radius:24px;color:var(--color-text);font-weight:600;padding:6px 18px;white-space:nowrap}.c-header .auth .signup:hover{background:#fafafa}.c-header .menu-toggle{align-self:center;cursor:pointer;display:none;margin-left:15px}@media screen and (max-width:992px){.c-header .menu-toggle{display:block}}.c-header .menu-toggle .bar{background-color:#000;height:1px;margin:6px 0;transition:.4s;width:30px}.c-header .site-navigation{background:#fff;bottom:0;box-shadow:2px 9px 32px -11px #42445a;display:flex;flex-direction:column;gap:12px;max-width:300px;opacity:0;overflow-y:auto;padding:30px 24px 24px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .7s cubic-bezier(.83,0,.17,1),opacity .32s cubic-bezier(.83,0,.17,1);width:100%;z-index:900}.c-header .site-navigation.active{opacity:1;transform:translateX(0)}.c-header .site-navigation .mobile-menu{align-items:flex-start;display:flex;flex:0;flex-direction:column;list-style:none;margin:0;padding:0;visibility:visible}.c-header .site-navigation .mobile-menu li{margin-top:10px}.c-header .site-navigation .top{align-items:center;display:flex;justify-content:center;position:relative}.c-header .site-navigation .navigation-mobile-logo{display:flex;flex:1;justify-content:center;width:50px}.c-header .site-navigation .navigation-mobile-logo img{width:50px}.c-header .site-navigation .close{cursor:pointer;font-size:30px;height:30px;line-height:30px;position:absolute;right:0;text-align:center;width:30px}.c-header .by-category-mobile{border-top:1px solid var(--color-border);padding-top:12px}.c-header .by-category-title{font-weight:600}.site-header{border-bottom:1px solid var(--Grayscale-Black,#0a0a0a);width:100%}.site-header .site-header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:40px 100px;justify-content:space-between;margin:0 auto;max-width:1440px;padding:20px 24px;width:100%}.site-header .site-header-inner .main_logo{max-width:300px}.menu-button-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:center;width:30px;z-index:1}.menu-button,.menu-button:after,.menu-button:before{background-color:#000;border-radius:2px;display:block;height:4px;position:absolute;transition:transform .4s cubic-bezier(.23,1,.32,1);width:30px}.menu-button:before{content:"";margin-top:-8px}.menu-button:after{content:"";margin-top:8px}.menu-overlay{align-items:end;background-color:rgba(43,43,43,.7);bottom:0;display:flex;flex-direction:column;justify-content:start;left:0;max-width:100%;min-height:768px;opacity:0;position:fixed;right:0;top:0;width:100%;z-index:-100}.menu-overlay .menu-container{transform:translateX(200px);transition:all .4s}.menu_show .menu-overlay{opacity:1;z-index:12}.menu_show .menu-overlay .menu-container{transform:translateX(0);transition:all .4s}.menu_show .menu-overlay .menu-button-container .menu-button{background:transparent}.menu_show .menu-overlay .menu-button-container .menu-button:before{background:#fff;margin-top:0;transform:rotate(405deg)}.menu_show .menu-overlay .menu-button-container .menu-button:after{background:#fff;margin-top:0;transform:rotate(-405deg)}@media (max-width:991px){.site-header{background:#fff;left:0;max-width:100%;padding:0 20px;position:fixed;right:0;top:0;z-index:10}.site-header .site-header-inner .main_logo{max-width:200px}.header_spacer{display:flex;margin-bottom:71px}}.site-logo{aspect-ratio:9.35;min-width:240px;width:300px}.profile-icon,.site-logo{align-self:stretch;margin:auto 0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.profile-icon{aspect-ratio:1;width:40px}.menu-container{flex:1;flex-direction:column;justify-content:start;max-width:100%;position:relative;width:360px}.menu-container,.mobile-header{background:var(--Grayscale-Dark-Grey,#2b2b2b)}.mobile-header{align-items:center;display:flex;gap:10px;justify-content:end;overflow:hidden;padding:35px 24px 20px 40px;width:100%}.menu-logo{align-self:stretch;aspect-ratio:1;margin:auto 0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:40px}.nav-menu{background:var(--Grayscale-Dark-Grey,#2b2b2b);color:var(--Grayscale-White,#fff);display:flex;flex:1;flex-direction:column;font:900 24px/1.2 Inter,sans-serif;justify-content:start;padding:0 40px 24px;width:100%}.nav-menu .nav-item{margin-top:20px}.nav-menu .menu-front-page-menu-container ul,.nav-menu .menu-primary-menu-container ul{list-style:none;padding-left:0}.nav-menu .menu-front-page-menu-container ul li,.nav-menu .menu-primary-menu-container ul li{margin-top:12px}.nav-menu .menu-front-page-menu-container ul li a,.nav-menu .menu-primary-menu-container ul li a{transition:all .3s}.nav-menu .menu-front-page-menu-container ul li a:hover,.nav-menu .menu-primary-menu-container ul li a:hover{color:#f3c41c}.nav-menu .menu-primary-menu-container ul{margin-top:0}.nav-menu .menu_small_text{color:#b2b2b2;font-size:13px;margin-top:0}.banner-container{display:flex;flex:1;flex-direction:column;justify-content:start;width:100%}.banner-yellow{background:var(--Brand,#fdcd1c)}.banner-white,.banner-yellow{display:flex;flex-direction:column;justify-content:start;padding:20px 40px;width:100%}.banner-white{background:var(--Grayscale-White,#fff)}.banner-content{display:flex;flex-direction:column;justify-content:start;width:100%}.banner-content img{margin-bottom:10px;width:200px}.banner-title{color:var(--Grayscale-Black,#0a0a0a);font:900 20px/24px Inter,sans-serif;margin-top:0}.banner-description{color:var(--Grayscale-Grey,#4d4d4d);font:400 14px/20px Georgia,sans-serif;margin-top:5px}.banner-link{align-items:center;align-self:start;color:var(--Grayscale-Black,#0a0a0a);display:flex;font:600 14px Inter,sans-serif;gap:8px;transition:all .3s}.banner-link:hover{color:#f3c41c}.banner-yellow .banner-link:hover{color:#fff}.banner-icon{align-self:stretch;aspect-ratio:1;margin:auto 0;width:20px}.bai-logo,.banner-icon{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.bai-logo{aspect-ratio:7.52;max-width:100%;width:120px}.footer-links{align-items:center;background:var(--Grayscale-Dark-Grey,#2b2b2b);color:var(--Grayscale-White,#fff);display:flex;font:500 14px/1.2 Inter,sans-serif;gap:40px 53px;justify-content:space-between;padding:24px 40px;transition:all .3s;width:100%}.footer-links a:hover{color:#f3c41c}@media screen and (max-height:700px){.mobile-header{padding:2px 24px 0 40px}.nav-menu{padding-bottom:12px}.banner-yellow .banner-title{margin-bottom:5px}.banner-white .banner-description{display:none}.footer-links{padding:12px 40px}}@media (max-width:991px){.menu-container{overflow-x:scroll;width:100%}.menu-container .nav-menu{flex-grow:0;padding-bottom:5px}.site-header .site-header-inner{flex-wrap:nowrap;padding-left:0;padding-right:0}.mobile-header{padding:2px 24px 0 40px}.menu_small_text{margin-top:0}.menu_show #wpadminbar{display:none}}.bnews_newsletter_modal-overlay{align-items:center;background-color:rgba(43,43,43,.7);color:var(--Grayscale-Black,#0a0a0a);display:flex;flex-direction:column;font-family:Inter,sans-serif;inset:0;justify-content:center;line-height:1;min-height:768px;opacity:0;position:fixed;width:100%;z-index:-100}.bnews_newsletter_modal-container{background:var(--Grayscale-White,#fff);display:flex;flex-direction:column;justify-content:center;max-width:100%;position:relative;transform:translateX(200px);transition:all .4s;width:772px}.bnews_newsletter_modal-container .newsletter-container{margin:0}.bnews_newsletter_modal-container .subscribe_modal_close_trigger{background:#fff;border-radius:50%;cursor:pointer;display:flex;height:35px;padding:5px;position:absolute;right:-15px;top:-15px;width:35px}.subscribe_modal_show .bnews_newsletter_modal-overlay{opacity:1;z-index:2}.subscribe_modal_show .bnews_newsletter_modal-container{transform:translateX(0);transition:all .4s}.bnews_newsletter_modal-close{align-self:stretch;aspect-ratio:1;cursor:pointer;margin:auto 0;width:24px}@media (max-width:991px){.bnews_newsletter_modal-overlay{max-width:100%}.bnews_newsletter_modal-header{max-width:100%;padding:0 20px;white-space:normal}}.c-footer{background:var(--color-text);color:#fff}.c-footer .wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0;width:100%}@media screen and (max-width:768px){.c-footer .wrapper{padding-left:16px;padding-right:16px}}.c-footer .top{display:flex;flex-wrap:wrap;margin:0 -20px;padding-top:32px}@media screen and (max-width:1000px){.c-footer .top{flex-direction:column}}@media screen and (max-width:768px){.c-footer .top{margin:0}}.c-footer .top-right{display:flex;flex:1;flex-direction:column;flex-wrap:wrap;justify-content:space-between;padding:0 20px}@media screen and (max-width:1200px){.c-footer .top-right{flex-direction:row;margin-top:40px}}@media screen and (max-width:768px){.c-footer .top-right{padding:0}.c-footer .top-right .social{margin-top:10px}}.c-footer .top-right .social .links{display:flex;justify-content:flex-start;margin-top:10px}.c-footer .top-right .social .links a{align-items:center;background:#333;border-radius:24px;display:flex;height:32px;justify-content:center;margin-right:20px;transition:background .32s ease-in-out;width:32px}@media screen and (max-width:768px){.c-footer .top-right .payment{margin-top:10px}}.c-footer .top-right .payment img{max-width:200px}.c-footer .top-left{flex:1;padding:0 20px}@media screen and (max-width:768px){.c-footer .top-left{padding:0}}.c-footer .top-left .logo{max-width:300px}.c-footer .top-left .celebrities{margin-top:15px}.c-footer .top-left .celebrities a{color:#fdcd1c}.c-footer .top-left .celebrities a:hover{text-decoration:underline}.c-footer .top-center{flex:2;padding:0 20px}@media screen and (max-width:1200px){.c-footer .top-center{margin-top:40px}}@media screen and (max-width:768px){.c-footer .top-center{padding:0}}.c-footer .top-center .footer-menu{-moz-column-count:2;column-count:2;flex:1;margin:0;padding:0}@media screen and (max-width:768px){.c-footer .top-center .footer-menu{-moz-column-count:1;column-count:1}}.c-footer .top-center .footer-menu li{display:flex;list-style:none;margin-top:10px;position:relative}.c-footer .top-center .footer-menu li:first-child{margin:0}.c-footer .top-center .footer-menu li:before{content:url(assets/footer/footer-dot.svg);display:block;margin-right:12px}.c-footer .top-center .footer-menu a{color:#fff;font-size:14px;font-weight:500}.c-footer .copyright{border-top:1px solid rgba(73,73,73,.7);justify-content:center;margin-top:20px;padding-top:20px}.c-footer .copyright,.c-searchform{align-items:center;display:flex}.c-searchform .search-label{border-bottom:1px solid #e4e4e4;display:flex}.c-searchform .search-field{border:none;font-size:inherit;outline:none}.c-searchform .search-submit{align-self:center;background:#fff;border:none;border-bottom:1px solid #e4e4e4;color:var(--color-text);cursor:pointer;font-size:inherit;font-weight:600;padding:3.5px 0}.c-celebrities-list{background:#fffdf7;border:1px solid #e4e4e4;border-radius:20px;padding-bottom:50px}.c-celebrities-list .subtitle{color:#0a0a0a;font-size:25px;font-weight:600;line-height:42px;padding:30px 15px 0;text-align:center}.c-celebrities-list .celebrity{display:flex;flex-direction:column;margin:34px 15px 0;text-align:center}@media screen and (max-width:768px){.c-celebrities-list .celebrity{display:none}}.c-celebrities-list .celebrity.active{display:flex}.c-celebrities-list .slider-nav{display:none;margin-top:50px;padding:0 100px}@media screen and (max-width:768px){.c-celebrities-list .slider-nav{display:flex;justify-content:space-between}.c-celebrities-list .slider-nav button{background:transparent;border:none;cursor:pointer}}.c-celebrities-list .avatar{align-items:center;display:flex;justify-content:center}.c-celebrities-list .avatar img{background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 10px rgba(0,0,0,.2);height:90px;width:90px}.c-celebrities-list .name{font-size:18px;font-weight:700;line-height:27px}.c-celebrities-list .description{color:#858585;font-size:14px;font-weight:400;line-height:21px}.c-celebrities-list .explore{background:#fdcd1c;border:2px;border-radius:40px;font-size:14px;font-weight:600;line-height:21px;margin:16px auto 0;padding:8px 20px}.c-celebrity-news-list{margin-top:40px}.c-celebrity-news-list .top{align-items:center;display:flex}@media screen and (max-width:768px){.c-celebrity-news-list .top{display:none}}.c-celebrity-news-list .top .dot{background:#858585;height:3px;margin:0 16px;width:3px}.c-celebrity-news-list .thumbnail{display:block;margin-left:20px;max-width:260px}@media screen and (max-width:768px){.c-celebrity-news-list .thumbnail{margin-left:0;margin-right:10px;max-width:150px}}.c-celebrity-news-list .thumbnail img{border-radius:16px;height:auto;max-width:100%}.c-celebrity-news-list .content{display:flex;flex:1;flex-wrap:wrap;margin-top:16px}@media screen and (max-width:768px){.c-celebrity-news-list .content{flex-direction:row-reverse}}.c-celebrity-news-list .content .side{flex:1}.c-celebrity-news-list h3{font-size:20px;font-weight:600;line-height:30px;margin:0;text-align:left}.c-celebrity-news-list .description{font-size:14px;font-weight:400;line-height:21px;margin-top:8px}@media screen and (max-width:768px){.c-celebrity-news-list .description{display:none}}.c-celebrity-news-list .description p{margin:0}.c-celebrity-news-list .published{font-size:14px;font-weight:400;line-height:21px}.c-celebrity-news-list .published .category{color:#000;font-size:14px;font-weight:600;line-height:21px}.c-celebrity-news-list .reading-time{color:#858585;font-size:14px;font-weight:400;line-height:21px}.c-celebrity-news-list .meta{color:#858585;display:flex;font-size:16px;font-weight:400;line-height:24px;margin-top:32px}.c-celebrity-news-list .meta .date{border-right:1px solid #858585;padding-right:12px}.c-celebrity-news-list .meta .author{padding-left:12px}.c-add-news-link{align-items:center;display:flex;font-weight:700;margin-right:12px;white-space:nowrap}.front-page .wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0;width:100%}@media screen and (max-width:768px){.front-page .wrapper{padding-left:16px;padding-right:16px}}.top-head-news-content{align-items:flex-start;display:flex;gap:24px;justify-content:center;padding:30px 0;width:100%}.top-head-news-grid{flex-wrap:wrap;gap:24px;width:100%}.top-head-news-card,.top-head-news-grid{align-items:flex-start;display:flex;flex:1;flex-basis:0%;justify-content:flex-start;min-width:240px}.top-head-news-card{gap:16px;overflow:hidden}.top-head-news-thumbnail{aspect-ratio:1;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top;width:136px}.top-head-news-text{display:flex;flex:1;flex-basis:0%;flex-direction:column;justify-content:flex-start}.top-head-article-title{color:var(--Grayscale-Black,#0a0a0a);font:900 28px/34px Inter,sans-serif;margin:0}.top-head-article-description,.top-head-article-title{-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.top-head-article-description{color:var(--Grayscale-Grey,#4d4d4d);font:400 14px/20px Georgia,sans-serif;margin-top:8px}@media (max-width:991px){.top-head-article-title{font:900 24px/30px Inter,sans-serif}.top-head-news-content,.top-head-news-grid{max-width:100%}}.bnews-ticker{align-items:center;background:var(--Brand,#fdcd1c);display:flex;gap:24px;justify-content:center;overflow:hidden;padding:16px 0;position:relative;width:100%}.bnews-ticker-items{display:flex;padding:0 15px;position:absolute;white-space:nowrap;will-change:transform}.bnews-item{align-self:stretch;flex-shrink:0;font:800 14px/20px Inter,sans-serif;margin:0 25px 0 15px;position:relative;white-space:nowrap}.bnews-item:before{background:#000;border-radius:50%;content:"";display:inline-block;height:6px;left:-20px;position:absolute;top:7px;width:6px}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.desktop_only_wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0;width:100%}@media screen and (max-width:768px){.desktop_only_wrapper{padding-left:16px;padding-right:16px}}@media (max-width:991px){.bnews-ticker{max-width:100%}.desktop_only_wrapper{padding-left:0;padding-right:0}}.bnews_music_news-container{color:var(--Grayscale-Black,#0a0a0a);display:flex;flex-direction:column;font:600 16px/1 Inter,sans-serif;justify-content:center;padding:30px 0;width:100%}.bnews_music_news-article{align-items:start;display:flex;flex-wrap:wrap;gap:12px;justify-content:start;width:100%}.bnews_music_news-article:first-child:before{content:url(/wp-content/themes/bai-news/assets/front-page/list1.svg);display:block;height:32px;width:32px}.bnews_music_news-article:nth-child(2):before{content:url(/wp-content/themes/bai-news/assets/front-page/list2.svg);display:block;height:32px;width:32px}.bnews_music_news-article:nth-child(3):before{content:url(/wp-content/themes/bai-news/assets/front-page/list3.svg);display:block;height:32px;width:32px}.bnews_music_news-article:not(:first-child){margin-top:16px}.bnews_music_news-thumbnail{aspect-ratio:1;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:32px}.bnews_music_news-title{flex:1;font-weight:600;font:600 16px/22px Inter,sans-serif;margin:0;min-width:240px;padding:4px 0}@media (max-width:991px){.bnews_music_news-article,.bnews_music_news-container,.bnews_music_news-title{max-width:100%}}.bnews_hero-content{border-top:1px solid #0a0a0a;color:var(--Grayscale-Black,#0a0a0a);flex-wrap:wrap;font-family:Inter,sans-serif;padding:30px 0;width:100%}.bnews_hero-content,.bnews_hero-news-grid{align-items:flex-start;display:flex;gap:28px}.bnews_hero-news-grid{flex:1;flex-basis:0%;flex-wrap:wrap;font-size:24px;font-weight:900;line-height:32px;min-width:240px}.bnews_hero-news-column{display:flex;flex:1;flex-basis:0%;flex-direction:column;min-width:240px}.bnews_hero-news-card{align-items:center;display:flex;gap:16px;overflow:hidden;transition:opacity .2s ease;width:100%}.bnews_hero-news-card:hover{opacity:.85}.bnews_hero-news-card:not(:first-child){margin-top:16px}.bnews_hero-news-image{align-self:stretch;aspect-ratio:1;margin:auto 0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:130px}.bnews_hero-news-title{-webkit-box-orient:vertical;-webkit-line-clamp:4;flex:1;font:900 24px/30px Inter,sans-serif;margin:0;min-width:240px;text-overflow:ellipsis}.bnews_hero-sidebar{display:flex;flex-direction:column;font-size:14px;font-weight:500;line-height:17px;min-width:240px;width:298px}.bnews_hero-sidebar-title{font-size:20px;font-weight:900;line-height:1;margin-bottom:0;margin-top:0}.bnews_hero-sidebar-item{align-items:flex-start;display:flex;gap:8px;margin-top:16px;padding-left:15px;position:relative;transition:color .2s ease;width:100%}.bnews_hero-sidebar-item:hover{color:var(--brand-primary,#2557a7)}.bnews_hero-bullet{background-color:#0a0a0a;border-radius:50%;display:flex;height:6px;left:0;position:absolute;top:5px;width:6px}.bnews_hero-sidebar-text{flex:1;flex-basis:0%;margin:0}@media (prefers-reduced-motion:reduce){.bnews_hero-news-card,.bnews_hero-sidebar-item{transition:none}}@media (max-width:991px){.bnews_hero-news-title{font:900 20px/28px Inter,sans-serif}.bnews_hero-content,.bnews_hero-news-grid{max-width:100%}}@media (forced-colors:active){.bnews_hero-bullet{background-color:CanvasText}.bnews_hero-news-card:hover,.bnews_hero-sidebar-item:hover{outline:2px solid CanvasText}}.home_digest_section{padding-bottom:63px}@media (max-width:640px){.news-card figure{margin-left:0;margin-right:0}.news-card figure iframe{width:100%}}@media (max-width:420px){.news-card figure iframe{height:200px}}.digest-news-section{border-top:1px solid #0a0a0a;display:flex;flex-direction:column;justify-content:start;overflow:hidden;padding:30px 0 0;width:100%}.digest-news-section .section-title{color:#0a0a0a;font:700 24px/1 Inter,sans-serif;margin:0;text-transform:uppercase}.digest-news-section .news-cards-container{display:flex;flex-direction:column;justify-content:start;margin-top:24px;padding:0 200px;width:100%}.digest-news-section .news-card{border:1px solid #0a0a0a;display:flex;flex-direction:column;font-family:Inter,sans-serif;justify-content:start;margin-bottom:12px;overflow:hidden;padding:20px;width:100%}.digest-news-section .news-card:nth-child(1n){background:rgba(227,179,0,.1)}.digest-news-section .news-card:nth-child(1n) .category-label{background:#e4b300;color:#fff}.digest-news-section .news-card:nth-child(1n) .digest_read_more{color:#e4b300}.digest-news-section .news-card:nth-child(2n){background:rgba(9,146,204,.1)}.digest-news-section .news-card:nth-child(2n) .category-label{background:#0992cc;color:#fff}.digest-news-section .news-card:nth-child(2n) .digest_read_more{color:#0992cc}.digest-news-section .news-card:nth-child(3n){background:rgba(234,115,41,.1)}.digest-news-section .news-card:nth-child(3n) .category-label{background:#e4b300;color:#fff}.digest-news-section .news-card:nth-child(3n) .digest_read_more{color:#e4b300}.digest-news-section .news-card figure img{height:auto;max-width:100%!important}.digest-news-section .news-card--relationships{background-color:rgba(227,179,0,.1)}.digest-news-section .news-card--music{background-color:rgba(9,146,204,.1);margin-top:12px}.digest-news-section .news-card--viral{background-color:rgba(234,115,41,.1);margin-top:12px}.digest-news-section .card-header{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:40px 100px;justify-content:space-between;width:100%}.digest-news-section .category-label{-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;color:var(--Grayscale-White,#fff);font-weight:600;line-height:1.3;margin:auto 0;padding:6px 8px;text-align:center;text-overflow:ellipsis}.digest-news-section .category-label--relationships{background-color:#e4b300}.digest-news-section .category-label--music{background-color:#0992cc}.digest-news-section .category-label--viral{background-color:#ea7329}.digest-news-section .read-time{align-self:stretch;color:var(--Grayscale-Medium-Grey,#7a7a7a);font-weight:400;line-height:1.4;margin:auto 0}.digest-news-section .digest-title{color:#0a0a0a;flex:1;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:3px;margin-top:20px;width:100%}.digest-news-section .digest-content .digest-text{color:var(--Grayscale-Dark-Grey,#2b2b2b);font:400 14px/1.4 Georgia,sans-serif}.digest-news-section .digest-content .digest-image-container{margin:16px auto 0;text-align:center}.digest-news-section .digest-content .digest-image-container .digest-image{width:100%}.digest-news-section .visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:991px){.digest-news-section,.digest-news-section .card-header,.digest-news-section .digest-content,.digest-news-section .digest-text,.digest-news-section .digest-title,.digest-news-section .news-card,.digest-news-section .news-cards-container,.digest-news-section .section-title{max-width:100%}.digest-news-section .digest-image-container .digest-image{width:100%}.digest-news-section .digest-title{font-size:26px}.digest-news-section .news-cards-container{padding:0}.digest-news-section .category-label{white-space:normal}.digest-news-section .btn--subscribe{padding:0 20px;white-space:normal}.home_digest_section{padding-bottom:30px}}.page-404{flex:1}.page-404 .wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0;width:100%}@media screen and (max-width:768px){.page-404 .wrapper{padding-left:16px;padding-right:16px}}main.index{flex:1}main.index .wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0 0 100px;width:100%}@media screen and (max-width:768px){main.index .wrapper{padding-left:16px;padding-right:16px}}main.index .page-title{font-size:28px;font-weight:600;line-height:42px;margin-top:35px}.page-search{flex:1}.page-search .wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0 0 100px;width:100%}@media screen and (max-width:768px){.page-search .wrapper{padding-left:16px;padding-right:16px}}.page-search .page-title{font-size:28px;font-weight:600;line-height:42px;margin-top:35px}.page-search .load-more{display:flex;justify-content:center;margin-top:50px}.page-search .load-more button{align-self:center;background:var(--color-accent);border:1px solid transparent;border-radius:24px;color:var(--color-text);cursor:pointer;font-weight:600;padding:8px 18px;white-space:nowrap}.page-search .load-more button:hover{background:#f3c41c}.newsletter-container{background:var(--Grayscale-Off-White,#f2f2f2);border:1px solid var(--Grayscale-Black,#0a0a0a);display:flex;flex-direction:column;justify-content:center;margin:24px 0 36px;padding:20px;width:100%}.newsletter-container .content-wrapper{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.newsletter-container .header-content{color:var(--Grayscale-Black,#0a0a0a);display:flex;flex-direction:column;font:400 16px/1 Inter,sans-serif;width:100%}.newsletter-container .section-tag{font:700 24px/1 Inter,sans-serif;text-transform:uppercase}.newsletter-container .main-title{font:900 40px/1.2 Inter,sans-serif;margin:8px 0}.newsletter-container .subtitle{color:var(--Grayscale-Grey,#4d4d4d);font:400 16px/1 Georgia,sans-serif;margin:5px 0 0}.newsletter-container .subscription-form{border-radius:4px;display:flex;flex-direction:column;margin-top:24px;width:100%}.newsletter-container .subscription-form .mc-embedded-subscribe-controls{align-items:flex-start;display:flex;flex-wrap:wrap;width:100%}.newsletter-container .subscription-form #mce-responses{display:flex;margin:10px 0}.newsletter-container .email-input{background:var(--Grayscale-White,#fff);border:1px solid var(--Grayscale-Black,#0a0a0a);border-right:0;color:var(--Grayscale-Grey,#4d4d4d);flex:1;font:400 16px/1 Georgia,sans-serif;height:51px;min-width:240px;padding:15px 20px}.newsletter-container .submit-button{align-items:center;background:var(--Brand,#fdcd1c);border:1px solid var(--Grayscale-Black,#0a0a0a);color:var(--Grayscale-Black,#0a0a0a);cursor:pointer;display:flex;font:600 16px/1 Inter,sans-serif;height:51px;justify-content:center;min-width:240px;padding:12px 24px;width:252px}.newsletter-container .visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:991px){.newsletter-container .content-wrapper,.newsletter-container .email-input,.newsletter-container .header-content,.newsletter-container .main-title,.newsletter-container .section-tag,.newsletter-container .subscription-form,.newsletter-container .subtitle{max-width:100%}.newsletter-container .subtitle{font:400 16px/1.45 Georgia,sans-serif}.newsletter-container .submit-button{white-space:normal;width:100%}.newsletter-container .email-input{border-right:1px solid!important}}main.single-post{flex:1}main.single-post .divider-top-bottom{border-bottom:1px solid #0a0a0a;border-top:1px solid #0a0a0a;padding:30px 0}main.single-post .wrapper{display:flex;margin-left:auto;margin-right:auto;max-width:1172px;padding:0 0 63px;width:100%}@media screen and (max-width:768px){main.single-post .wrapper{padding-left:16px;padding-right:16px}}main.single-post .article-container{color:#2b2b2b;font-family:Georgia,Inter,serif;font-size:18px;line-height:25px;margin:0 0 40px}main.single-post .article-container .article-content .wp-block-image{margin-bottom:28px;margin-top:28px;text-align:center}main.single-post .article-container .article-text{display:flex;flex-direction:column;justify-content:start;width:100%}main.single-post .article-container .article-summary{line-height:1.4;margin-top:16px}main.single-post .article-container .article-image{aspect-ratio:3.66;margin-top:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}main.single-post .article-container .article-paragraph{color:#2b2b2b;font-size:18px;line-height:25px;margin-top:4px}main.single-post .article-container .share .share-text{font-size:20px;font-weight:500;margin-bottom:10px}@media (max-width:991px){main.single-post .article-container .share .article-image,main.single-post .article-container .share .article-summary{max-width:100%}}main.single-post .article-top .blog-post-header-container{background-color:rgba(114,64,227,.1);display:flex;flex-direction:column;justify-content:flex-start;margin:0;padding:20px 20px 30px 30px;width:100%}main.single-post .article-top .blog-post-header-container .categories-wrapper{display:flex;justify-content:flex-end}main.single-post .article-top .blog-post-header-container .categories-wrapper .categories .categories_indi{background:#0992cc;color:#fff;display:inline-block;font-size:12px;line-height:1;margin:0 8px 8px;padding:8px}main.single-post .article-top .blog-post-header-container .blog-single-image{align-self:center;aspect-ratio:1;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:250px}main.single-post .article-top .blog-post-header-container .post-thumbnails{display:flex;flex-wrap:wrap;justify-content:space-evenly}main.single-post .article-top .blog-post-header-container .post-thumbnails .post-featured-image-wrapper{margin:0 10px 20px 0;max-width:250px;width:100%}main.single-post .article-top .blog-post-header-container .post-thumbnails .post-featured-image-wrapper .post-featured-image{border-radius:16px;height:100%;width:100%}main.single-post .article-top .blog-post-header-container .blog-title-wrapper{display:flex;flex-direction:column;justify-content:center;margin:28px 0 0;text-align:center;width:100%}main.single-post .article-top .blog-post-header-container .blog-title{color:#000;font-size:52px;font-weight:900;line-height:1.2;margin:0;overflow:hidden}main.single-post .article-top .blog-post-header-container .blog-subtitle{color:#000;font-size:18px;font-weight:500;line-height:1.5;margin:8px 0 0;overflow:hidden}@media (max-width:991px){main.single-post .article-top .blog-post-header-container{max-width:100%;padding:30px 10px}main.single-post .article-top .blog-post-header-container .blog-content-wrapper{max-width:100%}main.single-post .article-top .blog-post-header-container .blog-title{font-size:44px;max-width:100%}main.single-post .article-top .blog-post-header-container .blog-subtitle{max-width:100%}}@media (prefers-reduced-motion:reduce){main.single-post .article-top .blog-image{animation:none;transition:none}}@media screen and (forced-colors:active){main.single-post .article-top .blog-subtitle,main.single-post .article-top .blog-title{forced-color-adjust:none}}main.single-post .article-top .author-info-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px 0 20px;width:100%}main.single-post .article-top .author-name{align-self:stretch;color:#0a0a0a;font-size:16px;font-weight:500;margin:auto 0}main.single-post .article-top .publish-date{align-self:stretch;color:#2b2b2b;font-size:14px;margin:auto 0}@media (max-width:991px){main.single-post .article-top .author-info-container{max-width:100%}}main.single-post .related-articles{color:#0a0a0a;display:flex;flex-direction:column;font-family:Inter,sans-serif;overflow:hidden;padding:30px 0 40px;width:100%}main.single-post .related-articles .section-title{font-size:24px;font-weight:700;line-height:1;margin:0;text-transform:uppercase}main.single-post .related-articles .content-wrapper{display:flex;flex-direction:column;justify-content:center;margin-top:24px;padding:30px 130px;width:100%}main.single-post .related-articles .content-list{border:1px solid #0a0a0a;display:flex;flex-direction:column;padding:20px;width:100%}main.single-post .related-articles .celebrities-section{display:flex;flex-direction:column;width:100%}main.single-post .related-articles .header-row{align-items:center;display:flex;flex-wrap:wrap;gap:40px 100px;justify-content:space-between;line-height:1;width:100%}main.single-post .related-articles .section-header{font-size:16px;font-weight:600;margin:0}main.single-post .related-articles a.show-celeb-modal-more{border-bottom:2px solid #fdcd1c;font-size:14px;padding-bottom:1px;transition:all .3s}main.single-post .related-articles a.show-celeb-modal-more:hover{border-bottom-color:#0a0a0a}main.single-post .related-articles .cards-row{align-items:start;display:flex;flex-wrap:wrap;font-size:20px;font-weight:900;gap:20px;line-height:1;margin-top:12px;width:100%}main.single-post .related-articles .profile-card{align-items:center;display:flex;flex:1;flex-basis:0%;gap:16px;min-width:240px;overflow:hidden}main.single-post .related-articles .profile-image{align-self:stretch;aspect-ratio:1;margin:auto 0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100px}main.single-post .related-articles .profile-name{align-self:stretch;flex:1;gap:8px;margin:auto 0}main.single-post .related-articles .divider{border-top:1px solid #0a0a0a;margin:20px 0}main.single-post .related-articles .company-card{width:240px}@media (max-width:991px){main.single-post .related-articles .cards-row,main.single-post .related-articles .celebrities-section,main.single-post .related-articles .content-list,main.single-post .related-articles .content-wrapper,main.single-post .related-articles .divider,main.single-post .related-articles .header-row,main.single-post .related-articles .related-articles,main.single-post .related-articles .section-title{max-width:100%}main.single-post .related-articles .content-wrapper{padding:0}}main.single-post .celebrity-interviews-container{align-items:center;color:#0a0a0a;display:flex;flex-wrap:wrap;font-family:Inter,sans-serif;gap:40px 100px;justify-content:space-between;padding:30px 0;width:100%}main.single-post .celebrity-interviews-title{font-size:24px;font-weight:700;line-height:1;margin:0;text-transform:uppercase}main.single-post .celebrity-interviews-button{background:none;border:1px solid #0a0a0a;cursor:pointer;font-size:14px;font-weight:600;padding:15px 16px;transition:all .3s}main.single-post .celebrity-interviews-button:focus,main.single-post .celebrity-interviews-button:hover{background:#0a0a0a;color:#fff;outline:none;transition:all .3s}main.single-post .bnews_modal-overlay{align-items:center;background-color:rgba(43,43,43,.7);color:var(--Grayscale-Black,#0a0a0a);display:flex;flex-direction:column;font-family:Inter,sans-serif;inset:0;justify-content:center;line-height:1;min-height:768px;opacity:0;position:fixed;width:100%;z-index:-100}main.single-post .bnews_modal-container{background:var(--Grayscale-White,#fff);display:flex;flex-direction:column;justify-content:center;max-width:100%;transform:translateY(200px);transition:all .4s;width:772px}main.single-post .bnews_modal-container .bnews_modal-header{align-items:center;display:flex;flex-wrap:wrap;font-size:24px;font-weight:700;gap:40px 100px;justify-content:space-between;overflow:hidden;padding:20px 24px 20px 40px;white-space:nowrap;width:100%}main.single-post .bnews_modal-container .bnews_modal-title{align-self:stretch;margin:auto 0;text-overflow:ellipsis}main.single-post .bnews_modal-container .bnews_celeb_modal-close{align-self:stretch;aspect-ratio:1;cursor:pointer;margin:auto 0;width:24px}main.single-post .bnews_modal-container .bnews_modal-content{display:flex;flex-direction:column;font-size:20px;font-weight:900;padding:0 40px 40px;width:100%}main.single-post .bnews_modal-container .bnews_modal-celebrity-row{align-items:start;display:flex;flex-wrap:wrap;gap:20px;justify-content:start;width:100%}main.single-post .bnews_modal-container .bnews_modal-celebrity-card{align-items:center;display:flex;flex:1;flex-basis:0%;gap:16px;justify-content:start;min-width:240px;overflow:hidden}main.single-post .bnews_modal-container .bnews_modal-celebrity-image{align-self:stretch;aspect-ratio:1;margin:auto 0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100px}main.single-post .bnews_modal-container .bnews_modal-celebrity-name{align-self:stretch;flex:1;gap:8px;margin:auto 0;text-overflow:ellipsis}@media (max-width:991px){main.single-post .bnews_modal-overlay{max-width:100%}main.single-post .bnews_modal-header{max-width:100%;padding:0 20px;white-space:normal}main.single-post .bnews_modal-content{max-width:100%;padding:0 20px}main.single-post .bnews_modal-celebrity-row,main.single-post .celebrity-interviews-container{max-width:100%}main.single-post .wrapper{padding-left:0;padding-right:0}main.single-post .celebrity-interviews-title{line-height:1.35}main.single-post .article-aside,main.single-post .article-container,main.single-post .author-info-container,main.single-post .celebrity-interviews-container,main.single-post .digest-news-section{padding-left:16px;padding-right:16px}main.single-post .article-top .blog-post-header-container .categories-wrapper{margin-bottom:20px}}body.celeb_modal_show .bnews_modal-overlay{opacity:1;z-index:2}body.celeb_modal_show .bnews_modal-overlay .bnews_modal-container{transform:translateY(0);transition:all .4s}.celebrity-page{flex:1}.celebrity-page .wrapper{margin-left:auto;margin-right:auto;max-width:1172px;padding:0 0 100px;width:100%}@media screen and (max-width:768px){.celebrity-page .wrapper{padding-left:16px;padding-right:16px}}.celebrity-page .celebrity{align-items:center;display:flex;flex-wrap:wrap;margin-top:56px}.celebrity-page .celebrity-avatar{border-radius:50%;height:168px;margin-right:20px;overflow:hidden;width:168px}.celebrity-page .celebrity-avatar img{height:auto;width:100%}.celebrity-page .celebrity-name{font-size:32px;font-weight:400;line-height:48px;margin:0}.celebrity-page .celebrity-info{flex:1}.celebrity-page .celebrity-links{display:flex;flex-wrap:wrap;margin-top:10px}.celebrity-page .celebrity-links .link{align-items:center;display:flex;margin:8px 10px 0 0;white-space:nowrap}@media screen and (max-width:768px){.celebrity-page .celebrity-links .link{flex-basis:100%}}.celebrity-page .celebrity-links .link img{height:21px;width:21px}.celebrity-page .celebrity-links .link a{margin:0 0 0 5px;text-decoration:underline;text-transform:uppercase;white-space:nowrap}.celebrity-page .celebrity-links .link a:hover{text-decoration:none}.celebrity-page .title{font-size:24px;font-weight:600;line-height:36px;margin-top:40px}.c-content-news-list{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.c-content-news-list .c-content-news-related-celebs{width:-moz-max-content;width:max-content}@media screen and (max-width:768px){.c-content-news-list{display:block}}.c-content-news-list:first-child{margin-top:0}.c-content-news-list .thumbnail{display:block;margin-right:30px;max-width:300px}@media screen and (max-width:768px){.c-content-news-list .thumbnail{max-width:200px}}.c-content-news-list .thumbnail img{border-radius:16px;height:auto;max-width:100%}.c-content-news-list .content{flex:1}.c-content-news-list h3{font-size:20px;font-weight:600;line-height:30px;margin:0}.c-content-news-list h3 a:hover{text-decoration:underline}.c-content-news-list .tags{display:flex;flex-wrap:wrap}.c-content-news-list .tags .tag{background:#ffe892;border-radius:24px;color:inherit;font-size:12px;font-weight:600;line-height:18px;margin-right:10px;margin-top:9px;padding:4px 16px 4px 14px;text-decoration:none;white-space:nowrap}.c-content-news-list .tags .tag:last-child{margin-right:0}.c-content-news-list .meta{color:#858585;display:flex;font-size:16px;font-weight:400;line-height:24px}.c-content-news-list .meta .date{border-right:1px solid #858585;padding-right:12px}.c-content-news-list .meta .author{padding-left:12px}.bai-related-entities{position:relative}.bai-related-entities .bai-related-entities__image{border:2px solid #fff;border-radius:50%;height:100px;-o-object-fit:cover;object-fit:cover;width:100px}.bai-related-entities .bai-related-entities__other-number{align-items:center;background-color:#fff;border-radius:50%;bottom:0;display:flex;height:30px;justify-content:center;position:absolute;right:0;width:30px}
