/* import google fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");
/*$news : #0066CC;
$entertainment : #c70039;
$deaf_buzz : #007678;
$awareness : #ffc300;
$tv : #ff5733;*/
.reset-elem, .top-line ul.info-list, .top-line ul.social-icons, .megamenu ul.mega-list, .mega-posts-menu ul.filter-list, .dropdown, div.vertical-box ul.vertical-menu, div.vertical-box ul.vertical-menu li ul.level2, div.vertical-box ul.social-icons, #content-section ul.pagination-list, ul.post-tags, .article-post ul.tags-list, ul.list-news, ul.small-posts, .sidebar .social-widget ul.social-share, .sidebar .tags-widget ul.tags-list, .sidebar .archive-widget ul.archive-list, .single-post .text-boxes ul.tags-list, .share-post-box ul.share-box, .author-profile .author-box .author-content ul.author-social, .comment-area-box > ul, ul.author-list, ul.author-list > li .autor-box .autor-content .autor-title ul.autor-social, ul.author-list > li .autor-last-line ul.autor-tags, body.underconstruction div.social-box ul.social-icons, footer .up-footer .footer-widget ul.social-icons, footer .up-footer .tags-widget ul.tags-list, footer .down-footer ul.list-footer {
  margin: 0;
  padding: 0; }

.paragraph, p {
  font-size: 13px;
  color: #565656;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px; }

.heading1, h1 {
  color: #212121;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 20px; }

.heading2, ul.author-list > li .autor-box .autor-content .autor-title h1 span:after, h2 {
  color: #212121;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 28px; }

.heading3, h3 {
  color: #333333;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 28px; }

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important; }

.anchor, a {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
.header-banner-place {
  width: 100%;
  padding: 10px 0;
  background: white url("/images/header.jpg") no-repeat center right;
  overflow: hidden; }
  .header-banner-place a.navbar-brand {
    padding-top: 0px; }
    .header-banner-place a.navbar-brand img {
      height: 80px;
      margin-bottom: 0px; }
  .header-banner-place p {
    font-size: 11px;
    color: #f1f1f1;
    line-height: 20px;
    margin-bottom: 0; }
  .header-banner-place .header-logo {
    text-align: center;
    margin: auto; }
  .header-banner-place .header-tagline {
    height: 80px;
    line-height: 80px;
    text-align: left; }
  .header-banner-place .header-date {
    height: 80px;
    line-height: 80px;
    text-align: right; }

.navbar {
  padding: 0;
  background: #232323 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999999; }

header {
  padding: 0; }

header.active {
  padding-bottom: 57px; }
  header.active .navbar {
    position: fixed;
    top: 0;
    left: 0; }

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .navbar-nav > li > a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 21px 20px 18px !important;
    position: relative; }
    .navbar-nav > li > a i {
      font-size: 13px;
      margin-left: 10px; }
  .navbar-nav > li:hover > a,
  .navbar-nav > li > a.active {
    background: #343434; }
  .navbar-nav > li.active > a {
    background: #343434;
    padding: 21px 25px 18px !important; }
  .navbar-nav > li > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
    background: #0a2565; }
  .navbar-nav > li > a.news:before {
    background: #2f5fa9; }
  .navbar-nav > li > a.entertainment:before {
    background: #c21807; }
  .navbar-nav > li > a.deaf_buzz:before {
    background: #f5cd1f; }
  .navbar-nav > li > a.awareness:before {
    background: #afcc33; }
  .navbar-nav > li > a.tv:before {
    background: #7719aa; }
  .navbar-nav > li > a.facts:before {
    background: #d6ac1b; }
  .navbar-nav > li > a.open-search {
    border-bottom: 1px solid transparent; }
  .navbar-nav li.drop-link {
    position: relative; }
  .navbar-nav li.search {
    position: inherit; }

.top-line {
  padding: 8px 0 7px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
  background: #0a2565;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
  .top-line ul.info-list li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative; }
    .top-line ul.info-list li i {
      font-size: 12px; }
    .top-line ul.info-list li a {
      color: #f9f9f9;
      outline: none; }
  .top-line ul.info-list li:before {
    content: '|';
    color: #fff;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-right: 12px;
    opacity: 0.3; }
  .top-line ul.info-list li:first-child:before {
    display: none;
    margin-right: 0; }
  .top-line ul.social-icons {
    text-align: right; }
    .top-line ul.social-icons li {
      display: inline-block;
      margin-left: 9px; }
      .top-line ul.social-icons li a {
        font-size: 14px;
        color: #f3f3f3; }
      .top-line ul.social-icons li a:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }

header.active .top-line {
  height: 0;
  padding: 0; }

.navbar-collapse {
  position: relative; }

.form-inline {
  position: relative; }
  .form-inline input.form-control {
    border: 1px solid transparent;
    padding: 8px 20px;
    color: #cccccc;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    outline: none !important;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    width: 200px;
    background: #343434;
    margin: 0 !important; }
  .form-inline button.btn-primary {
    position: absolute;
    right: 0;
    top: 0 px;
    padding: 8px 20px;
    font-size: 12px;
    margin-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    color: #aaa;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .form-inline button.btn-primary:hover {
    opacity: 0.7; }

.form-mobile {
  position: relative;
  display: none; }
  .form-mobile input.form-control {
    border: 1px solid transparent;
    padding: 8px 20px;
    color: #cccccc;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    outline: none !important;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    width: 150px;
    background: #343434;
    margin: 0px 10px; }
  .form-mobile button.btn-primary {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 8px 20px;
    font-size: 12px;
    margin-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    color: #aaa;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .form-mobile button.btn-primary:hover {
    opacity: 0.7; }

header.style-2 .header-banner-place {
  padding: 20px 0 25px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1; }
  header.style-2 .header-banner-place a.navbar-brand {
    float: none; }
  header.style-2 .header-banner-place p {
    color: #212121; }

header.style-3 .navbar-brand {
  padding: 10px 0 10px; }
header.style-3 .navbar-nav > li > a {
  padding: 32px 20px 30px !important; }
header.style-3 p {
  font-size: 11px;
  color: #f1f1f1;
  margin: 0; }
header.style-3 .dropdown {
  left: initial;
  right: 0; }
  header.style-3 .dropdown > li .dropdown.level2 {
    left: initial;
    right: 100%; }

header.style-4 {
  box-shadow: 0 1px 2px #e9e9e9;
  -webkit-box-shadow: 0 1px 2px #e9e9e9;
  -moz-box-shadow: 0 1px 2px #e9e9e9;
  -o-box-shadow: 0 1px 2px #e9e9e9; }
  header.style-4 .navbar-brand {
    padding: 6px 0; }
  header.style-4 .navbar-nav > li > a {
    color: #212121 !important;
    padding: 28px 16px 26px !important; }
  header.style-4 .navbar-nav > li.active > a:before,
  header.style-4 .navbar-nav > li:hover > a:before {
    height: 100%;
    z-index: -1; }
  header.style-4 .navbar-nav > li.active > a,
  header.style-4 .navbar-nav > li:hover > a {
    background: transparent;
    color: #fff !important; }
  header.style-4 .top-line {
    background: #212121; }
  header.style-4 p {
    font-size: 11px;
    color: #999;
    margin: 0; }
  header.style-4 .navbar {
    background: #fcfcfc !important;
    position: relative !important; }
  header.style-4 form {
    margin-left: 30px; }
  header.style-4 .form-inline input.form-control {
    background: #f7f7f7;
    border: 1px solid #f3f3f3;
    color: #999; }

.megamenu {
  position: absolute;
  border-top: 2px solid #436feb;
  top: 100%;
  left: 0;
  background: #212121;
  width: 100%;
  padding: 25px 30px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }
  .megamenu h2 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #343434;
    font-weight: 400;
    position: relative; }
  .megamenu h2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #f44336; }
  .megamenu h2.lay-two:before {
    background: #7eb943; }
  .megamenu h2.lay-three:before {
    background: #ff7e00; }
  .megamenu h2.lay-four:before {
    background: #32b47b; }
  .megamenu ul.mega-list li {
    display: block;
    margin-bottom: 3px;
    padding-bottom: 5px;
    position: relative; }
    .megamenu ul.mega-list li a {
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      color: #fff; }
    .megamenu ul.mega-list li a:hover {
      color: #232323; }
  .megamenu ul.mega-list li:last-child {
    padding-bottom: 0;
    border: none; }

.mega-posts-menu {
  position: absolute;
  border-top: 2px solid #436feb;
  top: 100%;
  left: 0;
  background: #212121;
  width: 100%;
  padding: 25px 30px 0px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }
  .mega-posts-menu .news-post h2 a {
    color: #fff; }
  .mega-posts-menu .post-image > a:first-child img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block; }
  .mega-posts-menu .news-post ul.post-tags li i {
    color: #aaa; }
  .mega-posts-menu ul.filter-list {
    overflow: hidden;
    margin-bottom: 20px; }
    .mega-posts-menu ul.filter-list li {
      display: inline-block;
      margin-bottom: 3px;
      margin-right: 3px;
      float: left; }
      .mega-posts-menu ul.filter-list li a {
        padding: 6px 15px;
        color: #ccc;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        border: 1px solid #333333; }
      .mega-posts-menu ul.filter-list li a:hover {
        background: #232323;
        color: #fff; }
      .mega-posts-menu ul.filter-list li a.news {
        border: 1px solid #2f5fa9; }
      .mega-posts-menu ul.filter-list li a.news:hover {
        background: #2f5fa9; }
      .mega-posts-menu ul.filter-list li a.entertainment {
        border: 1px solid #c21807; }
      .mega-posts-menu ul.filter-list li a.entertainment:hover {
        background: #c21807; }
      .mega-posts-menu ul.filter-list li a.deaf_buzz {
        border: 1px solid #f5cd1f; }
      .mega-posts-menu ul.filter-list li a.deaf_buzz:hover {
        background: #f5cd1f; }
      .mega-posts-menu ul.filter-list li a.awareness {
        border: 1px solid #afcc33; }
      .mega-posts-menu ul.filter-list li a.awareness:hover {
        background: #afcc33; }
      .mega-posts-menu ul.filter-list li a.tv {
        border: 1px solid #7719aa; }
      .mega-posts-menu ul.filter-list li a.tv:hover {
        background: #7719aa; }

li a.nav-link.news + .mega-posts-menu {
  border-top: 2px solid #2f5fa9; }

li a.nav-link.entertainment + .mega-posts-menu {
  border-top: 2px solid #c21807; }

li a.nav-link.deaf_buzz + .mega-posts-menu {
  border-top: 2px solid #f5cd1f; }

li a.nav-link.awareness + .mega-posts-menu {
  border-top: 2px solid #afcc33; }

li a.nav-link.tv + .mega-posts-menu {
  border-top: 2px solid #7719aa; }

li:hover .megamenu,
li:hover .mega-posts-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0; }

.dropdown {
  position: absolute;
  border-top: 2px solid #232323;
  top: 100%;
  left: 0;
  background: #212121;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }
  .dropdown > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333333; }
    .dropdown > li a {
      padding: 10px 20px;
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      color: #fff; }
      .dropdown > li a i {
        font-size: 13px;
        margin-left: 10px; }
    .dropdown > li > a:hover {
      color: #232323; }
    .dropdown > li .dropdown.level2 {
      top: -2px;
      left: 100%;
      border-left: 1px solid #292929; }

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0; }

a.open-menu {
  color: #fff;
  font-size: 15px;
  padding: 20px 0; }

div.vertical-box {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #282828;
  overflow-y: scroll;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  div.vertical-box a.close-menu {
    position: absolute;
    top: 23px;
    right: 25px;
    font-size: 17px;
    color: #232323; }
  div.vertical-box h2 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    padding: 20px 30px; }
  div.vertical-box ul.vertical-menu {
    padding: 20px 30px;
    border-bottom: 1px solid #333333; }
    div.vertical-box ul.vertical-menu li {
      display: block;
      margin-bottom: 5px; }
      div.vertical-box ul.vertical-menu li a {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        text-transform: uppercase; }
        div.vertical-box ul.vertical-menu li a i {
          margin-left: 10px;
          font-size: 16px;
          color: #232323; }
      div.vertical-box ul.vertical-menu li ul.level2 {
        padding: 6px 0;
        padding-left: 30px;
        display: none; }
        div.vertical-box ul.vertical-menu li ul.level2 li a {
          text-transform: capitalize;
          color: #aaa; }
  div.vertical-box ul.social-icons {
    padding: 10px 30px; }
    div.vertical-box ul.social-icons li {
      display: inline-block;
      margin-right: 9px; }
      div.vertical-box ul.social-icons li a {
        font-size: 14px;
        color: #f3f3f3; }
      div.vertical-box ul.social-icons li a:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }

div.vertical-box.active {
  left: 0; }

/*@mixin transition($transition...) {
  -webkit-transition: $transition;
  -moz-transition: $transition;
  -ms-transition: $transition;
  -o-transition: $transition;
  transition: $transition;
}

@mixin transform($transform...) {
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  -o-transform: $transform;
  transform: $transform;
}*/
/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
body {
  background: #fff; }

body.boxed-style {
  background: #fff; }
  body.boxed-style #container {
    max-width: 1190px;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-shadow: 0 0 10px #e5e5e5;
    -webkit-box-shadow: 0 0 10px #e5e5e5;
    -moz-box-shadow: 0 0 10px #e5e5e5;
    -o-box-shadow: 0 0 10px #e5e5e5;
    overflow: hidden;
    position: relative;
    z-index: 2; }

#content-section {
  padding: 40px 0; }
  #content-section .posts-block {
    margin-bottom: 20px; }
  #content-section .advertisement {
    text-align: center;
    margin-bottom: 30px; }
  #content-section .more-from-news {
    padding: 30px 30px 0;
    margin-top: 40px;
    margin-bottom: 0px;
    border: 1px solid #E3E4E8;
    background: #f7f7f7; }
    #content-section .more-from-news .small-posts {
      margin: 0 0 30px; }
    #content-section .more-from-news h1 {
      padding-bottom: 13px;
      border-bottom: 1px solid #e1e1e1; }
  #content-section ul.pagination-list {
    margin-bottom: 40px; }
    #content-section ul.pagination-list li {
      display: inline-block; }
      #content-section ul.pagination-list li a {
        padding: 6px 14px;
        color: #565656;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        border: 1px solid #E3E4E8; }
      #content-section ul.pagination-list li a.active {
        border: 1px solid #a1a1a1; }
      #content-section ul.pagination-list li a:hover {
        background: #232323;
        border: 1px solid transparent;
        color: #fff; }

.news-headline {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative; }
  .news-headline .news-post {
    float: left;
    width: 25%;
    margin-bottom: 0; }
  .news-headline span.title-notifier {
    background: #232323;
    display: inline-block;
    color: #fff !important;
    z-index: 2;
    font-size: 12px;
    padding: 3px 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px; }

#ish-featured .hover-box {
  padding: 0px; }
#ish-featured .image-post .hover-box a.category {
  margin-bottom: 0px; }

.wide-news-heading {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-right: 1px; }
  .wide-news-heading .item {
    float: left;
    width: 20%;
    padding-left: 1px;
    padding-bottom: 1px; }
    .wide-news-heading .item .news-post {
      margin-bottom: 0; }
  .wide-news-heading .item.main-news {
    width: 40%; }
  .wide-news-heading .flex-control-nav {
    display: none; }
  .wide-news-heading .flex-direction-nav {
    padding: 0 10px;
    width: 100%;
    top: 50%;
    bottom: initial;
    right: 0;
    margin-top: -20px;
    opacity: 0; }
  .wide-news-heading .flex-direction-nav .flex-prev,
  .wide-news-heading .flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px; }
  .wide-news-heading .flexslider:hover .flex-direction-nav {
    opacity: 1; }

.slider-news-fullwidth {
  margin-bottom: 30px; }
  .slider-news-fullwidth .flexslider .slider-caption {
    width: 50%;
    float: left;
    padding: 20px 0;
    padding-right: 15px; }
    .slider-news-fullwidth .flexslider .slider-caption h2 {
      font-size: 36px;
      font-weight: 600;
      line-height: 42px;
      margin: 12px 0; }
      .slider-news-fullwidth .flexslider .slider-caption h2 a {
        color: #212121; }
      .slider-news-fullwidth .flexslider .slider-caption h2 a:hover {
        color: #232323; }
    .slider-news-fullwidth .flexslider .slider-caption ul.post-tags {
      margin-bottom: 15px; }
    .slider-news-fullwidth .flexslider .slider-caption p {
      font-size: 15px;
      line-height: 24px;
      max-height: 72px;
      overflow: hidden; }
  .slider-news-fullwidth .flexslider img {
    width: 50%;
    height: auto;
    float: right;
    padding-left: 15px; }
  .slider-news-fullwidth .flex-control-nav {
    display: none; }

.news-headline-box {
  padding: 30px 30px 0;
  margin-bottom: 30px;
  background: #212121;
  border: 2px solid #333333; }
  .news-headline-box > h2 {
    color: #f44336;
    border-bottom: 2px solid #333333;
    padding-bottom: 13px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 18px; }
  .news-headline-box .flexslider {
    margin-bottom: 30px !important; }
  .news-headline-box .flex-control-nav {
    display: none; }
  .news-headline-box .flex-direction-nav {
    padding: 0 10px;
    width: 100%;
    top: 50%;
    bottom: initial;
    right: 0;
    margin-top: -20px;
    opacity: 0; }
  .news-headline-box .flex-direction-nav .flex-prev,
  .news-headline-box .flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px; }
  .news-headline-box .flexslider:hover .flex-direction-nav {
    opacity: 1; }
  .news-headline-box .thumb-post h2 a,
  .news-headline-box ul.small-posts > li h2 a {
    color: #E3E4E8; }
  .news-headline-box ul.small-posts {
    margin-top: 0; }
    .news-headline-box ul.small-posts > li {
      margin-bottom: 20px; }
    .news-headline-box ul.small-posts > li:last-child {
      margin-bottom: 0; }
    .news-headline-box ul.small-posts ul.post-tags li i {
      color: #E3E4E8; }
  .news-headline-box .list-box {
    padding: 25px;
    background: #333333; }
  .news-headline-box .row-list {
    padding-top: 30px;
    border-top: 1px solid #333333; }

.video-line {
  margin-bottom: 30px; }
  .video-line > h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E4E8; }

.btn-more {
  float: right; }

.categories-box {
  overflow: hidden; }
  .categories-box .news-post {
    margin-bottom: 0; }
  .categories-box a.more {
    margin-bottom: 25px;
    color: #232323;
    font-size: 12px;
    font-family: "Open Sans", sans-serif; }
  .categories-box a.more:hover {
    text-decoration: underline !important; }

a.category {
  background: #232323;
  display: inline-block;
  color: #fff !important;
  font-size: 11px;
  padding: 1px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }

a.category:hover {
  opacity: 0.8; }

a.category-news {
  background: #2f5fa9; }

a.category-entertainment {
  background: #c21807; }

a.category-deaf_buzz {
  background: #f5cd1f; }

a.category-awareness {
  background: #afcc33; }

a.category-tv {
  background: #7719aa; }

.color-news {
  color: #2f5fa9; }

.color-entertainment {
  color: #c21807; }

.color-deaf_buzz {
  color: #f5cd1f; }

.color-awareness {
  color: #afcc33; }

.color-tv {
  color: #7719aa; }

a.sponsor-gold {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); }

a.sponsor-silver {
  background: radial-gradient(ellipse farthest-corner at right bottom, #ADA996 0%, #F2F2F2 8%, #DBDBDB 30%, #EAEAEA 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #EAEAEA 0%, #DBDBDB 8%, #ADA996 25%, #F2F2F2 62.5%, #ADA996 100%); }

a.sponsor-bronze {
  background: radial-gradient(ellipse farthest-corner at right bottom, #CD7F32 0%, #BE7023 8%, #AF6114 30%, #DC8E41 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #AF6114 0%, #DC8E41 8%, #AF6114 25%, #BE7023 62.5%, #CD7F32 100%); }

a.sponsor-website {
  background: radial-gradient(ellipse farthest-corner at right bottom, #c31432 0%, #c31432 30%, #c31432 30%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #c31432 0%, #c31432 8%, #240b36 100%); }

.title-section {
  margin-bottom: 20px;
  position: relative; }
  .title-section h1 {
    color: #212121;
    padding-bottom: 16px;
    border-bottom: 1px solid #E3E4E8;
    margin: 0; }
    .title-section h1 i {
      font-size: 15px;
      margin-left: 7px; }
  .title-section h1.news {
    border-bottom-color: #2f5fa9; }
  .title-section h1.entertainment {
    border-bottom-color: #c21807; }
  .title-section h1.deaf_buzz {
    border-bottom-color: #f5cd1f; }
  .title-section h1.awareness {
    border-bottom-color: #afcc33; }
  .title-section h1.tv {
    border-bottom-color: #7719aa; }

.title-section.second-style {
  text-align: center;
  margin-bottom: 40px; }
  .title-section.second-style h1 {
    font-size: 40px;
    text-transform: initial; }

.filter-buttons {
  margin-bottom: 40px; }
  .filter-buttons .btn {
    color: #212121; }

button.mfp-close, button.mfp-arrow, a.zoom {
  outline: none; }

.owl-carousel {
  margin-left: -15px;
  margin-right: -15px; }
  .owl-carousel .item {
    padding: 0 15px; }
  .owl-carousel .news-post {
    margin-bottom: 15px; }

.owl-theme .owl-controls .owl-pagination {
  display: none !important; }

.owl-carousel {
  width: auto; }

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -60px;
  margin-right: 12px; }
  .owl-theme .owl-controls .owl-buttons div {
    font-size: 11px;
    color: #565656;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    border: 1px solid #cccccc;
    margin-left: 2px;
    outline: none;
    padding: 0;
    opacity: 1;
    margin: 0 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
    background: #232323;
    border: 1px solid #232323; }
  .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #565656; }
  .owl-theme .owl-controls .owl-buttons div.owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #565656; }
  .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
    color: #fff; }
  .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
    color: #fff; }

.masonry-box .iso-call {
  margin: -15px -15px 15px; }
  .masonry-box .iso-call .news-post {
    width: 33.333333%;
    padding: 15px;
    margin: 0; }
.masonry-box .iso-call.colum-4 .news-post {
  width: 25%; }

.center-button {
  padding: 10px 0;
  text-align: center; }

a.load-more {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 25px;
  background: #232323; }
  a.load-more i {
    margin-left: 7px; }

a.load-more:hover {
  opacity: 0.85; }

.combined-fullwidth {
  margin-bottom: 60px !important; }
  .combined-fullwidth ul.small-posts > li {
    margin-bottom: 5px; }

/* Labels
-------------------------------------------------------*/
#sKeyword-error {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  background-color: #d9534f;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

/* Video Playlist
-------------------------------------------------------*/
.box-holder {
  padding: 20px;
  border: 1px solid #E3E4E8;
  margin-bottom: 30px; }

#video-section {
  padding: 40px 0; }

.video-playlist {
  display: flex; }
  .video-playlist__content {
    width: 68%; }
    .video-playlist__content > div {
      height: 100%; }
  .video-playlist__list {
    width: 32%;
    background-color: #fff;
    border: 1px solid #E3E4E8; }
  .video-playlist__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1;
    padding: 10px 10px;
    border-bottom: 1px solid #E3E4E8; }
    .video-playlist__list-item:last-child {
      border-bottom: 0; }
    .video-playlist__list-item:hover .video-playlist__list-item-title {
      color: #232323; }
    .video-playlist__list-item--active .video-playlist__list-item-title {
      color: #232323; }
  .video-playlist__list-item-thumb {
    flex: 0 0 81px;
    margin-right: 13px; }
  .video-playlist__list-item-description {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle; }
  .video-playlist__list-item-title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3; }
  @media only screen and (max-width: 991px) {
    .video-playlist {
      display: block; }
      .video-playlist__list, .video-playlist__content {
        width: 100%; } }

/*-------------------------------------------------------*/
/* Sections
/*-------------------------------------------------------*/
#Search-section {
  padding-top: 40px; }

#BreakingNews-section {
  padding: 20px 0 0; }

/* Match legacy home: keep prev/next arrows clear of the “More” button */
#BreakingNews-section .owl-theme .owl-controls {
  margin-right: 75px; }

/* Category horizontal scroll (legacy CategorySet1[4], e.g. Awareness) */
.posts-block--horizontal-scroll .owl-theme .owl-controls {
  margin-right: 75px; }

/*
 * Keep carousel cards visually uniform even when source cover ratios differ.
 * This targets the horizontal category strip (e.g. Awareness) where one tall image
 * can otherwise expand the row and look "too big".
 */
.posts-block--horizontal-scroll .standart-post .post-image {
  overflow: hidden;
  background: #eceff1; }

.posts-block--horizontal-scroll .standart-post .post-image > a:first-child img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block; }

/* Sort 2 (legacy First-Posts-block): featured + 2×2 thumbs */
.posts-block--sort-2 .posts-block--sort-2__row {
  margin-left: -10px;
  margin-right: -10px; }
.posts-block--sort-2 .posts-block--sort-2__row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }
.posts-block--sort-2 .standart-post p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 0; }
.posts-block--sort-2 .posts-block--sort-2__thumbs {
  margin-left: -8px;
  margin-right: -8px; }
.posts-block--sort-2 .posts-block--sort-2__thumbs > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; }
.posts-block--sort-2 .thumb-post .post-image a.category {
  display: inline-block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: calc(100% - 6px);
  font-size: 11px;
  padding: 3px 6px;
  line-height: 1.2; }
.posts-block--sort-2 .thumb-post h2 {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.9em; }
.posts-block--sort-2 .thumb-post .post-image {
  overflow: hidden;
  background: #eceff1; }
.posts-block--sort-2 .thumb-post .post-image a:first-child img {
  width: 100%;
  height: auto;
  display: block; }

#Sponsor-section {
  background: #f8f9fa;
  padding: 10px 0; }
  #Sponsor-section h3, #Sponsor-section a {
    font-size: 12px;
    color: #212121;
    line-height: 15px; }
  #Sponsor-section .post-image {
    margin-bottom: 5px; }

#Sponsor-section.ish-sponsor-wall {
  overflow: hidden;
  padding: 34px 0;
  background: #f7f8fa; }
  #Sponsor-section.ish-sponsor-wall h2 {
    margin: 0;
    color: #171717;
    font-size: 28px;
    line-height: 1.1; }
  #Sponsor-section.ish-sponsor-wall a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none; }

.ish-sponsor-wall__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px; }

.ish-sponsor-wall__eyebrow {
  display: inline-flex;
  color: #e50914;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase; }

.ish-sponsor-wall__rows {
  display: grid;
  gap: 14px; }

.ish-sponsor-wall__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }

.ish-sponsor-wall__track {
  display: flex;
  align-items: stretch;
  gap: clamp(28px, 4vw, 56px);
  justify-content: flex-start;
  width: max-content;
  min-width: 100%;
  padding-right: 0;
  animation: ishSponsorWallSingleScroll 14s linear infinite;
  will-change: transform; }

.ish-sponsor-wall__viewport[data-direction="right"] .ish-sponsor-wall__track {
  animation-name: ishSponsorWallScrollReverse; }

.ish-sponsor-wall__viewport:hover .ish-sponsor-wall__track,
.ish-sponsor-wall__viewport:focus-within .ish-sponsor-wall__track {
  animation-play-state: paused; }

.ish-sponsor-wall__card {
  flex: 0 0 220px;
  width: 220px; }

.ish-sponsor-wall__link {
  display: grid;
  grid-template-rows: 86px auto;
  height: 140px;
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 28, 38, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }

.ish-sponsor-wall__link:hover,
.ish-sponsor-wall__link:focus {
  border-color: rgba(229, 9, 20, 0.32);
  box-shadow: 0 18px 42px rgba(20, 28, 38, 0.12);
  transform: translateY(-2px);
  outline: none; }

.ish-sponsor-wall__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0; }
  .ish-sponsor-wall__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1) saturate(0.25);
    opacity: 0.72;
    transition: filter 0.18s ease, opacity 0.18s ease, transform 0.18s ease; }

.ish-sponsor-wall__link:hover .ish-sponsor-wall__logo img,
.ish-sponsor-wall__link:focus .ish-sponsor-wall__logo img {
  filter: grayscale(0) saturate(1);
  opacity: 1;
  transform: translateZ(0); }

.ish-sponsor-wall__info {
  display: grid;
  align-content: end;
  gap: 3px;
  min-width: 0;
  padding-top: 8px;
  text-align: center; }

.ish-sponsor-wall__name {
  overflow: hidden;
  color: #171717;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ish-sponsor-wall__package {
  overflow: hidden;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

@keyframes ishSponsorWallSingleScroll {
  from { transform: translate3d(100%, 0, 0); }
  to { transform: translate3d(-100%, 0, 0); } }

@media (max-width: 767px) {
  #Sponsor-section.ish-sponsor-wall {
    padding: 28px 0; }
  .ish-sponsor-wall__head {
    display: block; }
  .ish-sponsor-wall__head h2 {
    margin-top: 6px !important;
    font-size: 24px !important; }
  .ish-sponsor-wall__viewport {
    -webkit-mask-image: none;
    mask-image: none; }
  .ish-sponsor-wall__track {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    width: 100%;
    padding: 0 0 8px;
    animation: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; }
  .ish-sponsor-wall__card {
    flex-basis: min(78vw, 260px);
    width: min(78vw, 260px);
    scroll-snap-align: start; } }

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .socials--nobase a {
    width: 13px;
    height: auto;
    border: 0;
    line-height: 32px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #565656;
    background-color: transparent; }
    .socials--nobase a:hover, .socials--nobase a:focus {
      color: #fff;
      background-color: transparent !important; }
  .socials--white-base a {
    background-color: #fff;
    color: #212121; }
  .socials--dark .social-facebook:hover,
  .socials--dark .social-facebook:focus {
    color: #39599f !important; }
  .socials--dark .social-twitter:hover,
  .socials--dark .social-twitter:focus {
    color: #55ACEE !important; }
  .socials--dark .social-google-plus:hover,
  .socials--dark .social-google-plus:focus {
    color: #DE4B39 !important; }
  .socials--dark .social-youtube:hover,
  .socials--dark .social-youtube:focus {
    color: #c61d23 !important; }
  .socials--dark .social-snapchat:hover,
  .socials--dark .social-snapchat:focus {
    color: #fffb01 !important; }
  .socials--dark .social-linkedin:hover,
  .socials--dark .social-linkedin:focus {
    color: #0e76a8 !important; }
  .socials--dark .social-pinterest:hover,
  .socials--dark .social-pinterest:focus {
    color: #c8232c !important; }
  .socials--dark .social-instagram:hover,
  .socials--dark .social-instagram:focus {
    color: #e1306c !important; }
  .socials--dark .social-rss:hover,
  .socials--dark .social-rss:focus {
    color: #ef822a !important; }
  .socials--grey a {
    background-color: #f8f9fa;
    color: #212121; }
  .socials--medium a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px; }
  .socials--large a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 16px; }
  .socials--wide a {
    width: 100%;
    padding: 0 5px;
    margin: 0;
    margin-bottom: 16px; }
  .socials--rounded a {
    border-radius: 50% !important; }

.social {
  display: inline-block;
  line-height: 32px;
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  transition: all all 0.1s ease-in-out ease-in-out;
  -moz-transition: all all 0.1s ease-in-out ease-in-out;
  -webkit-transition: all all 0.1s ease-in-out ease-in-out;
  -o-transition: all all 0.1s ease-in-out ease-in-out; }
  .social:hover, .social:focus {
    color: #fff; }
  .social:last-child {
    margin-right: 0; }
  .social__text {
    display: inline-block;
    margin-left: 2px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 1199px) {
      .social__text {
        display: none; } }
    @media only screen and (max-width: 991px) {
      .social__text {
        display: inline-block; } }
    @media only screen and (max-width: 575px) {
      .social__text {
        display: none; } }
  .social-facebook {
    background-color: #39599f; }
  .social-facebook:hover {
    background-color: #324e8c !important;
    color: #fff !important; }
  .social-twitter {
    background-color: #55ACEE; }
  .social-twitter:hover {
    background-color: #3ea1ec !important;
    color: #fff !important; }
  .social-google-plus {
    background-color: #DE4B39; }
  .social-google-plus:hover {
    background-color: #d93824 !important;
    color: #fff !important; }
  .social-youtube {
    background-color: #c61d23; }
  .social-youtube:hover {
    background-color: #b01a1f !important;
    color: #fff !important; }
  .social-snapchat {
    background-color: #fffb01; }
  .social-snapchat:hover {
    background-color: #e7e300 !important;
    color: #fff !important; }
  .social-linkedin {
    background-color: #0e76a8; }
  .social-linkedin:hover {
    background-color: #0c6590 !important;
    color: #fff !important; }
  .social-pinterest {
    background-color: #c8232c; }
  .social-pinterest:hover {
    background-color: #b21f27 !important;
    color: #fff !important; }
  .social-instagram {
    background-color: #e1306c; }
  .social-instagram:hover {
    background-color: #d81f5e !important;
    color: #fff !important; }
  .social-rss {
    background-color: #ef822a; }
  .social-rss:hover {
    background-color: #ed7412 !important;
    color: #fff !important; }

/*-------------------------------------------------- */
/* 1. Slider news
/*------------------------------------------------- */
.slider-news {
  margin-bottom: 40px; }
  .slider-news img {
    width: 100%;
    height: auto; }
  .slider-news .slider-caption {
    position: absolute;
    width: 280px;
    bottom: 0px;
    height: 100%;
    right: 0;
    padding: 30px;
    background: rgba(245, 245, 245, 0.95); }
    .slider-news .slider-caption h2 {
      margin-bottom: 5px;
      font-size: 22px; }
      .slider-news .slider-caption h2 a {
        color: #212121; }
      .slider-news .slider-caption h2 a:hover {
        opacity: 0.85; }
    .slider-news .slider-caption p {
      margin-bottom: 0;
      max-width: 400px; }
    .slider-news .slider-caption a.category {
      margin-bottom: 12px; }
  .slider-news .flex-control-paging {
    display: none; }
  .slider-news .flex-control-paging li a {
    background: #212121;
    padding: 3px 7px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 10px; }
  .slider-news .flex-control-paging li a:hover,
  .slider-news .flex-control-paging li a.flex-active {
    background: #232323;
    color: #fff; }

.slider-widget {
  overflow: hidden; }
  .slider-widget ul {
    margin-top: 16px; }
  .slider-widget img {
    width: 100%;
    height: auto; }
  .slider-widget .flex-control-paging {
    display: none; }
  .slider-widget .flex-direction-nav {
    bottom: 2px;
    right: 2px;
    opacity: 0; }
  .slider-widget .flexslider:hover .flex-direction-nav {
    opacity: 1; }
  .slider-widget .flex-direction-nav li a {
    background: #fff !important; }
  .slider-widget .flex-direction-nav li a:after {
    color: #343434 !important; }
  .slider-widget .slider-caption {
    position: absolute;
    width: 280px;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding: 15px;
    background: rgba(17, 17, 17, 0.95);
    background: -webkit-linear-gradient(legacy-direction(rgba(17, 17, 17, 0)), rgba(17, 17, 17, 0.95));
    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.95)); }
    .slider-widget .slider-caption h2 {
      margin-bottom: -3px !important;
      font-size: 14px;
      font-weight: 400; }
      .slider-widget .slider-caption h2 a {
        color: #fff; }
      .slider-widget .slider-caption h2 a:hover {
        opacity: 0.85; }
    .slider-widget .slider-caption ul.post-tags {
      margin: 0; }
      .slider-widget .slider-caption ul.post-tags li {
        color: #e1e1e1; }
        .slider-widget .slider-caption ul.post-tags li i {
          color: #fff; }
        .slider-widget .slider-caption ul.post-tags li a {
          color: #e1e1e1; }
    .slider-widget .slider-caption a.category {
      margin-bottom: 5px; }

.news-headline2 .flex-direction-nav {
  top: 50%;
  right: 0px;
  width: 100%;
  height: 40px;
  margin-top: -10px;
  bottom: inherit;
  opacity: 0; }
.news-headline2 .flexslider:hover .flex-direction-nav {
  opacity: 1; }
.news-headline2 .flex-direction-nav li a {
  width: 40px;
  height: 40px;
  line-height: 40px; }
.news-headline2 .flex-direction-nav li a:after {
  font-size: 20px; }

/*-------------------------------------------------- */
/* 1. Standart post
/*------------------------------------------------- */
.news-post {
  margin-bottom: 30px; }

/* post tags list style */
ul.post-tags {
  margin-bottom: 8px; }
  ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #999;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    ul.post-tags li i {
      font-size: 12px;
      color: #343434;
      margin-right: 5px; }
    ul.post-tags li a {
      color: #999; }
    ul.post-tags li a:hover {
      color: #232323; }
  ul.post-tags li:last-child {
    margin-right: 0; }

.standart-post .post-image {
  position: relative;
  margin-bottom: 14px; }
  .standart-post .post-image a {
    display: block; }
    .standart-post .post-image a img {
      width: 100%;
      height: auto; }
  .standart-post .post-image a.category {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0; }
.standart-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px; }
  .standart-post h2 a {
    color: #212121; }
  .standart-post h2 a:hover {
    color: #232323; }

.video-post .post-image {
  position: relative;
  margin-bottom: 14px; }
  .video-post .post-image a {
    display: block; }
    .video-post .post-image a img {
      width: 100%;
      height: auto; }
  .video-post .post-image i {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    top: 50%;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.video-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px; }
  .video-post h2 a {
    color: #212121; }
  .video-post h2 a:hover {
    color: #232323; }

.alternative-post {
  text-align: center; }
  .alternative-post .post-image {
    position: relative;
    margin-bottom: 10px; }
    .alternative-post .post-image a {
      display: block; }
      .alternative-post .post-image a img {
        width: 100%;
        height: auto; }
    .alternative-post .post-image a.category {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0; }
    .alternative-post .post-image h2 {
      position: absolute;
      bottom: -3px;
      left: 30px;
      right: 30px;
      font-weight: 600;
      line-height: 24px;
      text-transform: initial;
      margin: 0px;
      padding: 10px;
      background: #fff;
      z-index: 2;
      text-align: center; }
      .alternative-post .post-image h2 a {
        color: #212121; }
      .alternative-post .post-image h2 a:hover {
        color: #232323; }

.thumb-post {
  text-align: center; }
  .thumb-post .post-image {
    position: relative;
    margin-bottom: 14px; }
    .thumb-post .post-image a {
      display: block; }
      .thumb-post .post-image a img {
        width: 100%;
        height: auto; }
  .thumb-post h2 {
    font-weight: 600;
    line-height: 20px;
    font-size: 13px;
    text-transform: initial;
    margin-bottom: 2px; }
    .thumb-post h2 a {
      color: #212121; }
    .thumb-post h2 a:hover {
      color: #232323; }

.image-post {
  position: relative;
  overflow: hidden; }
  .image-post img {
    width: 100%;
    height: auto;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }
  .image-post .hover-box {
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.95);
    background: -webkit-linear-gradient(legacy-direction(rgba(17, 17, 17, 0)), rgba(17, 17, 17, 0.95));
    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.95)); }
    .image-post .hover-box a.category {
      margin-bottom: 10px; }
    .image-post .hover-box ul.post-tags li {
      color: #fff; }
      .image-post .hover-box ul.post-tags li i {
        color: #fff; }
      .image-post .hover-box ul.post-tags li a {
        color: #fff; }
  .image-post h2 {
    font-weight: 400;
    line-height: 20px;
    text-transform: initial;
    margin-bottom: 2px;
    color: #fff; }
    .image-post h2 a {
      color: #fff; }
    .image-post h2 a:hover {
      opacity: 0.8; }

.image-post:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }

.large-post .post-image {
  position: relative;
  margin-bottom: 14px; }
  .large-post .post-image a {
    display: block; }
    .large-post .post-image a img {
      width: 100%;
      height: auto; }
  .large-post .post-image a.category {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0; }
.large-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px; }
  .large-post h2 a {
    color: #212121; }
  .large-post h2 a:hover {
    color: #232323; }

.large-image-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .large-image-post img {
    width: 100%;
    height: auto;
    transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out; }
  .large-image-post .hover-box {
    position: absolute;
    width: 100%;
    padding: 60px 30px 30px;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.95);
    background: -webkit-linear-gradient(legacy-direction(rgba(0, 0, 0, 0)), rgba(0, 0, 0, 0.95));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95)); }
    .large-image-post .hover-box a.category {
      margin-bottom: 15px; }
    .large-image-post .hover-box ul.post-tags li {
      color: #fff; }
      .large-image-post .hover-box ul.post-tags li i {
        color: #fff; }
      .large-image-post .hover-box ul.post-tags li a {
        color: #fff; }
  .large-image-post h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff; }
    .large-image-post h2 a {
      color: #fff; }
    .large-image-post h2 a:hover {
      opacity: 0.8; }
  .large-image-post p {
    color: #fff;
    max-width: 640px;
    margin: 0 auto; }

.large-image-post:hover img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0); }

.large-post {
  margin-bottom: 50px; }
  .large-post img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .large-post iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 30px; }
  .large-post .post-content {
    padding: 0 30px; }
    .large-post .post-content h2 {
      text-transform: uppercase;
      font-size: 24px;
      margin-bottom: 15px;
      line-height: 30px; }
    .large-post .post-content ul.post-tags {
      margin-bottom: 15px; }
      .large-post .post-content ul.post-tags li {
        font-size: 13px; }
    .large-post .post-content p {
      font-size: 14px;
      margin-bottom: 15px; }
  .large-post a.read-more {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding: 10px 25px;
    background: #232323; }
    .large-post a.read-more i {
      margin-left: 7px; }
  .large-post a.read-more:hover {
    opacity: 0.85; }

.article-post .post-image {
  position: relative; }
  .article-post .post-image a {
    display: block; }
    .article-post .post-image a img {
      width: 100%;
      height: auto; }
  .article-post .post-image a.category {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0; }
.article-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px;
  margin-top: 10px; }
  .article-post h2 a {
    color: #212121; }
  .article-post h2 a:hover {
    color: #232323; }
.article-post ul.tags-list {
  overflow: hidden;
  padding-top: 3px;
  margin-bottom: 30px; }
  .article-post ul.tags-list li {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
    float: left; }
    .article-post ul.tags-list li a {
      padding: 6px 20px;
      color: #565656;
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      border: 1px solid #f1f1f1; }
    .article-post ul.tags-list li a:hover {
      background: #232323;
      border: 1px solid transparent;
      color: #fff; }

ul.list-news {
  margin-top: 3px; }
  ul.list-news > li {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 15px;
    position: relative; }
    ul.list-news > li h2 {
      font-weight: 400;
      line-height: 24px;
      text-transform: initial;
      margin-bottom: -4px;
      color: #232323;
      font-size: 13px;
      font-weight: 400 !important; }
      ul.list-news > li h2 a {
        color: #232323; }
      ul.list-news > li h2 a:hover {
        opacity: 0.8; }
  ul.list-news > li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #232323;
    left: 0;
    top: 18px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  ul.list-news > li:last-child {
    border-bottom: none; }

ul.small-posts {
  margin-top: 15px; }
  ul.small-posts > li {
    display: block;
    margin-bottom: 10px;
    overflow: hidden; }
    ul.small-posts > li > a {
      float: left;
      width: 120px;
      margin-right: 20px; }
      ul.small-posts > li > a img {
        width: 100%;
        height: auto; }
    ul.small-posts > li .post-cont {
      margin-left: 140px;
      padding-top: 5px; }
    ul.small-posts > li h2 {
      text-transform: initial;
      font-size: 13px;
      font-weight: 600;
      line-height: 20px;
      margin-bottom: 3px; }
      ul.small-posts > li h2 a {
        color: #565656; }
      ul.small-posts > li h2 a:hover {
        color: #232323; }
  ul.small-posts > li:last-child {
    margin-bottom: 0; }

.posts-block ul.small-posts {
  margin-top: 0; }

/*-------------------------------------------------- */
/* 1. Sidebar
/*------------------------------------------------- */

/*
 * Sidebar “Recent News”: 16:10 in a narrow column — wider export ratio makes tiles too short.
 */
.sidebar .standart-post .post-image {
  overflow: hidden;
  background: #eceff1; }

.sidebar .standart-post .post-image > a:first-child img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  display: block; }

.sidebar {
  padding-left: 10px; }
  .sidebar .widget {
    margin-bottom: 30px; }
  .sidebar h1 {
    color: #565656;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef; }
  .sidebar .search-widget input[type="search"] {
    margin: 0;
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #f3f3f3;
    color: #565656;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .sidebar .search-widget button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -42px;
    margin-right: 15px;
    position: relative;
    z-index: 2; }
  .sidebar .search-widget button i {
    color: #212121;
    font-size: 13px; }
  .sidebar .social-widget p {
    margin-bottom: 12px; }
  .sidebar .social-widget ul.social-share {
    overflow: hidden; }
    .sidebar .social-widget ul.social-share li {
      float: left;
      width: 25%;
      list-style: none; }
      .sidebar .social-widget ul.social-share li a {
        padding: 14px 10px;
        width: 100%;
        color: #fff;
        font-size: 16px;
        text-align: center; }
        .sidebar .social-widget ul.social-share li a i {
          transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out; }
        .sidebar .social-widget ul.social-share li a span {
          font-size: 12px;
          display: block;
          margin: 0;
          font-family: "Open Sans", sans-serif;
          letter-spacing: 0.5px; }
      .sidebar .social-widget ul.social-share li a.rss {
        background: #f0771e; }
      .sidebar .social-widget ul.social-share li a.facebook {
        background: #436feb; }
      .sidebar .social-widget ul.social-share li a.twitter {
        background: #43c9eb; }
      .sidebar .social-widget ul.social-share li a.google {
        background: #f14133; }
      .sidebar .social-widget ul.social-share li a:hover {
        opacity: 0.9; }
        .sidebar .social-widget ul.social-share li a:hover i {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg); }
  .sidebar .tabs-widget .nav-tabs {
    border: none; }
    .sidebar .tabs-widget .nav-tabs a.nav-item {
      width: 33.333333%;
      border: none;
      text-align: center;
      background: #232323;
      color: #fff;
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      padding: 14px 2px;
      background: #f44336;
      border-left: 1px solid rgba(31, 31, 31, 0.1); }
    .sidebar .tabs-widget .nav-tabs a:first-child {
      border-left: 1px solid transparent; }
    .sidebar .tabs-widget .nav-tabs a[aria-selected="true"] {
      background: #232323; }
  .sidebar .tabs-widget .tab-content {
    padding: 20px;
    border: 1px solid #f1f1f1; }
    .sidebar .tabs-widget .tab-content ul.small-posts {
      margin: 0; }
  .sidebar .tags-widget ul.tags-list {
    overflow: hidden;
    padding-top: 3px; }
    .sidebar .tags-widget ul.tags-list li {
      display: inline-block;
      margin-bottom: 3px;
      margin-right: 3px;
      float: left; }
      .sidebar .tags-widget ul.tags-list li a {
        padding: 6px 20px;
        color: #565656;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        border: 1px solid #f1f1f1; }
      .sidebar .tags-widget ul.tags-list li a:hover {
        background: #232323;
        border: 1px solid transparent;
        color: #fff; }
  .sidebar .archive-widget ul.archive-list li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1; }
    .sidebar .archive-widget ul.archive-list li a {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: #565656; }
      .sidebar .archive-widget ul.archive-list li a span {
        font-weight: 700;
        color: #f44336; }
    .sidebar .archive-widget ul.archive-list li a:hover {
      color: #232323; }
  .sidebar .archive-widget ul.archive-list li:first-child {
    padding-top: 0; }
  .sidebar .archive-widget ul.archive-list li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .sidebar .advertisement {
    text-align: center;
    margin-bottom: 30px; }
  .sidebar .advertisement-promo-fallback {
    display: block;
    padding: 20px 14px;
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 0;
    transition: opacity 0.15s ease; }
    .sidebar .advertisement-promo-fallback:hover {
      color: #fff;
      opacity: 0.94; }
    .sidebar .advertisement-promo-fallback__line1 {
      display: block;
      font-weight: 700;
      font-size: 15px;
      margin-bottom: 6px; }
    .sidebar .advertisement-promo-fallback__line2 {
      display: block;
      font-size: 12px;
      opacity: 0.92; }

/*-------------------------------------------------- */
/*  Single Post
/*------------------------------------------------- */
.single-post > h1 {
  font-size: 34px;
  margin-bottom: 12px;
  padding: 0px; }
.single-post ul.post-tags {
  float: left;
  padding: 5px 5px; }
  .single-post ul.post-tags li {
    color: #777;
    font-size: 14px;
    margin-right: 15px; }
    .single-post ul.post-tags li i {
      font-size: 14px;
      margin-right: 10px; }
.single-post img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
.single-post .text-boxes {
  padding: 0 30px;
  margin-bottom: 30px; }
  .single-post .text-boxes ul.tags-list {
    overflow: hidden;
    padding-top: 3px;
    margin-bottom: 30px; }
    .single-post .text-boxes ul.tags-list li {
      display: inline-block;
      margin-bottom: 3px;
      margin-right: 3px;
      float: left; }
      .single-post .text-boxes ul.tags-list li a {
        padding: 6px 20px;
        color: #565656;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        border: 1px solid #f1f1f1; }
      .single-post .text-boxes ul.tags-list li a:hover {
        background: #232323;
        border: 1px solid transparent;
        color: #fff; }
.single-post p {
  color: #545454;
  font-size: 15px;
  line-height: 26px;
  text-align: justify; }
  .single-post p a {
    color: #232323;
    text-decoration: underline !important; }
.single-post blockquoteX {
  text-align: center;
  padding: 25px 30px;
  background: #232323;
  margin-bottom: 30px; }
  .single-post blockquoteX p {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 0; }
.single-post blockquote {
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 0px; }
  .single-post blockquote p {
    color: #232323;
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 0; }
.single-post .flex-control-nav {
  display: block;
  bottom: 60px;
  top: initial;
  width: 100%;
  text-align: center;
  right: initial;
  left: 0; }
  .single-post .flex-control-nav li {
    margin: 0 5px; }
  .single-post .flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-indent: 99999px !important; }
  .single-post .flex-control-nav li a.flex-active {
    background: #fff; }
.single-post .flex-direction-nav {
  padding: 0 10px;
  width: 100%;
  top: 50%;
  bottom: initial;
  right: 0;
  margin-top: -20px;
  opacity: 0; }
.single-post .flex-direction-nav .flex-prev,
.single-post .flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px; }
.single-post .flexslider:hover .flex-direction-nav {
  opacity: 1; }
.single-post .format-post-audio iframe {
  width: 100%;
  height: 160px;
  margin-bottom: 30px; }
.single-post .format-post-video iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 30px; }

.share-post-box {
  padding: 5px 0px;
  border-bottom: 1px solid #E3E4E8;
  height: 40px;
  margin-bottom: 10px; }
  .share-post-box ul.share-box {
    overflow: hidden;
    float: right; }
    .share-post-box ul.share-box li {
      list-style: none;
      display: inline; }
      .share-post-box ul.share-box li a {
        padding: 6px 10px;
        color: #fff;
        width: 30px;
        height: 30px;
        margin: 0px;
        font-size: 13px;
        border-radius: 3px;
        font-family: "Open Sans", sans-serif; }
        .share-post-box ul.share-box li a span {
          margin-left: 8px; }
        .share-post-box ul.share-box li a i {
          font-size: 15px; }
      .share-post-box ul.share-box li a:hover {
        opacity: 0.7; }
      .share-post-box ul.share-box li a.facebook {
        background: #436feb; }
      .share-post-box ul.share-box li a.twitter {
        background: #43c9eb; }
      .share-post-box ul.share-box li a.google {
        background: #f14133; }
      .share-post-box ul.share-box li a.linkedin {
        background: #1879dd; }
      .share-post-box ul.share-box li a.whatsapp {
        background: #25D366; }
      .share-post-box ul.share-box li a.instagram {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
      .share-post-box ul.share-box li a.rss {
        background: #f0771e; }

.author-profile {
  margin: 30px 0; }
  .author-profile .author-box {
    overflow: hidden;
    padding: 30px;
    border: 2px solid #f1f1f1; }
    .author-profile .author-box img {
      float: left;
      width: 100px;
      height: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .author-profile .author-box .author-content {
      margin-left: 130px; }
      .author-profile .author-box .author-content h4 {
        color: #212121;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        margin: 0 0 8px; }
        .author-profile .author-box .author-content h4 a {
          color: #232323;
          font-size: 13px;
          margin-left: 10px; }
        .author-profile .author-box .author-content h4 a:before {
          content: '/';
          color: #232323;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          margin-right: 10px; }
        .author-profile .author-box .author-content h4 a:hover {
          opacity: 0.7; }
      .author-profile .author-box .author-content ul.author-social li {
        display: inline-block;
        margin-right: 5px; }
        .author-profile .author-box .author-content ul.author-social li a {
          font-size: 15px;
          color: #565656; }
        .author-profile .author-box .author-content ul.author-social li a:hover {
          color: #232323; }

.comment-area-box {
  padding-top: 20px; }
  .comment-area-box > ul {
    padding-top: 10px; }
    .comment-area-box > ul li {
      list-style: none; }
      .comment-area-box > ul li .comment-box {
        overflow: hidden;
        margin-bottom: 55px; }
        .comment-area-box > ul li .comment-box img {
          max-width: 100px;
          float: left;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .comment-area-box > ul li .comment-box .comment-content {
          margin-left: 130px; }
          .comment-area-box > ul li .comment-box .comment-content h4 {
            color: #212121;
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            margin: 0; }
          .comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a {
            font-size: 12px;
            color: #565656;
            font-family: "Open Sans", sans-serif;
            display: inline-block;
            margin: 0 0 16px; }
            .comment-area-box > ul li .comment-box .comment-content span i, .comment-area-box > ul li .comment-box .comment-content a i {
              font-size: 15px;
              margin-right: 6px; }
          .comment-area-box > ul li .comment-box .comment-content a {
            float: right; }
          .comment-area-box > ul li .comment-box .comment-content a:hover {
            color: #232323; }
          .comment-area-box > ul li .comment-box .comment-content p {
            margin-bottom: 0px; }
  .comment-area-box ul.depth .comment-box {
    padding-left: 130px; }

.contact-form-box .title-section {
  margin-bottom: 30px; }
  .contact-form-box .title-section h1 span.email-not-published {
    float: right;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400;
    margin-top: 4px; }
.contact-form-box > span {
  display: block;
  font-size: 12px;
  color: #565656;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 25px; }
.contact-form-box #comment-form {
  margin: 0 0 50px; }
  .contact-form-box #comment-form label {
    color: #212121;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 600; }
  .contact-form-box #comment-form input[type="text"],
  .contact-form-box #comment-form textarea {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #565656;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .contact-form-box #comment-form textarea {
    height: 120px;
    margin-bottom: 30px; }
  .contact-form-box #comment-form button {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 12px 25px;
    background: #232323;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    border: none;
    outline: none; }
    .contact-form-box #comment-form button i {
      display: inline-block;
      margin-right: 10px; }
  .contact-form-box #comment-form button:hover {
    opacity: 0.85; }

.single-post-gal {
  margin: -40px 0 30px;
  width: 100%;
  overflow: hidden; }
  .single-post-gal .flexslider img {
    width: 100%;
    height: auto; }
  .single-post-gal .flexslider .flex-control-nav {
    display: block;
    bottom: 60px;
    top: initial;
    width: 100%;
    text-align: center;
    right: initial;
    left: 0; }
    .single-post-gal .flexslider .flex-control-nav li {
      margin: 0 5px; }
    .single-post-gal .flexslider .flex-control-nav li a {
      width: 10px;
      height: 10px;
      background: transparent;
      border: 2px solid rgba(255, 255, 255, 0.8);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      text-indent: 99999px !important; }
    .single-post-gal .flexslider .flex-control-nav li a.flex-active {
      background: #fff; }
  .single-post-gal .flexslider .flex-direction-nav {
    padding: 0 10px;
    width: 100%;
    top: 50%;
    bottom: initial;
    right: 0;
    margin-top: -20px;
    opacity: 1; }
  .single-post-gal .flexslider .flex-direction-nav .flex-prev,
  .single-post-gal .flexslider .flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px; }
  .single-post-gal .flexslider .flexslider:hover .flex-direction-nav {
    opacity: 1; }

/*-------------------------------------------------- */
/*  Forums
/*------------------------------------------------- */
.forum-box .search-box {
  padding: 10px 30px 30px; }
.forum-box p.line-for-loggin {
  color: #fff;
  padding: 10px 20px;
  background: #f44336;
  font-size: 13px; }

.forum-table {
  margin-bottom: 30px; }
  .forum-table .table-head {
    overflow: hidden;
    background: #222222; }
    .forum-table .table-head > div {
      float: left;
      padding: 12px 16px; }
      .forum-table .table-head > div span {
        color: #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700; }
  .forum-table div.first-col {
    width: 55%; }
    .forum-table div.first-col a {
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700; }
    .forum-table div.first-col a:hover {
      color: #232323; }
  .forum-table div.second-col {
    width: 20%; }
  .forum-table div.third-col {
    width: 25%;
    text-align: right; }
  .forum-table div.table-row {
    overflow: hidden;
    background: #fafafa;
    position: relative; }
    .forum-table div.table-row > div {
      float: left;
      padding: 15px 15px; }
      .forum-table div.table-row > div span {
        color: #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700; }
      .forum-table div.table-row > div h2 {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        color: #212121;
        margin: 0 0 8px; }
        .forum-table div.table-row > div h2 a {
          color: #212121; }
        .forum-table div.table-row > div h2 a:hover {
          color: #232323; }
      .forum-table div.table-row > div p {
        display: block;
        margin: 0;
        font-size: 14px; }
    .forum-table div.table-row div.second-col span {
      color: #212121; }
    .forum-table div.table-row div.second-col p {
      font-size: 11px;
      text-transform: uppercase; }
    .forum-table div.table-row div.third-col img {
      width: 60px;
      float: right;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin-left: 17px; }
    .forum-table div.table-row div.third-col p {
      font-size: 11px;
      line-height: 16px; }
      .forum-table div.table-row div.third-col p a {
        color: #232323;
        text-transform: inherit; }
    .forum-table div.table-row div.forum-post {
      overflow: hidden;
      float: left;
      width: 80%; }
      .forum-table div.table-row div.forum-post img {
        max-width: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left; }
      .forum-table div.table-row div.forum-post .post-autor-date {
        margin-left: 60px; }
        .forum-table div.table-row div.forum-post .post-autor-date h2 {
          color: #212121;
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          line-height: 16px;
          margin: 0 0 3px; }
          .forum-table div.table-row div.forum-post .post-autor-date h2 a {
            color: #212121; }
          .forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
            color: #232323; }
        .forum-table div.table-row div.forum-post .post-autor-date p {
          font-size: 11px;
          line-height: 16px; }
          .forum-table div.table-row div.forum-post .post-autor-date p a {
            color: #232323;
            text-transform: inherit; }
    .forum-table div.table-row div.forum-post.comment-post {
      width: 100%; }
      .forum-table div.table-row div.forum-post.comment-post img {
        max-width: 100px; }
      .forum-table div.table-row div.forum-post.comment-post .post-autor-date {
        margin-left: 120px; }
        .forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
          color: #565656; }
        .forum-table div.table-row div.forum-post.comment-post .post-autor-date div.content-post-area p {
          margin-top: 10px;
          font-size: 14px;
          line-height: 22px; }
    .forum-table div.table-row div.forum-topics {
      width: 20%;
      float: left;
      padding-top: 25px;
      padding-bottom: 25px; }
      .forum-table div.table-row div.forum-topics span {
        color: #212121; }
      .forum-table div.table-row div.forum-topics p {
        font-size: 11px;
        text-transform: uppercase;
        margin: 0; }
  .forum-table div.table-row:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #f0f0f0; }
  .forum-table div.table-row:first-child:after {
    border-top: none; }
  .forum-table div.table-title {
    background: #212121;
    padding: 20px; }
    .forum-table div.table-title h2 {
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0;
      line-height: 24px; }
    .forum-table div.table-title p {
      color: #aaa;
      margin: 0;
      font-size: 13px; }
  .forum-table p.posted-in-category {
    font-size: 12px;
    margin: 7px 0;
    padding-left: 20px; }
    .forum-table p.posted-in-category a {
      color: #232323; }

form.search-form {
  position: relative;
  margin: 0; }
  form.search-form input[type="text"] {
    border: 1px solid #eeeeee;
    padding: 10px;
    color: #565656;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    margin: 0 !important; }
  form.search-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 0;
    font-size: 13px;
    color: #565656; }

/*-------------------------------------------------- */
/*  Author pages
/*------------------------------------------------- */
ul.author-list {
  margin-bottom: 30px; }
  ul.author-list > li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px; }
    ul.author-list > li .autor-box {
      padding: 30px;
      background: #fafafa;
      border: 1px solid transparent;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      ul.author-list > li .autor-box img {
        max-width: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left; }
      ul.author-list > li .autor-box .autor-content {
        margin-left: 120px; }
        ul.author-list > li .autor-box .autor-content .autor-title {
          overflow: hidden;
          margin-bottom: 10px; }
          ul.author-list > li .autor-box .autor-content .autor-title h1 {
            font-size: 16px;
            margin-bottom: 6px;
            font-weight: 600; }
            ul.author-list > li .autor-box .autor-content .autor-title h1 span:after {
              content: '/';
              margin: 0 6px; }
            ul.author-list > li .autor-box .autor-content .autor-title h1 a {
              text-decoration: underline;
              display: inline-block;
              color: #232323; }
            ul.author-list > li .autor-box .autor-content .autor-title h1 a:hover {
              opacity: 0.7; }
          ul.author-list > li .autor-box .autor-content .autor-title ul.autor-social li {
            display: inline-block;
            margin-right: 7px; }
            ul.author-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
              color: #565656;
              font-size: 13px; }
            ul.author-list > li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
              color: #232323; }
        ul.author-list > li .autor-box .autor-content p {
          margin: 0; }
    ul.author-list > li .autor-last-line {
      overflow: hidden;
      padding: 10px 30px; }
      ul.author-list > li .autor-last-line ul.autor-tags {
        float: left; }
        ul.author-list > li .autor-last-line ul.autor-tags li {
          display: inline-block;
          margin-right: 3px; }
          ul.author-list > li .autor-last-line ul.autor-tags li span {
            display: inline-block;
            color: #565656;
            font-size: 13px;
            font-family: "Open Sans", sans-serif;
            line-height: 30px;
            padding-right: 3px; }
            ul.author-list > li .autor-last-line ul.autor-tags li span i {
              margin-right: 10px;
              color: #565656;
              font-size: 14px; }
          ul.author-list > li .autor-last-line ul.autor-tags li a {
            color: #565656;
            font-size: 12px;
            font-family: "Open Sans", sans-serif;
            padding: 6px 10px;
            border: 1px solid #f0f0f0; }
          ul.author-list > li .autor-last-line ul.autor-tags li a:hover {
            color: #ffffff;
            background: #232323;
            border-color: #232323; }
      ul.author-list > li .autor-last-line a.autor-site {
        float: right;
        text-decoration: underline;
        color: #33a3f1;
        font-size: 13px;
        line-height: 30px;
        font-family: "Open Sans", sans-serif; }
      ul.author-list > li .autor-last-line a.autor-site:hover {
        opacity: 0.7; }
  ul.author-list > li:hover .autor-box {
    border-color: #999999; }

/*-------------------------------------------------- */
/*  404 error page
/*------------------------------------------------- */
.error-banner {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1; }
  .error-banner h1 {
    color: #f44336;
    font-size: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 7px; }
    .error-banner h1 span {
      font-weight: 900; }
  .error-banner p {
    font-size: 16px;
    margin-bottom: 3px; }

div.search-box {
  background: #f8f9fa;
  margin: 30px 0px; }

.search-results-banner {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1; }
  .search-results-banner h1 {
    font-size: 34px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 7px; }
    .search-results-banner h1 span {
      color: #f44336;
      font-weight: 900; }

.archive-box {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1; }
  .archive-box h1 {
    font-size: 34px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 7px; }
    .archive-box h1 span {
      color: #f44336;
      font-weight: 900; }

.privacy-policy {
  margin-bottom: 50px; }
  .privacy-policy h1 {
    font-size: 22px; }
  .privacy-policy p {
    margin-bottom: 30px; }
  .privacy-policy span.published {
    display: inline-block;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }
  .privacy-policy .title-section {
    margin-bottom: 10px; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
.contact-info-box {
  margin-bottom: 40px; }
  .contact-info-box #map {
    height: 360px;
    margin-bottom: 25px; }
  .contact-info-box p {
    padding: 0 20px; }

#contact-form {
  margin: 0 0 50px; }
  #contact-form label {
    color: #212121;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 600; }
  #contact-form input[type="text"],
  #contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #565656;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  #contact-form textarea {
    height: 120px;
    margin-bottom: 30px; }
  #contact-form button {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 12px 25px;
    background: #232323;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    border: none;
    outline: none; }
    #contact-form button i {
      display: inline-block;
      margin-right: 10px; }
  #contact-form button:hover {
    opacity: 0.85; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#register-form,
#login-form {
  margin: 0 0 50px; }
  #register-form p,
  #login-form p {
    margin-bottom: 25px; }
  #register-form label,
  #login-form label {
    color: #212121;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 600; }
  #register-form input[type="text"],
  #register-form input[type="password"],
  #login-form input[type="text"],
  #login-form input[type="password"] {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #565656;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  #register-form .user-thumbnail,
  #login-form .user-thumbnail {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; }
    #register-form .user-thumbnail input[type="file"],
    #login-form .user-thumbnail input[type="file"] {
      position: relative;
      z-index: 2;
      opacity: 0;
      width: 200px;
      height: 60px;
      float: left;
      margin-right: 30px;
      margin-top: 20px; }
    #register-form .user-thumbnail input[type="file"] + span,
    #login-form .user-thumbnail input[type="file"] + span {
      position: absolute;
      top: 20px;
      left: 0;
      width: 200px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-family: "Open Sans", sans-serif;
      text-transform: capitalize;
      font-size: 13px;
      background: #232323;
      color: #fff;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    #register-form .user-thumbnail input[type="file"]:hover + span,
    #login-form .user-thumbnail input[type="file"]:hover + span {
      opacity: 0.8; }
    #register-form .user-thumbnail .thumb-holder,
    #login-form .user-thumbnail .thumb-holder {
      width: 100px;
      height: 100px;
      border: 1px solid #e1e1e1;
      background: #f1f1f1;
      text-align: center;
      line-height: 100px;
      float: left; }
      #register-form .user-thumbnail .thumb-holder span,
      #login-form .user-thumbnail .thumb-holder span {
        font-family: "Open Sans", sans-serif;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 700;
        color: #aaa; }
  #register-form button,
  #login-form button {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 12px 25px;
    background: #232323;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    border: none;
    outline: none; }
    #register-form button i,
    #login-form button i {
      display: inline-block;
      margin-right: 10px; }
  #register-form button:hover,
  #login-form button:hover {
    opacity: 0.85; }

#login-form {
  margin: 0 0 20px; }
  #login-form label {
    color: #efefef; }
  #login-form input[type="text"],
  #login-form input[type="password"] {
    border: 1px solid #343434;
    color: #afafaf;
    margin: 0 0 20px; }

#loginModal {
  z-index: 9999999; }
  #loginModal .modal-dialog .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #232323;
    border: none; }
    #loginModal .modal-dialog .modal-content .modal-body {
      padding: 30px; }
      #loginModal .modal-dialog .modal-content .modal-body .title-section h1 {
        color: #fff;
        border-bottom: 1px solid #343434; }
  #loginModal .modal-dialog {
    max-width: 370px;
    margin: 40px auto; }

/*-------------------------------------------------- */
/*  About Page
/*------------------------------------------------- */
.about-box {
  margin-bottom: 30px; }
  .about-box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .about-box p {
    font-size: 14px;
    margin-bottom: 25px; }

.compare-box {
  margin-bottom: 30px; }
  .compare-box .box-holder {
    padding: 20px;
    border: 1px solid #E3E4E8;
    margin-bottom: 0px; }
  .compare-box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .compare-box p {
    font-size: 14px;
    margin-bottom: 25px; }

.team-box {
  margin-bottom: 50px; }
  .team-box img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .team-box h2 {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 20px; }
  .team-box span {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #999;
    margin: 0 0 30px; }

/*-------------------------------------------------- */
/*  Underconstruction page
/*------------------------------------------------- */
body.underconstruction {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: #111 url("../upload/others/back.jpg") center center no-repeat;
  background-size: cover;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    body.underconstruction {
      background: #111 url("../upload/others/back@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body.underconstruction {
      background: #111 url("../upload/others/back@2x.jpg") center center no-repeat;
      background-size: cover; } }
  body.underconstruction #container {
    padding: 100px 0;
    text-align: center; }
  body.underconstruction p {
    color: #fff;
    font-size: 15px;
    line-height: 26px; }
  body.underconstruction .logo-place {
    margin-bottom: 100px; }
    body.underconstruction .logo-place p {
      font-size: 11px;
      margin-top: 3px; }
  body.underconstruction form.subscribe {
    margin-bottom: 100px; }
    body.underconstruction form.subscribe h1 {
      font-size: 48px;
      font-weight: 400;
      color: #fff;
      letter-spacing: 0; }
      body.underconstruction form.subscribe h1 span {
        font-weight: 900; }
    body.underconstruction form.subscribe p {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 40px; }
    body.underconstruction form.subscribe input[type="text"] {
      display: block;
      width: 400px;
      max-width: 100%;
      padding: 12px 20px;
      background: #ffffff;
      color: #565656;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      outline: none;
      border: 1px solid transparent;
      margin: 0 auto 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; }
    body.underconstruction form.subscribe button {
      color: #fff;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      padding: 12px 25px;
      background: #232323;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      margin: 0;
      border: none;
      outline: none; }
      body.underconstruction form.subscribe button i {
        display: inline-block;
        margin-right: 10px; }
    body.underconstruction form.subscribe button:hover {
      opacity: 0.85; }
  body.underconstruction div.social-box ul.social-icons {
    overflow: hidden; }
    body.underconstruction div.social-box ul.social-icons li {
      display: inline-block; }
      body.underconstruction div.social-box ul.social-icons li a {
        width: 40px;
        height: 40px;
        background: #232323;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff; }
      body.underconstruction div.social-box ul.social-icons li a:hover {
        background: #232323; }

/*------------------------------------------------- */
/* =  Footer */
/*------------------------------------------------- */
footer {
  padding-top: 60px;
  background: #212121; }
  footer .up-footer {
    border-bottom: 1px solid #343434; }
    footer .up-footer .footer-widget {
      margin-bottom: 40px; }
      footer .up-footer .footer-widget > h1 {
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 30px; }
      footer .up-footer .footer-widget #footer-logo {
        width: 100px; }
      footer .up-footer .footer-widget ul.social-icons {
        overflow: hidden; }
        footer .up-footer .footer-widget ul.social-icons li {
          float: left;
          list-style: none;
          margin-right: 2px; }
          footer .up-footer .footer-widget ul.social-icons li a {
            width: 40px;
            height: 40px;
            background: #333333;
            text-align: center;
            line-height: 40px;
            font-size: 14px;
            color: #ffffff; }
          footer .up-footer .footer-widget ul.social-icons li a:hover {
            background: #232323; }
      footer .up-footer .footer-widget ul.small-posts > li .post-cont {
        padding-top: 0;
        margin-left: 90px; }
      footer .up-footer .footer-widget ul.small-posts > li h2 a {
        color: #ccc; }
      footer .up-footer .footer-widget ul.small-posts > li > a {
        width: 70px; }
      footer .up-footer .footer-widget ul.post-tags li i {
        color: #ccc; }
      footer .up-footer .footer-widget ul.list-news {
        margin-top: 0px; }
        footer .up-footer .footer-widget ul.list-news > li {
          border-bottom: 1px solid #333333; }
          footer .up-footer .footer-widget ul.list-news > li h2 a {
            color: #ccc; }
        footer .up-footer .footer-widget ul.list-news > li:before {
          background: #ccc; }
        footer .up-footer .footer-widget ul.list-news > li:last-child {
          border-bottom: none; }
    footer .up-footer .tags-widget ul.tags-list {
      overflow: hidden;
      padding-top: 3px; }
      footer .up-footer .tags-widget ul.tags-list li {
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 3px;
        float: left; }
        footer .up-footer .tags-widget ul.tags-list li a {
          padding: 6px 15px;
          color: #ccc;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          border: 1px solid #333333; }
        footer .up-footer .tags-widget ul.tags-list li a:hover {
          background: #232323;
          border: 1px solid transparent;
          color: #fff; }
    footer .up-footer .featured-widget .news-post {
      margin-bottom: 5px; }
      footer .up-footer .featured-widget .news-post h2 {
        margin-bottom: 8px;
        font-weight: 400; }
      footer .up-footer .featured-widget .news-post h2 a {
        color: #ccc; }
      footer .up-footer .featured-widget .news-post h2 a:hover {
        color: #232323; }
  footer p {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 20px; }
  footer .down-footer {
    padding: 20px 0; }
    footer .down-footer ul.list-footer {
      margin-bottom: 5px; }
      footer .down-footer ul.list-footer li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 5px; }
        footer .down-footer ul.list-footer li a {
          color: #fff;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase; }
      footer .down-footer ul.list-footer li:last-child {
        margin-right: 0; }
    footer .down-footer p {
      color: #aaa;
      font-size: 12px;
      margin-bottom: 0; }
    footer .down-footer a.go-top {
      float: right;
      width: 35px;
      height: 35px;
      background: #333333;
      text-align: center;
      line-height: 35px;
      color: #fff;
      font-size: 14px;
      margin-top: -25px; }
    footer .down-footer a.go-top:hover {
      background: #232323; }

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
.mobile-view {
  display: none; }

.desktop-view {
  display: inherit; }

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

  .desktop-view {
    display: inherit; }

  .navbar-nav > li > a {
    padding: 21px 15px 18px !important; }
    .navbar-nav > li > a i {
      margin-left: 5px; }

  .wide-news-heading .item {
    width: 25%; }

  .wide-news-heading .item.main-news {
    width: 50%; }

  .slider-news-fullwidth .flexslider .slider-caption h2 {
    font-size: 24px;
    line-height: 28px; }

  .masonry-box .iso-call.colum-4 .news-post {
    width: 33.33333%; }

  .share-post-box ul.share-box li a {
    padding: 9px 12px; }

  header.style-4 .navbar-nav > li > a i {
    display: none; } }
@media (max-width: 991px) {
  .mobile-view {
    display: none; }

  .desktop-view {
    display: inherit; }

  .wide-news-heading .item {
    width: 33.33333%; }

  .wide-news-heading .item.main-news {
    width: 100%; }

  .header-banner-place {
    text-align: center; }
    .header-banner-place a.navbar-brand {
      float: none;
      margin-left: 0; }
    .header-banner-place .advertisement {
      float: none;
      text-align: center; }

  .navbar-dark .navbar-toggler,
  .navbar-light .navbar-toggler {
    margin: 10px 0;
    outline: none; }

  header.style-5 .navbar-dark .navbar-toggler {
    display: none !important; }

  .navbar-nav > li > a,
  .navbar-nav > li.active > a,
  header.style-3 .navbar-nav > li > a,
  header.style-4 .navbar-nav > li > a {
    padding: 8px 0 !important;
    outline: none; }

  .navbar-nav {
    border-top: 1px solid #333333;
    padding-top: 10px; }

  .navbar-nav > li > a:before {
    display: none; }

  .navbar-nav > li > a {
    background: transparent !important; }

  .navbar .form-inline,
  .navbar-nav > li > a i,
  .mega-posts-menu {
    display: none; }

  .form-mobile {
    display: inline; }

  .megamenu {
    position: relative;
    top: initial;
    left: initial;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    border-top: none;
    padding: 10px;
    background: transparent; }
    .megamenu h2 {
      display: none; }

  .dropdown,
  .dropdown > li .dropdown.level2 {
    position: relative;
    top: initial;
    left: initial;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    border-top: none;
    width: 100%;
    background: transparent;
    border: none; }
    .dropdown li,
    .dropdown > li .dropdown.level2 li {
      border: none; }

  header.style-3 .dropdown > li .dropdown.level2 {
    right: initial; }

  .navbar-collapse {
    max-height: 250px;
    overflow-y: scroll;
    padding-bottom: 20px; }

  .news-headline .news-post {
    width: 50%; }

  .slider-news-fullwidth .flexslider .slider-caption p {
    display: none; }

  .combined-fullwidth .center-button {
    padding-top: 30px; }

  .masonry-box .iso-call .news-post {
    width: 50%; }

  .share-post-box ul.share-box li a {
    padding: 9px 12px; }

  header.style-4 .megamenu ul.mega-list li a,
  header.style-4 .dropdown > li a {
    color: #212121; }
  header.style-4 .megamenu ul.mega-list li a:hover,
  header.style-4 .dropdown > li a:hover {
    color: #232323; }

  header.style-4 .navbar-nav > li.active > a,
  header.style-4 .navbar-nav > li:hover > a {
    color: #212121 !important; }

  a.open-menu {
    margin-left: 15px; } }
@media (max-width: 767px) {
  .mobile-view {
    display: inherit; }

  .desktop-view {
    display: none; }

  .wide-news-heading .item {
    width: 50%; }

  .wide-news-heading .item.main-news {
    width: 100%; }

  #content-section .advertisement img {
    max-width: 100%;
    height: auto; }

  .header-banner-place .advertisement img {
    max-width: 100%;
    height: auto; }

  .top-line ul.info-list li {
    margin-right: 2px; }

  .top-line ul.info-list li:before {
    margin-right: 4px; }

  .top-line ul.social-icons li {
    margin-left: 4px; }

  .slider-news .slider-caption {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    padding-bottom: 45px; }

  .slider-news-fullwidth .flexslider img {
    float: none;
    width: 100%;
    padding-left: 0; }

  .slider-news-fullwidth .flexslider .slider-caption {
    float: none;
    width: 100%;
    padding-bottom: 30px; }

  .slider-news-fullwidth .flexslider .flex-direction-nav {
    bottom: initial;
    top: 20px; }

  .masonry-box .iso-call.colum-4 .news-post {
    width: 50%; }

  .share-post-box ul.share-box li a {
    padding: 6px 10px; }

  .single-post > h1,
  .single-post ul.post-tags,
  .single-post blockquote,
  .single-post .text-boxes {
    padding: 0; }
  .single-post h1 {
    font-size: 20px; }

  .contact-form-box .title-section h1 span.email-not-published {
    display: none; }

  .single-post-gal .flexslider .flex-control-nav {
    bottom: 30px; }

  .forum-table {
    overflow-x: scroll; }
    .forum-table .table-head,
    .forum-table .table-row {
      min-width: 690px; }

  .forum-table.single-topic .table-row {
    min-width: initial; } }
@media (max-width: 575px) {
  .mobile-view {
    display: inherit; }

  .desktop-view {
    display: none; }

  .owl-wrapper .item {
    padding: 0px 5px; }
  .owl-wrapper h2 {
    font-size: 12px;
    line-height: 20px; }

  .wide-news-heading .item {
    width: 50%; }

  .header-banner-place a.navbar-brand {
    margin-bottom: 0px; }
  .header-banner-place .advertisement {
    display: none; }
  .header-banner-place .header-tagline {
    display: none; }

  .top-line {
    text-align: center; }
    .top-line ul.social-icons {
      text-align: center;
      margin-top: 5px; }

  .navbar-dark .navbar-toggler,
  .navbar-light .navbar-toggler {
    margin: 15px; }

  .navbar-collapse {
    padding-left: 15px; }

  .form-mobile button.btn-primary {
    padding: 0px 20px; }

  .news-headline .news-post {
    width: 100%; }

  .masonry-box .iso-call .news-post {
    width: 100%; }

  .comment-area-box ul.depth {
    padding: 0; }
    .comment-area-box ul.depth .comment-box {
      padding-left: 0; }

  .share-post-box ul.share-box li {
    margin-bottom: 2px; }
    .share-post-box ul.share-box li a {
      padding: 6px 10px; }

  .single-post-gal .flexslider .flex-control-nav {
    bottom: 20px; } }
@media (min-width: 200px) and (max-width: 400px) {
  .mobile-view {
    display: inherit; }

  .desktop-view {
    display: none; }

  .wide-news-heading .item {
    width: 50%; }

  .wide-news-heading .item.main-news {
    width: 100%; }

  .large-image-post h2 {
    font-size: 20px; }

  .masonry-box .iso-call.colum-4 .news-post {
    width: 100%; } }

/* ─────────────────────────────────────────────────────────────────────
   Theme toggle (header) — premium segmented control
   ─────────────────────────────────────────────────────────────────────
   Markup is unchanged from the original (.ish-theme-toggle-wrap with two
   text spans + a button between them). Visually we transform it into an
   iOS-style segmented pill with a sliding gradient indicator behind the
   active label. Markup-preserving so accessibility (role=switch on the
   button + aria-checked + aria-labels) still works.
   ───────────────────────────────────────────────────────────────────── */

.top-line .ish-theme-toggle-wrap {
  color: #f5f5f5;
}

.ish-theme-toggle-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 14px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  position: relative;
  z-index: 100080;
  pointer-events: auto;
}

body.ish-theme-modern .top-line,
body.ish-theme-modern .top-line .container,
body.ish-theme-modern .top-line .row,
body.ish-theme-modern .top-line [class*="col-"] {
  overflow: visible !important;
}

body.ish-theme-modern header {
  position: relative;
  z-index: 300000 !important;
  overflow: visible !important;
}

body.ish-theme-modern .top-line {
  position: relative;
  z-index: 300010 !important;
}

.ish-theme-toggle-wrap {
  --toggle-pad: 4px;
  --toggle-active-gradient: linear-gradient(135deg, #e50914 0%, #ff5e62 100%);
  --toggle-active-glow: rgba(229, 9, 20, 0.45);

  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap;
  gap: 0;
  padding: var(--toggle-pad);
  border-radius: 999px;
  /* Solid translucent fill — NO backdrop-filter here. The top-line already
     applies its own backdrop blur, and stacking a second filter on top
     causes Safari/Chromium compositor stutter on hover and during the
     indicator slide. */
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 4px 14px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  line-height: 1.2;
  color: #f5f5f5;
  cursor: pointer;
  isolation: isolate;
  /* Isolate paint so the indicator slide can never trigger a repaint of
     surrounding chrome (top-line, social icons, etc.). */
  contain: layout paint;
  /* Hover only fades the fill — transform/box-shadow are NOT transitioned
     so they apply instantly and never compete with the indicator slide. */
  transition: background 0.22s ease, border-color 0.22s ease;
}
.ish-theme-toggle-wrap:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.ish-theme-toggle-wrap:active::before {
  /* Tactile press feedback — subtle squish on the indicator only, so the
     wrap itself never reflows or repaints. */
  transform: var(--indicator-x, translate3d(0, 0, 0)) scale(0.96);
}
.ish-theme-toggle-wrap:focus-within {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

/* Sliding indicator — the colored pill that slides between the two
   segments. Single-property transition on transform = pure GPU work. */
.ish-theme-toggle-wrap::before {
  content: '';
  position: absolute;
  top: var(--toggle-pad);
  bottom: var(--toggle-pad);
  left: var(--toggle-pad);
  width: calc(50% - var(--toggle-pad));
  border-radius: 999px;
  background: var(--toggle-active-gradient);
  box-shadow:
    0 6px 20px var(--toggle-active-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    inset 0 -1px 0 rgba(0, 0, 0, 0.10);
  --indicator-x: translate3d(0, 0, 0);
  transform: var(--indicator-x);
  /* Only transform transitions — gradient/shadow are static. Spring easing
     for the iOS Settings feel. */
  transition: transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* Hint a stable GPU layer so the indicator never gets re-rasterized when
     the wrap repaints (e.g. on hover). */
  will-change: transform;
  z-index: 1;
  pointer-events: none;
}
.ish-theme-toggle-wrap--modern::before {
  --indicator-x: translate3d(100%, 0, 0);
}

/* Suppress the slide animation on the FIRST paint of every page navigation.
   The toggle navigates via window.location.href, so the new page paints
   with the modifier class already applied. Without this guard, browsers
   would briefly animate the indicator from 0% to 100% on load — which
   reads as a flicker. We re-enable the transition once the page has
   committed its first frame (see the inline script in inc_header). */
.ish-theme-toggle-wrap:not(.is-mounted)::before {
  transition: none !important;
}

/* Modern-scheme (Light↔Dark) toggle — moon/sun palette instead of red,
   so each control feels distinct and on-brand for what it represents. */
.ish-modern-scheme-toggle-wrap {
  /* Light is active (legacy modifier on the wrap) — warm sun gradient. */
  --toggle-active-gradient: linear-gradient(135deg, #ffba08 0%, #fb8500 100%);
  --toggle-active-glow: rgba(255, 165, 0, 0.45);
}
.ish-modern-scheme-toggle-wrap.ish-theme-toggle-wrap--modern {
  /* Dark is active — cool aurora gradient. */
  --toggle-active-gradient: linear-gradient(135deg, #5b5bd6 0%, #8e8eff 100%);
  --toggle-active-glow: rgba(108, 99, 255, 0.50);
}

/* Each text span is a segment. The active segment goes full white;
   inactive is dimmed. Both are tightly tracked, uppercased, and equal-width
   (flex: 1) so the indicator covers each one cleanly. */
.ish-theme-toggle__text {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  min-width: 56px;
  padding: 6px 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  color: rgba(255, 255, 255, 0.55);
  transition:
    color 0.32s cubic-bezier(0.32, 0.72, 0.24, 1),
    text-shadow 0.32s ease;
}
.ish-theme-toggle-wrap--legacy .ish-theme-toggle__text--legacy,
.ish-theme-toggle-wrap--modern .ish-theme-toggle__text--modern {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

/* Subtle separator between the two toggles. */
.ish-theme-toggle-separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* The button overlays the entire wrap as a single click target. We hide
   the original track/thumb visuals — the wrap itself is the visual control
   now. The button is just the accessible interactive element (preserves
   role=switch, aria-checked, aria-label). */
.ish-theme-toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  z-index: 3;
}
.ish-theme-toggle:focus { outline: none; }
.ish-theme-toggle:focus-visible { outline: none; } /* focus moves to wrap via :focus-within */

.ish-theme-toggle__track,
.ish-theme-toggle__thumb {
  /* Legacy track/thumb visuals retired — the wrap + ::before now ARE the
     control. Kept in markup for backwards-compat with anything that
     queries them in JS. */
  display: none;
}

.ish-modern-mode-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 4px 14px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 300020;
  isolation: isolate;
  pointer-events: auto;
}

.ish-modern-mode-picker__label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-modern-mode-picker__trigger {
  min-width: 142px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px 5px 12px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.95), rgba(91, 91, 214, 0.95));
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.ish-modern-mode-picker__trigger:focus {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 2px;
}

.ish-modern-mode-picker__value {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ish-modern-mode-picker__chev {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  opacity: 0.8;
  transition: transform 180ms ease;
}

.ish-modern-mode-picker.is-open .ish-modern-mode-picker__chev {
  transform: rotate(180deg);
}

.ish-modern-mode-picker__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(330px, calc(100vw - 32px));
  max-height: min(520px, calc(100vh - 110px));
  overflow-y: auto;
  padding: 10px;
  border-radius: 16px;
  background: rgba(20, 20, 24, 0.98);
  box-shadow: 0 24px 56px -16px rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  z-index: 300030;
  pointer-events: auto;
}

.ish-modern-mode-picker__panel[hidden] {
  display: none;
}

.ish-modern-mode-picker__option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 34px;
  padding: 8px 9px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  pointer-events: auto;
}

.ish-modern-mode-picker__option:hover,
.ish-modern-mode-picker__option:focus,
.ish-modern-mode-picker__option.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  outline: none;
}

.ish-modern-mode-picker__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #e50914, #5b5bd6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.ish-modern-mode-picker__dot--light { background: linear-gradient(135deg, #f8f3ec, #d9c8ae); }
.ish-modern-mode-picker__dot--dark { background: linear-gradient(135deg, #101827, #020617); }
.ish-modern-mode-picker__dot--sepia { background: linear-gradient(135deg, #f3dfbd, #8a5a2b); }
.ish-modern-mode-picker__dot--midnight { background: linear-gradient(135deg, #14213d, #000814); }
.ish-modern-mode-picker__dot--contrast { background: linear-gradient(135deg, #ffffff 0 50%, #000000 50% 100%); }
.ish-modern-mode-picker__dot--forest { background: linear-gradient(135deg, #4d7c0f, #052e16); }
.ish-modern-mode-picker__dot--ocean { background: linear-gradient(135deg, #38bdf8, #0f3c68); }
.ish-modern-mode-picker__dot--sunset { background: linear-gradient(135deg, #ff8b54, #7c1d1d); }
.ish-modern-mode-picker__dot--amethyst { background: linear-gradient(135deg, #b785ff, #4c1d95); }
.ish-modern-mode-picker__dot--graphite { background: linear-gradient(135deg, #a8b3c2, #171a1f); }
.ish-modern-mode-picker__dot--ruby { background: linear-gradient(135deg, #ff4f78, #26070d); }
.ish-modern-mode-picker__dot--emerald { background: linear-gradient(135deg, #57dea4, #071e16); }
.ish-modern-mode-picker__dot--teal { background: linear-gradient(135deg, #49d5e1, #062329); }
.ish-modern-mode-picker__dot--cobalt { background: linear-gradient(135deg, #6b99ff, #081632); }
.ish-modern-mode-picker__dot--gold { background: linear-gradient(135deg, #fff3a3 0%, #ffd84d 42%, #b77905 72%, #3b2606 100%); }
.ish-modern-mode-picker__dot--rose { background: linear-gradient(135deg, #ff8bbe, #28101b); }
.ish-modern-mode-picker__dot--lavender { background: linear-gradient(135deg, #a997ff, #17122b); }
.ish-modern-mode-picker__dot--arctic { background: linear-gradient(135deg, #d7f8ff, #061b26); }
.ish-modern-mode-picker__dot--copper { background: linear-gradient(135deg, #dc7e4b, #25100a); }

.ish-modern-mode-picker__option-label {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ish-modern-mode-picker__check {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: #ffffff;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 22px rgba(15, 23, 42, 0.14);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__trigger {
  color: #ffffff;
  background: linear-gradient(135deg, #168f7c, #5b5bd6);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__label {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__panel {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 56px -16px rgba(15, 23, 42, 0.28);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__option {
  color: #18202f;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__option:hover,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__option:focus,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__option.is-active {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-modern-mode-picker__check {
  color: #168f7c;
}

.top-line,
.top-line .container,
.top-line .row,
.top-line [class*="col-"] {
  overflow: visible !important;
}

.top-line {
  position: relative;
  z-index: 1000020;
}

.ish-signal-picker {
  position: relative;
  z-index: 1000030;
  display: inline-flex;
  justify-content: center;
  pointer-events: auto;
}

.ish-signal-picker__trigger {
  min-height: 34px;
  min-width: 168px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 11px 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(14, 18, 28, 0.94), rgba(40, 42, 56, 0.92));
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  cursor: pointer;
  font: inherit;
}

.ish-signal-picker__trigger:focus {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.ish-signal-picker__pulse {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 0 18%, transparent 20%),
    radial-gradient(circle, rgba(229, 9, 20, 0.95) 0 46%, rgba(229, 9, 20, 0.18) 48% 100%);
  box-shadow: 0 0 0 5px rgba(229, 9, 20, 0.12), 0 0 18px rgba(229, 9, 20, 0.34);
}

.ish-signal-picker__pulse::before,
.ish-signal-picker__pulse::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.ish-signal-picker__pulse::after {
  inset: -8px;
  opacity: 0.32;
}

.ish-signal-picker__copy,
.ish-signal-picker__option-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ish-signal-picker__label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-signal-picker__value {
  max-width: 98px;
  margin-top: 3px;
  overflow: hidden;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.05;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ish-signal-picker__chev {
  width: 12px;
  height: 12px;
  margin-left: auto;
  opacity: 0.72;
  transition: transform 180ms ease;
}

.ish-signal-picker.is-open .ish-signal-picker__chev {
  transform: rotate(180deg);
}

.ish-signal-picker__panel {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  width: min(460px, calc(100vw - 28px));
  max-height: min(330px, calc(100vh - 118px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(14, 16, 22, 0.96);
  box-shadow: 0 22px 54px -18px rgba(0, 0, 0, 0.68);
  transform: translateX(-50%);
  z-index: 1000040;
  pointer-events: auto;
}

.ish-signal-picker__panel[hidden] {
  display: none;
}

.ish-signal-picker__option {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.ish-signal-picker__option:hover,
.ish-signal-picker__option:focus,
.ish-signal-picker__option.is-active {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  outline: none;
}

.ish-signal-picker__dot {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #e50914, #5b5bd6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 0 18px rgba(255, 255, 255, 0.08);
}

.ish-signal-picker__dot--classic { background: linear-gradient(135deg, #f5f5f5 0 42%, #e50914 43% 58%, #181818 59%); }
.ish-signal-picker__dot--light { background: linear-gradient(135deg, #f8f3ec, #d9c8ae); }
.ish-signal-picker__dot--dark { background: linear-gradient(135deg, #101827, #020617); }
.ish-signal-picker__dot--sepia { background: linear-gradient(135deg, #f3dfbd, #8a5a2b); }
.ish-signal-picker__dot--midnight { background: linear-gradient(135deg, #14213d, #000814); }
.ish-signal-picker__dot--contrast { background: linear-gradient(135deg, #ffffff 0 50%, #000000 50% 100%); }
.ish-signal-picker__dot--forest { background: linear-gradient(135deg, #4d7c0f, #052e16); }
.ish-signal-picker__dot--ocean { background: linear-gradient(135deg, #38bdf8, #0f3c68); }
.ish-signal-picker__dot--sunset { background: linear-gradient(135deg, #ff8b54, #7c1d1d); }
.ish-signal-picker__dot--amethyst { background: linear-gradient(135deg, #b785ff, #4c1d95); }
.ish-signal-picker__dot--graphite { background: linear-gradient(135deg, #a8b3c2, #171a1f); }
.ish-signal-picker__dot--ruby { background: linear-gradient(135deg, #ff4f78, #26070d); }
.ish-signal-picker__dot--emerald { background: linear-gradient(135deg, #57dea4, #071e16); }
.ish-signal-picker__dot--teal { background: linear-gradient(135deg, #49d5e1, #062329); }
.ish-signal-picker__dot--cobalt { background: linear-gradient(135deg, #6b99ff, #081632); }
.ish-signal-picker__dot--gold { background: linear-gradient(135deg, #fff3a3 0%, #ffd84d 42%, #b77905 72%, #3b2606 100%); }
.ish-signal-picker__dot--rose { background: linear-gradient(135deg, #ff8bbe, #28101b); }
.ish-signal-picker__dot--lavender { background: linear-gradient(135deg, #a997ff, #17122b); }
.ish-signal-picker__dot--arctic { background: linear-gradient(135deg, #d7f8ff, #061b26); }
.ish-signal-picker__dot--copper { background: linear-gradient(135deg, #dc7e4b, #25100a); }

.ish-signal-picker__option-label {
  overflow: hidden;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ish-signal-picker__option-desc {
  margin-top: 2px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.50);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ish-signal-picker__check {
  width: 11px;
  height: 11px;
  margin-left: auto;
  flex: 0 0 auto;
  color: #ffffff;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__trigger {
  color: #111827;
  border-color: rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.94), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 247, 0.90));
  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__label {
  color: rgba(15, 23, 42, 0.52);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__value {
  color: #111827;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__chev {
  color: #111827;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__panel {
  border-color: rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px -18px rgba(15, 23, 42, 0.30);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__option {
  color: #111827;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__option:hover,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__option:focus,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__option.is-active {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__option-desc {
  color: rgba(15, 23, 42, 0.54);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-signal-picker__check {
  color: #168f7c;
}

.ish-edition-picker {
  position: relative;
  z-index: 1000030;
  display: inline-flex;
  justify-content: center;
  pointer-events: auto;
}

.ish-edition-picker__trigger {
  min-height: 36px;
  min-width: 172px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 11px 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 34%), linear-gradient(135deg, rgba(13, 17, 29, 0.96), rgba(36, 39, 54, 0.94));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  cursor: pointer;
  font: inherit;
}

.ish-edition-picker__trigger:focus {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.ish-edition-picker__dial-mark {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: conic-gradient(from 30deg, #e50914, #f6c945, #168f7c, #5b8cff, #e50914);
  box-shadow: inset 0 0 0 5px rgba(5, 6, 10, 0.92), 0 0 20px rgba(229, 9, 20, 0.26);
}

.ish-edition-picker__dial-mark::before {
  content: '';
  position: absolute;
  inset: 8px 2px auto auto;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ish-edition-picker__copy,
.ish-edition-picker__orbit-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ish-edition-picker__label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-edition-picker__value {
  max-width: 100px;
  margin-top: 3px;
  overflow: hidden;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.05;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ish-edition-picker__chev {
  width: 12px;
  height: 12px;
  margin-left: auto;
  opacity: 0.72;
  transition: transform 180ms ease;
}

.ish-edition-picker.is-open .ish-edition-picker__chev {
  transform: rotate(180deg);
}

.ish-edition-picker__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: min(440px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 38%, rgba(229, 9, 20, 0.12), transparent 32%), rgba(13, 15, 21, 0.97);
  box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.72);
  transform: translateX(-50%);
  z-index: 1000040;
  pointer-events: auto;
}

.ish-edition-picker__panel[hidden] {
  display: none;
}

.ish-edition-picker__wheel {
  position: absolute;
  inset: 48px 0 auto;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.11) 0 28%, transparent 29%), conic-gradient(from -20deg, rgba(229, 9, 20, 0.58), rgba(246, 201, 69, 0.44), rgba(22, 143, 124, 0.50), rgba(91, 140, 255, 0.48), rgba(229, 9, 20, 0.58));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 16px 36px rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.ish-edition-picker__wheel span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  transform-origin: left center;
}

.ish-edition-picker__wheel span:nth-child(1) { transform: rotate(0deg) translateX(-50%); }
.ish-edition-picker__wheel span:nth-child(2) { transform: rotate(60deg) translateX(-50%); }
.ish-edition-picker__wheel span:nth-child(3) { transform: rotate(120deg) translateX(-50%); }

.ish-edition-picker__featured {
  position: relative;
  min-height: 212px;
}

.ish-edition-picker__orbit {
  position: absolute;
  width: 132px;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.ish-edition-picker__orbit:hover,
.ish-edition-picker__orbit:focus,
.ish-edition-picker__orbit.is-active,
.ish-edition-picker__more-option:hover,
.ish-edition-picker__more-option:focus,
.ish-edition-picker__more-option.is-active {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  outline: none;
}

.ish-edition-picker__orbit--classic { left: 0; top: 0; }
.ish-edition-picker__orbit--dark { left: calc(50% - 66px); top: 0; }
.ish-edition-picker__orbit--light { right: 0; top: 0; }
.ish-edition-picker__orbit--midnight { left: 0; bottom: 10px; }
.ish-edition-picker__orbit--contrast { left: calc(50% - 66px); bottom: 0; }
.ish-edition-picker__orbit--sepia { right: 0; bottom: 10px; }

.ish-edition-picker__dot {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #e50914, #5b5bd6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 0 18px rgba(255, 255, 255, 0.08);
}

.ish-edition-picker__dot--classic { background: linear-gradient(135deg, #f5f5f5 0 42%, #e50914 43% 58%, #181818 59%); }
.ish-edition-picker__dot--light { background: linear-gradient(135deg, #f8f3ec, #d9c8ae); }
.ish-edition-picker__dot--dark { background: linear-gradient(135deg, #101827, #020617); }
.ish-edition-picker__dot--sepia { background: linear-gradient(135deg, #f3dfbd, #8a5a2b); }
.ish-edition-picker__dot--midnight { background: linear-gradient(135deg, #14213d, #000814); }
.ish-edition-picker__dot--contrast { background: linear-gradient(135deg, #ffffff 0 50%, #000000 50% 100%); }
.ish-edition-picker__dot--forest { background: linear-gradient(135deg, #4d7c0f, #052e16); }
.ish-edition-picker__dot--ocean { background: linear-gradient(135deg, #38bdf8, #0f3c68); }
.ish-edition-picker__dot--sunset { background: linear-gradient(135deg, #ff8b54, #7c1d1d); }
.ish-edition-picker__dot--amethyst { background: linear-gradient(135deg, #b785ff, #4c1d95); }
.ish-edition-picker__dot--graphite { background: linear-gradient(135deg, #a8b3c2, #171a1f); }
.ish-edition-picker__dot--silver { background: linear-gradient(135deg, #ffffff 0%, #eef2f6 18%, #b8c0c8 46%, #ffffff 62%, #8a939c 82%, #dfe5eb 100%); }
.ish-edition-picker__dot--ruby { background: linear-gradient(135deg, #ff4f78, #26070d); }
.ish-edition-picker__dot--emerald { background: linear-gradient(135deg, #57dea4, #071e16); }
.ish-edition-picker__dot--teal { background: linear-gradient(135deg, #49d5e1, #062329); }
.ish-edition-picker__dot--cobalt { background: linear-gradient(135deg, #6b99ff, #081632); }
.ish-edition-picker__dot--gold { background: linear-gradient(135deg, #fff3a3 0%, #ffd84d 42%, #b77905 72%, #3b2606 100%); }
.ish-edition-picker__dot--rose { background: linear-gradient(135deg, #ff8bbe, #28101b); }
.ish-edition-picker__dot--lavender { background: linear-gradient(135deg, #a997ff, #17122b); }
.ish-edition-picker__dot--arctic { background: linear-gradient(135deg, #d7f8ff, #061b26); }
.ish-edition-picker__dot--copper { background: linear-gradient(135deg, #dc7e4b, #25100a); }
.ish-edition-picker__dot--netflix { background: linear-gradient(135deg, #e50914, #141414); }
.ish-edition-picker__dot--youtube { background: linear-gradient(135deg, #ff0033, #ffffff 48%, #111827 49%); }
.ish-edition-picker__dot--classic_magazine { background: linear-gradient(135deg, #f7d77a, #7c2d12); }
.ish-edition-picker__dot--classic_showcase { background: linear-gradient(135deg, #6c63ff, #111827); }
.ish-edition-picker__dot--classic_portal { background: radial-gradient(circle, #ffffff 0 22%, #22d3ee 23% 42%, #6c63ff 43% 68%, #120816 69%); }
.ish-edition-picker__dot--classic_split_spotlight { background: linear-gradient(135deg, #f97316 0 50%, #2563eb 50%); }
.ish-edition-picker__dot--classic_editorial_grid { background: linear-gradient(135deg, #f8fafc 0 28%, #94a3b8 29% 58%, #0f172a 59%); }
.ish-edition-picker__dot--classic_trending { background: linear-gradient(135deg, #fb7185, #facc15); }
.ish-edition-picker__dot--classic_spotlight_duo { background: linear-gradient(135deg, #14b8a6 0 50%, #312e81 50%); }
.ish-edition-picker__dot--classic_rolling { background: linear-gradient(135deg, #22d3ee, #e50914 52%, #facc15); }
.ish-edition-picker__dot--classic_orbit_roll { background: conic-gradient(from 20deg, #e50914, #22d3ee, #facc15, #6c63ff, #e50914); }
.ish-edition-picker__dot--classic_jumping { background: linear-gradient(180deg, #facc15 0 28%, #e50914 29% 62%, #22d3ee 63%); }

.ish-edition-picker__orbit-label {
  overflow: hidden;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ish-edition-picker__orbit-desc {
  margin-top: 2px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.50);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ish-edition-picker__check {
  width: 11px;
  height: 11px;
  margin-left: auto;
  flex: 0 0 auto;
  color: #ffffff;
}

.ish-edition-picker__more {
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.ish-edition-picker__more-label {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-edition-picker__more-grid {
  max-height: 116px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  overflow-y: auto;
}

.ish-edition-picker__more-option {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 7px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ish-edition-picker__more-option span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__trigger {
  color: #111827;
  border-color: rgba(15, 23, 42, 0.12);
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.94), transparent 38%), linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 247, 0.90));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__label {
  color: rgba(15, 23, 42, 0.52);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__value,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__chev {
  color: #111827;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__panel {
  border-color: rgba(15, 23, 42, 0.10);
  background: radial-gradient(circle at 50% 38%, rgba(229, 9, 20, 0.09), transparent 34%), rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px -18px rgba(15, 23, 42, 0.30);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__orbit,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__more-option {
  color: #111827;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__orbit:hover,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__orbit:focus,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__orbit.is-active,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__more-option:hover,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__more-option:focus,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__more-option.is-active {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__orbit-desc,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__more-label {
  color: rgba(15, 23, 42, 0.54);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-edition-picker__more {
  border-top-color: rgba(15, 23, 42, 0.10);
}

/* Silver — metallic chrome for edition & layout pickers */
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__trigger {
  color: #1e293b;
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.12) 24%, rgba(176, 184, 192, 0.22) 48%, rgba(255, 255, 255, 0.58) 72%, rgba(140, 148, 156, 0.14) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 236, 242, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 12px 28px rgba(40, 48, 56, 0.10);
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__label {
  color: rgba(15, 23, 42, 0.58);
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__value,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__chev {
  color: #1e293b;
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__panel,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__panel {
  border-color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.12) 24%, rgba(176, 184, 192, 0.22) 48%, rgba(255, 255, 255, 0.58) 72%, rgba(140, 148, 156, 0.14) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 236, 242, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 24px 60px -18px rgba(40, 48, 56, 0.16);
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__orbit,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__more-option,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__tile,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__more-option {
  color: #334155;
  background: rgba(255, 255, 255, 0.42);
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__orbit:hover,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__orbit:focus,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__orbit.is-active,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__more-option:hover,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__more-option:focus,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__more-option.is-active,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__tile:hover,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__tile:focus,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__tile.is-active,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__more-option:hover,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__more-option:focus,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__more-option.is-active {
  background: rgba(255, 255, 255, 0.78);
  color: #0f172a;
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__orbit-desc,
body.ish-theme-modern.ish-modern-silver .ish-edition-picker__more-label,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__tile-desc,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__more-label {
  color: rgba(15, 23, 42, 0.58);
}

body.ish-theme-modern.ish-modern-silver .ish-edition-picker__more,
body.ish-theme-modern.ish-modern-silver .ish-layout-picker__more {
  border-top-color: rgba(148, 163, 184, 0.22);
}

.ish-modern-mode-picker__select {
  min-width: 112px;
  height: 26px;
  padding: 0 28px 0 10px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.95), rgba(91, 91, 214, 0.95));
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.ish-modern-mode-picker__select:focus {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 2px;
}

.ish-modern-mode-picker__select option {
  color: #111827;
  background: #ffffff;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .ish-theme-toggle-wrap,
  .ish-theme-toggle-wrap::before,
  .ish-theme-toggle__text {
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .ish-theme-toggle-bar {
    flex-wrap: wrap;
    gap: 10px;
  }
  .ish-theme-toggle__text {
    padding: 5px 12px;
    font-size: 10px;
    letter-spacing: 0.10em;
  }
  .ish-modern-mode-picker {
    width: 100%;
    justify-content: center;
  }
  .ish-modern-mode-picker__trigger {
    min-width: 142px;
  }
  .ish-modern-mode-picker__panel {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    grid-template-columns: 1fr;
  }
  .ish-signal-picker {
    width: 100%;
  }
  .ish-signal-picker__trigger {
    width: min(100%, 260px);
  }
  .ish-signal-picker__panel {
    width: min(100vw - 28px, 340px);
    max-height: min(360px, calc(100vh - 118px));
    grid-template-columns: 1fr;
  }
  .ish-edition-picker {
    width: 100%;
  }
  .ish-edition-picker__trigger {
    width: min(100%, 250px);
  }
  .ish-edition-picker__panel {
    width: min(100vw - 28px, 340px);
    max-height: min(430px, calc(100vh - 118px));
    overflow-y: auto;
  }
  .ish-edition-picker__wheel {
    display: none;
  }
  .ish-edition-picker__featured {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .ish-edition-picker__orbit {
    position: static;
    width: auto;
    min-height: 42px;
  }
  .ish-edition-picker__more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ish-layout-picker {
  position: relative;
  z-index: 1000030;
  display: inline-flex;
  justify-content: center;
  pointer-events: auto;
}

.ish-layout-picker.is-open .ish-edition-picker__chev {
  transform: rotate(180deg);
}

.ish-layout-picker__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: min(420px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: radial-gradient(circle at 18% 12%, rgba(108, 99, 255, 0.18), transparent 30%), rgba(13, 15, 21, 0.97);
  box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.72);
  transform: translateX(-50%);
  z-index: 1000040;
  pointer-events: auto;
}

.ish-layout-picker__panel[hidden] {
  display: none;
}

.ish-layout-picker__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ish-layout-picker__tile {
  position: relative;
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
}

.ish-layout-picker__tile:hover,
.ish-layout-picker__tile:focus,
.ish-layout-picker__tile.is-active,
.ish-layout-picker__more-option:hover,
.ish-layout-picker__more-option:focus,
.ish-layout-picker__more-option.is-active {
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  outline: none;
}

.ish-layout-picker__preview {
  position: relative;
  width: 54px;
  height: 44px;
  display: grid;
  gap: 3px;
  padding: 5px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ish-layout-picker__preview span {
  display: block;
  min-width: 0;
  min-height: 0;
  border-radius: 3px;
  background: linear-gradient(135deg, #e50914, #6c63ff);
  opacity: 0.9;
}

.ish-layout-picker__tile--netflix .ish-layout-picker__preview {
  grid-template-columns: 1fr;
}
.ish-layout-picker__tile--netflix .ish-layout-picker__preview span:first-child {
  height: 100%;
}
.ish-layout-picker__tile--netflix .ish-layout-picker__preview span:not(:first-child) {
  display: none;
}
.ish-layout-picker__tile--youtube .ish-layout-picker__preview,
.ish-layout-picker__tile--classic_editorial_grid .ish-layout-picker__preview {
  grid-template-columns: repeat(2, 1fr);
}
.ish-layout-picker__tile--classic .ish-layout-picker__preview {
  grid-template-columns: 1.25fr 0.75fr;
}
.ish-layout-picker__tile--classic .ish-layout-picker__preview span:first-child {
  grid-row: span 3;
}
.ish-layout-picker__tile--classic_magazine .ish-layout-picker__preview,
.ish-layout-picker__tile--classic_split_spotlight .ish-layout-picker__preview,
.ish-layout-picker__tile--classic_spotlight_duo .ish-layout-picker__preview {
  grid-template-columns: 1.2fr 0.8fr;
}
.ish-layout-picker__tile--classic_showcase .ish-layout-picker__preview span:first-child {
  grid-column: 1 / -1;
}
.ish-layout-picker__tile--classic_portal .ish-layout-picker__preview {
  place-items: center;
}
.ish-layout-picker__tile--classic_portal .ish-layout-picker__preview span {
  grid-area: 1 / 1;
  border-radius: 50%;
}
.ish-layout-picker__tile--classic_portal .ish-layout-picker__preview span:nth-child(1) {
  width: 30px;
  height: 30px;
}
.ish-layout-picker__tile--classic_portal .ish-layout-picker__preview span:nth-child(2) {
  width: 18px;
  height: 28px;
  transform: translate(18px, -8px) rotate(18deg);
}
.ish-layout-picker__tile--classic_portal .ish-layout-picker__preview span:nth-child(3) {
  width: 18px;
  height: 28px;
  transform: translate(-18px, 8px) rotate(-18deg);
}
.ish-layout-picker__tile--classic_portal .ish-layout-picker__preview span:nth-child(4) {
  width: 12px;
  height: 12px;
  background: #ffffff;
}
.ish-layout-picker__tile--classic_trending .ish-layout-picker__preview {
  grid-template-columns: repeat(4, 1fr);
}
.ish-layout-picker__tile--classic_trending .ish-layout-picker__preview span {
  border-radius: 999px;
}
.ish-layout-picker__tile--classic_rolling .ish-layout-picker__preview {
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.ish-layout-picker__tile--classic_rolling .ish-layout-picker__preview span {
  width: 18px;
  transform: translateX(-7px);
}
.ish-layout-picker__tile--classic_orbit_roll .ish-layout-picker__preview {
  place-items: center;
}
.ish-layout-picker__tile--classic_orbit_roll .ish-layout-picker__preview span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  grid-area: 1 / 1;
}
.ish-layout-picker__tile--classic_orbit_roll .ish-layout-picker__preview span:nth-child(1) { transform: translate(0, -13px); }
.ish-layout-picker__tile--classic_orbit_roll .ish-layout-picker__preview span:nth-child(2) { transform: translate(13px, 0); }
.ish-layout-picker__tile--classic_orbit_roll .ish-layout-picker__preview span:nth-child(3) { transform: translate(0, 13px); }
.ish-layout-picker__tile--classic_orbit_roll .ish-layout-picker__preview span:nth-child(4) { transform: translate(-13px, 0); }
.ish-layout-picker__tile--classic_jumping .ish-layout-picker__preview {
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
}
.ish-layout-picker__tile--classic_jumping .ish-layout-picker__preview span:nth-child(1) { height: 15px; }
.ish-layout-picker__tile--classic_jumping .ish-layout-picker__preview span:nth-child(2) { height: 28px; }
.ish-layout-picker__tile--classic_jumping .ish-layout-picker__preview span:nth-child(3) { height: 20px; }
.ish-layout-picker__tile--classic_jumping .ish-layout-picker__preview span:nth-child(4) { height: 34px; }

.ish-layout-picker__tile-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ish-layout-picker__tile-label {
  overflow: hidden;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ish-layout-picker__tile-desc {
  margin-top: 3px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.50);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ish-layout-picker__check {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 11px;
  height: 11px;
  color: #ffffff;
}

.ish-layout-picker__more {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.ish-layout-picker__more-label {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-layout-picker__more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.ish-layout-picker__more-option {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ish-layout-picker__more-option span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__panel {
  border-color: rgba(15, 23, 42, 0.10);
  background: radial-gradient(circle at 18% 12%, rgba(108, 99, 255, 0.12), transparent 32%), rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px -18px rgba(15, 23, 42, 0.30);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__tile,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__more-option {
  color: #111827;
  background: rgba(15, 23, 42, 0.045);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__tile:hover,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__tile:focus,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__tile.is-active,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__more-option:hover,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__more-option:focus,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__more-option.is-active {
  background: rgba(15, 23, 42, 0.09);
  color: #0f172a;
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__tile-desc,
body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__more-label {
  color: rgba(15, 23, 42, 0.54);
}

body.ish-theme-modern:is(.ish-modern-light, .ish-modern-sepia, .ish-modern-contrast, .ish-modern-ocean, .ish-modern-silver) .ish-layout-picker__more {
  border-top-color: rgba(15, 23, 42, 0.10);
}

@media (max-width: 767px) {
  .ish-layout-picker {
    width: 100%;
  }
  .ish-layout-picker__panel {
    width: min(100vw - 28px, 340px);
    max-height: min(430px, calc(100vh - 118px));
    overflow-y: auto;
  }
  .ish-layout-picker__featured {
    grid-template-columns: 1fr;
  }
}

/* YouTube Grid Layout */
.youtube-row-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 15px 0 30px;
}
@media (max-width: 1199px) {
  .youtube-row-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .youtube-row-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .youtube-row-grid {
    grid-template-columns: 1fr;
  }
}
.youtube-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.youtube-card__media-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.youtube-card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.youtube-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.youtube-card:hover .youtube-card__media img {
  transform: translateZ(0);
}
.youtube-card__duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
}
.youtube-card__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 44px;
  height: 44px;
  background: rgba(229, 9, 20, 0.9);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.youtube-card:hover .youtube-card__play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.youtube-card__body {
  display: flex;
  gap: 12px;
  padding: 12px 4px 4px;
}
.youtube-card__avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
body.ish-modern-light .youtube-card__avatar {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.youtube-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-card__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.youtube-card__title {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.youtube-card__title a {
  color: inherit;
  text-decoration: none;
}
.youtube-card__meta {
  font-size: 12px;
  opacity: 0.7;
}

/* Instagram Feed Layout */
.instagram-row-feed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 20px 0 40px;
  width: 100%;
}
.instagram-card {
  width: 100%;
  max-width: 520px;
  background: #0d0f15;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
body.ish-modern-light .instagram-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.instagram-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}
.instagram-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
body.ish-modern-light .instagram-card__avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.instagram-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-card__user-info {
  display: flex;
  flex-direction: column;
}
.instagram-card__username {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.instagram-card__category {
  font-size: 11px;
  opacity: 0.6;
}
.instagram-card__media-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #000;
  overflow: hidden;
}
.instagram-card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.instagram-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-card__sound-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.15s ease;
}
.instagram-card__sound-btn:hover {
  transform: scale(1.08);
}
.instagram-card__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}
.instagram-card__action-btn {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.instagram-card__action-btn:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
.instagram-card__action-btn--play {
  font-size: 13px;
  background: #e50914;
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 20px;
}
.instagram-card__body {
  padding: 0 16px 16px;
}
.instagram-card__caption {
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}
.instagram-card__caption strong {
  margin-right: 6px;
}

/* Facebook Feed Layout */
.facebook-row-feed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 20px 0 40px;
  width: 100%;
}
.facebook-card {
  width: 100%;
  max-width: 580px;
  background: #18191a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
body.ish-modern-light .facebook-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}
.facebook-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}
.facebook-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body.ish-modern-light .facebook-card__avatar {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.facebook-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facebook-card__user-info {
  display: flex;
  flex-direction: column;
}
.facebook-card__username {
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.2;
}
.facebook-card__time {
  font-size: 12px;
  opacity: 0.6;
}
.facebook-card__text {
  padding: 4px 16px 12px;
  font-size: 14.5px;
  line-height: 1.45;
}
.facebook-card__text p {
  margin: 0;
}
.facebook-card__media-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.facebook-card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.facebook-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facebook-card__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.facebook-card__media:hover .facebook-card__play-btn {
  background: #e50914;
  border-color: #e50914;
  transform: translate(-50%, -50%) scale(1.08);
}
.facebook-card__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px;
}
body.ish-modern-light .facebook-card__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.facebook-card__action-btn {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}
.facebook-card__action-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
body.ish-modern-light .facebook-card__action-btn:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* Newspaper / Editorial Layout */
.newspaper-row-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 25px;
  padding: 15px 0 35px;
}
@media (max-width: 991px) {
  .newspaper-row-layout {
    grid-template-columns: 1fr;
  }
}
.newspaper-col-featured {
  display: flex;
  flex-direction: column;
}
.newspaper-card-large {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newspaper-card-large__media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.newspaper-card-large__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.newspaper-card-large:hover .newspaper-card-large__media img {
  transform: translateZ(0);
}
.newspaper-card-large__body {
  padding: 15px 0 0;
}
.newspaper-card-large__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.newspaper-card-large__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}
.newspaper-card-large__title a {
  color: inherit;
  text-decoration: none;
}
.newspaper-card-large__desc {
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0.8;
  margin: 0;
}

.newspaper-col-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.newspaper-card-side {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body.ish-modern-light .newspaper-card-side {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.newspaper-card-side:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.newspaper-card-side__media {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  height: 75px;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.newspaper-card-side__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newspaper-card-side__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.newspaper-card-side__cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  align-self: flex-start;
}
.newspaper-card-side__title {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
}

/* Showcase & Magazine Classic Layouts */
.showcase-row-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 0 35px;
}
.showcase-featured-banner {
  position: relative;
  width: 100%;
  padding-top: 30%; /* Wide banner ratio */
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 991px) {
  .showcase-featured-banner {
    padding-top: 56.25%; /* Standard 16:9 on mobile */
  }
}
.showcase-featured-banner__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.showcase-featured-banner:hover .showcase-featured-banner__media img {
  transform: translateZ(0);
}
.showcase-featured-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}
.showcase-featured-banner__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  z-index: 2;
}
.showcase-featured-banner__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.showcase-featured-banner__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.showcase-featured-banner__title a {
  color: #fff;
  text-decoration: none;
}
.showcase-featured-banner__desc {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  .showcase-featured-banner__desc {
    display: none;
  }
  .showcase-featured-banner__title {
    font-size: 18px;
  }
  .showcase-featured-banner__body {
    padding: 15px;
  }
}

.showcase-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .showcase-grid-row {
    grid-template-columns: 1fr;
  }
}
.showcase-card {
  display: flex;
  flex-direction: column;
}
.showcase-card__media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.showcase-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.showcase-card:hover .showcase-card__media img {
  transform: translateZ(0);
}
.showcase-card__body {
  padding: 12px 0 0;
}
.showcase-card__cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
}
.showcase-card__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.showcase-card__title a {
  color: inherit;
  text-decoration: none;
}

/* Portal Stack Layout */
.portal-stack-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: 18px 0 42px;
}

.portal-stack-lead {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.ish-modern-light .portal-stack-lead,
body.ish-modern-sepia .portal-stack-lead,
body.ish-modern-contrast .portal-stack-lead,
body.ish-modern-ocean .portal-stack-lead {
  background: rgba(15, 23, 42, 0.045);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.portal-stack-lead__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #000;
  clip-path: circle(48% at 50% 50%);
}

.portal-stack-lead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.portal-stack-lead:hover .portal-stack-lead__media img,
.portal-stack-lead:focus-within .portal-stack-lead__media img {
  transform: translateZ(0);
}

.portal-stack-lead__ring {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  background: conic-gradient(from 30deg, rgba(229, 9, 20, 0.92), rgba(34, 211, 238, 0.82), rgba(250, 204, 21, 0.86), rgba(108, 99, 255, 0.88), rgba(229, 9, 20, 0.92));
  mix-blend-mode: screen;
  opacity: 0.34;
  pointer-events: none;
  animation: ish-portal-ring 11s linear infinite;
}

.portal-stack-lead__body {
  padding: 15px 16px 18px;
}

.portal-stack-lead__cat,
.portal-stack-card__cat {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.portal-stack-lead__title {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 850;
  line-height: 1.14;
}

.portal-stack-lead__title a,
.portal-stack-card__title a {
  color: inherit;
  text-decoration: none;
}

.portal-stack-deck {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.portal-stack-deck::before {
  content: '';
  position: absolute;
  width: min(74%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.13) 0 20%, transparent 21%),
    conic-gradient(from 40deg, rgba(229, 9, 20, 0.46), rgba(34, 211, 238, 0.28), rgba(250, 204, 21, 0.3), rgba(108, 99, 255, 0.42), rgba(229, 9, 20, 0.46));
  filter: blur(0.2px);
  opacity: 0.72;
}

.portal-stack-card {
  position: absolute;
  width: clamp(170px, 18vw, 235px);
  overflow: hidden;
  border-radius: 14px;
  background: rgba(16, 18, 26, 0.94);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  transform:
    rotate(var(--portal-rotate))
    translateX(calc((var(--portal-index) - 2) * 38px))
    translateY(calc((var(--portal-index) - 2) * 18px))
    rotateX(7deg);
  transition: transform 240ms ease, z-index 240ms ease;
}

.portal-stack-card:nth-child(1) { z-index: 5; }
.portal-stack-card:nth-child(2) { z-index: 4; }
.portal-stack-card:nth-child(3) { z-index: 6; }
.portal-stack-card:nth-child(4) { z-index: 3; }
.portal-stack-card:nth-child(5) { z-index: 2; }

.portal-stack-card:hover,
.portal-stack-card:focus-within {
  z-index: 9;
  transform: translateY(-22px) rotate(0deg);
}

body.ish-modern-light .portal-stack-card,
body.ish-modern-sepia .portal-stack-card,
body.ish-modern-contrast .portal-stack-card,
body.ish-modern-ocean .portal-stack-card {
  color: #111827;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.18), inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.portal-stack-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #000;
}

.portal-stack-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.portal-stack-card:hover .portal-stack-card__media img,
.portal-stack-card:focus-within .portal-stack-card__media img {
  transform: translateZ(0);
}

.portal-stack-card__body {
  padding: 10px 11px 12px;
}

.portal-stack-card__title {
  min-height: 34px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes ish-portal-ring {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .portal-stack-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .portal-stack-deck {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    perspective: none;
  }
  .portal-stack-deck::before {
    display: none;
  }
  .portal-stack-card {
    position: static;
    width: 100%;
    transform: none;
  }
  .portal-stack-card:hover,
  .portal-stack-card:focus-within {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portal-stack-lead__ring {
    animation: none;
  }
}

/* Split Spotlight & Editorial Grid Classic Layouts */
.split-spotlight-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 0 35px;
}
.split-spotlight-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .split-spotlight-top {
    grid-template-columns: 1fr;
  }
}
.split-spotlight-card-large {
  display: flex;
  flex-direction: column;
}
.split-spotlight-card-large__media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.split-spotlight-card-large__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.split-spotlight-card-large:hover .split-spotlight-card-large__media img {
  transform: translateZ(0);
}
.split-spotlight-card-large__body {
  padding: 15px 0 0;
}
.split-spotlight-card-large__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.split-spotlight-card-large__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.split-spotlight-card-large__title a {
  color: inherit;
  text-decoration: none;
}
.split-spotlight-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .split-spotlight-bottom {
    grid-template-columns: 1fr;
  }
}

.editorial-grid-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 25px;
  padding: 15px 0 35px;
}
@media (max-width: 991px) {
  .editorial-grid-row {
    grid-template-columns: 1fr;
  }
}
.editorial-grid-col-featured {
  display: flex;
  flex-direction: column;
}
.editorial-grid-featured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editorial-grid-featured-card__media {
  position: relative;
  width: 100%;
  flex-grow: 1;
  min-height: 300px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 991px) {
  .editorial-grid-featured-card__media {
    padding-top: 56.25%;
    min-height: auto;
  }
}
.editorial-grid-featured-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.editorial-grid-featured-card:hover .editorial-grid-featured-card__media img {
  transform: translateZ(0);
}
.editorial-grid-featured-card__body {
  padding: 15px 0 0;
}
.editorial-grid-featured-card__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.editorial-grid-featured-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.editorial-grid-featured-card__title a {
  color: inherit;
  text-decoration: none;
}
.editorial-grid-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-content: start;
}
@media (max-width: 576px) {
  .editorial-grid-col-grid {
    grid-template-columns: 1fr;
  }
}
.editorial-grid-small-card {
  display: flex;
  flex-direction: column;
}
.editorial-grid-small-card__media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.editorial-grid-small-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.editorial-grid-small-card:hover .editorial-grid-small-card__media img {
  transform: translateZ(0);
}
.editorial-grid-small-card__body {
  padding: 10px 0 0;
}
.editorial-grid-small-card__cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
}
.editorial-grid-small-card__title {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.editorial-grid-small-card__title a {
  color: inherit;
  text-decoration: none;
}

/* Trending Row Layout */
.trending-row-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 15px 0 35px;
}
@media (max-width: 1200px) {
  .trending-row-layout {
    grid-template-columns: repeat(4, 1fr);
  }
  .trending-row-layout article:nth-child(5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .trending-row-layout {
    grid-template-columns: repeat(3, 1fr);
  }
  .trending-row-layout article:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .trending-row-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .trending-row-layout article:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .trending-row-layout {
    grid-template-columns: 1fr;
  }
  .trending-row-layout article {
    display: flex !important;
  }
}
.trending-card {
  display: flex;
  align-items: center;
  position: relative;
}
.trending-card__rank-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 90px;
  user-select: none;
}
.trending-card__rank {
  font-size: 130px;
  font-weight: 900;
  font-family: 'Outfit', sans-serif;
  color: transparent;
  -webkit-text-stroke: 2.5px rgba(255, 255, 255, 0.35);
  line-height: 0.8;
  letter-spacing: -8px;
}
body.ish-modern-light .trending-card__rank {
  -webkit-text-stroke: 2.5px rgba(0, 0, 0, 0.2);
}
.trending-card__media-container {
  flex-grow: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  margin-left: -15px;
}
.trending-card__media {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 130%; /* Portrait aspect ratio for Netflix style rank images */
}
@media (max-width: 480px) {
  .trending-card__media {
    padding-top: 56.25%; /* 16:9 on mobile */
  }
}
.trending-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.trending-card:hover .trending-card__media img {
  transform: translateZ(0);
}
.trending-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
  color: #fff;
  z-index: 3;
}
.trending-card__cat {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 1px 6px;
  border-radius: 3px;
}
.trending-card__title {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trending-card__title a {
  color: inherit;
  text-decoration: none;
}

/* Spotlight Duo Layout */
.spotlight-duo-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 25px;
  padding: 15px 0 35px;
}
@media (max-width: 991px) {
  .spotlight-duo-row {
    grid-template-columns: 1fr;
  }
}
.spotlight-duo-col-featured {
  display: flex;
  flex-direction: column;
}
.spotlight-duo-featured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.spotlight-duo-featured-card__media {
  position: relative;
  width: 100%;
  flex-grow: 1;
  min-height: 380px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 991px) {
  .spotlight-duo-featured-card__media {
    padding-top: 56.25%;
    min-height: auto;
  }
}
.spotlight-duo-featured-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.spotlight-duo-featured-card:hover .spotlight-duo-featured-card__media img {
  transform: translateZ(0);
}
.spotlight-duo-featured-card__body {
  padding: 15px 0 0;
}
.spotlight-duo-featured-card__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.spotlight-duo-featured-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.spotlight-duo-featured-card__title a {
  color: inherit;
  text-decoration: none;
}
.spotlight-duo-col-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.spotlight-duo-side-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 15px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  align-items: center;
  transition: background 0.3s ease;
}
body.ish-modern-light .spotlight-duo-side-card {
  background: rgba(0, 0, 0, 0.02);
}
.spotlight-duo-side-card:hover {
  background: rgba(255, 255, 255, 0.06);
}
body.ish-modern-light .spotlight-duo-side-card:hover {
  background: rgba(0, 0, 0, 0.04);
}
.spotlight-duo-side-card__media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.spotlight-duo-side-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.spotlight-duo-side-card:hover .spotlight-duo-side-card__media img {
  transform: translateZ(0);
}
.spotlight-duo-side-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.spotlight-duo-side-card__cat {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  align-self: flex-start;
}
.spotlight-duo-side-card__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spotlight-duo-side-card__title a {
  color: inherit;
  text-decoration: none;
}

/* Rolling Rail Layout */
.rolling-rail-row {
  padding: 15px 0 35px;
}

.rolling-rail-row__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.rolling-rail-row__viewport::before,
.rolling-rail-row__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 86px;
  z-index: 2;
  pointer-events: none;
}

.rolling-rail-row__viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--ish-modern-bg, #0f0f14), transparent);
}

.rolling-rail-row__viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--ish-modern-bg, #0f0f14), transparent);
}

.rolling-rail-row__track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: ish-rolling-rail 42s linear infinite;
  will-change: transform;
}

.rolling-rail-row__viewport:hover .rolling-rail-row__track,
.rolling-rail-row__viewport:focus-within .rolling-rail-row__track {
  animation-play-state: paused;
}

.rolling-rail-card {
  width: clamp(210px, 20vw, 285px);
  flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

body.ish-modern-light .rolling-rail-card,
body.ish-modern-sepia .rolling-rail-card,
body.ish-modern-contrast .rolling-rail-card,
body.ish-modern-ocean .rolling-rail-card {
  background: rgba(15, 23, 42, 0.045);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.rolling-rail-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.rolling-rail-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.rolling-rail-card:hover .rolling-rail-card__media img,
.rolling-rail-card:focus-within .rolling-rail-card__media img {
  transform: translateZ(0);
}

.rolling-rail-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.24) 48%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.rolling-rail-card:hover .rolling-rail-card__shine,
.rolling-rail-card:focus-within .rolling-rail-card__shine {
  transform: translateX(120%);
}

.rolling-rail-card__body {
  padding: 11px 12px 13px;
}

.rolling-rail-card__cat {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.rolling-rail-card__title {
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rolling-rail-card__title a {
  color: inherit;
  text-decoration: none;
}

@keyframes ish-rolling-rail {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 767px) {
  .rolling-rail-row__viewport::before,
  .rolling-rail-row__viewport::after {
    width: 42px;
  }
  .rolling-rail-row__track {
    gap: 14px;
    animation-duration: 34s;
  }
  .rolling-rail-card {
    width: min(72vw, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rolling-rail-row__viewport {
    overflow-x: auto;
  }
  .rolling-rail-row__track {
    animation: none;
  }
}

/* Orbit Roll Layout */
.orbit-roll-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  padding: 18px 0 42px;
}

.orbit-roll-lead {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.ish-modern-light .orbit-roll-lead,
body.ish-modern-sepia .orbit-roll-lead,
body.ish-modern-contrast .orbit-roll-lead,
body.ish-modern-ocean .orbit-roll-lead {
  background: rgba(15, 23, 42, 0.045);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.orbit-roll-lead__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #000;
}

.orbit-roll-lead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.orbit-roll-lead:hover .orbit-roll-lead__media img,
.orbit-roll-lead:focus-within .orbit-roll-lead__media img {
  transform: translateZ(0);
}

.orbit-roll-lead__body {
  padding: 15px 16px 18px;
}

.orbit-roll-lead__cat,
.orbit-roll-card__cat {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.orbit-roll-lead__title {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.18;
}

.orbit-roll-lead__title a,
.orbit-roll-card__title a {
  color: inherit;
  text-decoration: none;
}

.orbit-roll-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0 20%, transparent 21%),
    radial-gradient(circle at center, transparent 0 44%, rgba(255, 255, 255, 0.08) 45% 46%, transparent 47%),
    radial-gradient(circle at 32% 24%, rgba(229, 9, 20, 0.16), transparent 31%),
    radial-gradient(circle at 72% 72%, rgba(34, 211, 238, 0.13), transparent 34%);
}

.orbit-roll-stage::before {
  content: '';
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 34%, transparent 35%),
    conic-gradient(from 20deg, #e50914, #22d3ee, #facc15, #6c63ff, #e50914);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.orbit-roll-ring {
  position: relative;
  width: min(500px, 100%);
  aspect-ratio: 1;
  animation: ish-orbit-roll 38s linear infinite;
  transform-origin: center;
}

.orbit-roll-stage:hover .orbit-roll-ring,
.orbit-roll-stage:focus-within .orbit-roll-ring {
  animation-play-state: paused;
}

.orbit-roll-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 158px;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(16, 18, 26, 0.92);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  transform:
    translate(-50%, -50%)
    rotate(var(--orbit-angle))
    translateY(-186px)
    rotate(calc(-1 * var(--orbit-angle)));
}

body.ish-modern-light .orbit-roll-card,
body.ish-modern-sepia .orbit-roll-card,
body.ish-modern-contrast .orbit-roll-card,
body.ish-modern-ocean .orbit-roll-card {
  color: #111827;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16), inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.orbit-roll-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #000;
}

.orbit-roll-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.orbit-roll-card:hover .orbit-roll-card__media img,
.orbit-roll-card:focus-within .orbit-roll-card__media img {
  transform: translateZ(0);
}

.orbit-roll-card__body {
  padding: 9px 10px 11px;
}

.orbit-roll-card__title {
  min-height: 34px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes ish-orbit-roll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .orbit-roll-row {
    grid-template-columns: 1fr;
  }
  .orbit-roll-stage {
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  .orbit-roll-stage {
    min-height: auto;
    display: block;
    overflow-x: auto;
    border-radius: 12px;
    background: transparent;
  }
  .orbit-roll-stage::before {
    display: none;
  }
  .orbit-roll-ring {
    width: max-content;
    min-width: 100%;
    aspect-ratio: auto;
    display: flex;
    gap: 14px;
    animation: none;
  }
  .orbit-roll-card {
    position: static;
    width: min(72vw, 240px);
    flex: 0 0 auto;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-roll-ring {
    animation: none;
  }
}

/* Jumping Cards Layout */
.jumping-row-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
  padding: 18px 0 42px;
}

.jumping-lead-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.ish-modern-light .jumping-lead-card,
body.ish-modern-sepia .jumping-lead-card,
body.ish-modern-contrast .jumping-lead-card,
body.ish-modern-ocean .jumping-lead-card {
  background: rgba(15, 23, 42, 0.045);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.jumping-lead-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #000;
}

.jumping-lead-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.jumping-lead-card:hover .jumping-lead-card__media img,
.jumping-lead-card:focus-within .jumping-lead-card__media img {
  transform: translateZ(0);
}

.jumping-lead-card__body {
  padding: 15px 16px 18px;
}

.jumping-lead-card__cat,
.jumping-card__cat {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jumping-lead-card__title {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.18;
}

.jumping-lead-card__title a,
.jumping-card__title a {
  color: inherit;
  text-decoration: none;
}

.jumping-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
}

.jumping-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: ish-jumping-card 2.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  animation-delay: var(--jump-delay, 0ms);
  transform-origin: center bottom;
}

.jumping-card:nth-child(3n + 2) {
  margin-top: 34px;
}

.jumping-card:nth-child(3n) {
  margin-top: 14px;
}

body.ish-modern-light .jumping-card,
body.ish-modern-sepia .jumping-card,
body.ish-modern-contrast .jumping-card,
body.ish-modern-ocean .jumping-card {
  background: rgba(15, 23, 42, 0.045);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.jumping-card-grid:hover .jumping-card,
.jumping-card-grid:focus-within .jumping-card {
  animation-play-state: paused;
}

.jumping-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #000;
}

.jumping-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.jumping-card:hover .jumping-card__media img,
.jumping-card:focus-within .jumping-card__media img {
  transform: translateZ(0);
}

.jumping-card__body {
  padding: 10px 11px 12px;
}

.jumping-card__title {
  min-height: 34px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes ish-jumping-card {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  18% {
    transform: translateY(-18px) scale(1.015);
  }
  34% {
    transform: translateY(0) scale(0.995);
  }
  46% {
    transform: translateY(-7px) scale(1.006);
  }
  58% {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 991px) {
  .jumping-row-layout {
    grid-template-columns: 1fr;
  }
  .jumping-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jumping-card:nth-child(n) {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .jumping-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jumping-card {
    animation: none;
  }
}

/* Extra Modern Homepage Layouts */
.modern-masonry-layout,
.poster-wall-layout,
.billboard-grid-layout,
.cinema-tiles-layout,
.metro-board-layout {
  display: grid;
  gap: 18px;
  padding: 16px 0 38px;
}

.modern-masonry-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.modern-masonry-card,
.poster-wall-card,
.billboard-grid-card,
.cinema-tile-card,
.metro-board-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.ish-modern-light .modern-masonry-card,
body.ish-modern-light .poster-wall-card,
body.ish-modern-light .billboard-grid-card,
body.ish-modern-light .compact-list-card,
body.ish-modern-light .social-feed-card,
body.ish-modern-light .metro-board-card,
body.ish-modern-sepia .modern-masonry-card,
body.ish-modern-sepia .poster-wall-card,
body.ish-modern-sepia .billboard-grid-card,
body.ish-modern-sepia .compact-list-card,
body.ish-modern-sepia .social-feed-card,
body.ish-modern-sepia .metro-board-card,
body.ish-modern-contrast .modern-masonry-card,
body.ish-modern-contrast .poster-wall-card,
body.ish-modern-contrast .billboard-grid-card,
body.ish-modern-contrast .compact-list-card,
body.ish-modern-contrast .social-feed-card,
body.ish-modern-contrast .metro-board-card,
body.ish-modern-ocean .modern-masonry-card,
body.ish-modern-ocean .poster-wall-card,
body.ish-modern-ocean .billboard-grid-card,
body.ish-modern-ocean .compact-list-card,
body.ish-modern-ocean .social-feed-card,
body.ish-modern-ocean .metro-board-card {
  background: rgba(15, 23, 42, 0.045);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.modern-masonry-card--0,
.modern-masonry-card--3 {
  grid-row: span 2;
}

.modern-masonry-card--1 {
  grid-column: span 2;
}

.modern-masonry-card__media,
.poster-wall-card__media,
.billboard-grid-card__media,
.cinema-tile-card__media,
.metro-board-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.modern-masonry-card__media {
  height: 100%;
  min-height: 220px;
}

.modern-masonry-card__media img,
.poster-wall-card__media img,
.billboard-grid-card__media img,
.cinema-tile-card__media img,
.metro-board-card__media img,
.social-feed-card__media img,
.compact-list-card__media img,
.headline-stack-lead__media img,
.timeline-card__media img,
.ribbon-rail-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 240ms ease;
}

.modern-masonry-card:hover img,
.poster-wall-card:hover img,
.billboard-grid-card:hover img,
.cinema-tile-card:hover img,
.metro-board-card:hover img,
.social-feed-card:hover img,
.compact-list-card:hover img,
.headline-stack-lead:hover img,
.timeline-card:hover img,
.ribbon-rail-card:hover img {
  transform: translateZ(0);
}

.modern-masonry-card__shade,
.billboard-grid-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.82));
}

.modern-masonry-card__body,
.billboard-grid-card__body,
.cinema-tile-card__body,
.metro-board-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px;
  color: #fff;
}

.modern-masonry-card__cat,
.poster-wall-card__cat,
.headline-stack-lead__cat,
.headline-stack-item__cat,
.timeline-card__cat,
.ribbon-rail-card__cat,
.billboard-grid-card__cat,
.compact-list-card__cat,
.cinema-tile-card__cat,
.metro-board-card__cat {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.modern-masonry-card__title,
.poster-wall-card__title,
.headline-stack-lead__title,
.headline-stack-item__title,
.timeline-card__title,
.ribbon-rail-card__title,
.billboard-grid-card__title,
.compact-list-card__title,
.social-feed-card__title,
.cinema-tile-card__title,
.metro-board-card__title {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  color: inherit;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.modern-masonry-card__title a,
.poster-wall-card__title a,
.headline-stack-lead__title a,
.headline-stack-item__title a,
.timeline-card__title a,
.ribbon-rail-card__title a,
.billboard-grid-card__title a,
.compact-list-card__title a,
.social-feed-card__title a,
.cinema-tile-card__title a,
.metro-board-card__title a {
  color: inherit;
  text-decoration: none;
}

.poster-wall-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.poster-wall-card {
  transform: rotate(var(--poster-tilt, 0deg));
  transition: transform 180ms ease;
}

.poster-wall-card:hover,
.poster-wall-card:focus-within {
  transform: rotate(0deg) translateY(-6px);
}

.poster-wall-card__media {
  aspect-ratio: 3 / 4;
}

.poster-wall-card__body {
  padding: 12px 13px 15px;
}

.poster-wall-card__title {
  font-size: 14px;
}

.headline-stack-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.9fr);
  gap: clamp(22px, 4vw, 48px);
  padding: 16px 0 38px;
}

.headline-stack-lead {
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.headline-stack-lead__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.headline-stack-lead__body {
  padding: 16px 18px 20px;
}

.headline-stack-lead__title {
  font-size: clamp(22px, 2.6vw, 34px);
}

.headline-stack-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.ish-modern-light .headline-stack-list,
body.ish-modern-sepia .headline-stack-list,
body.ish-modern-contrast .headline-stack-list,
body.ish-modern-ocean .headline-stack-list {
  border-top-color: rgba(15, 23, 42, 0.12);
}

.headline-stack-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.ish-modern-light .headline-stack-item,
body.ish-modern-sepia .headline-stack-item,
body.ish-modern-contrast .headline-stack-item,
body.ish-modern-ocean .headline-stack-item {
  border-bottom-color: rgba(15, 23, 42, 0.1);
}

.headline-stack-item__rank {
  color: rgba(255, 255, 255, 0.34);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

body.ish-modern-light .headline-stack-item__rank,
body.ish-modern-sepia .headline-stack-item__rank,
body.ish-modern-contrast .headline-stack-item__rank,
body.ish-modern-ocean .headline-stack-item__rank {
  color: rgba(15, 23, 42, 0.28);
}

.timeline-layout {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 16px 0 38px 26px;
}

.timeline-layout::before {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 42px;
  left: 7px;
  width: 2px;
  background: linear-gradient(180deg, #e50914, #22d3ee, #facc15);
}

.timeline-card {
  position: relative;
  display: grid;
  grid-template-columns: 86px 170px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.timeline-card::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e50914;
  transform: translateY(-50%);
}

.timeline-card__date {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.timeline-card__title,
.ribbon-rail-card__title,
.compact-list-card__title {
  font-size: 14px;
}

.ribbon-rail-layout {
  display: grid;
  gap: 14px;
  padding: 16px 0 38px;
}

.ribbon-rail-card {
  display: grid;
  grid-template-columns: 58px minmax(170px, 260px) 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(229, 9, 20, 0.16), rgba(34, 211, 238, 0.08));
}

.ribbon-rail-card__number {
  font-size: 34px;
  font-weight: 900;
  opacity: 0.44;
}

.ribbon-rail-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.billboard-grid-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, 1fr);
}

.billboard-grid-card--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.billboard-grid-card__media,
.cinema-tile-card__media,
.metro-board-card__media {
  height: 100%;
}

.billboard-grid-card__title {
  font-size: 15px;
}

.billboard-grid-card--lead .billboard-grid-card__title {
  font-size: clamp(24px, 3vw, 38px);
}

.compact-list-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 0 38px;
}

.compact-list-card {
  display: grid;
  grid-template-columns: 42px 92px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.compact-list-card__rank {
  font-size: 18px;
  font-weight: 900;
  opacity: 0.42;
}

.compact-list-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.social-feed-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 16px 0 38px;
}

.social-feed-card {
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.social-feed-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}

.social-feed-card__head img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.social-feed-card__head strong,
.social-feed-card__head span {
  display: block;
  line-height: 1.15;
}

.social-feed-card__head span {
  margin-top: 3px;
  font-size: 11px;
  opacity: 0.62;
}

.social-feed-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.social-feed-card__play,
.cinema-tile-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(229, 9, 20, 0.92);
  color: #fff;
  transform: translate(-50%, -50%);
}

.social-feed-card__body {
  padding: 12px 14px 16px;
}

.social-feed-card__title {
  font-size: 15px;
}

.cinema-tiles-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(170px, 1fr);
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.1), rgba(34, 211, 238, 0.08));
  border-radius: 16px;
  padding: 18px;
}

.cinema-tile-card {
  background: #07080d;
}

.cinema-tile-card--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.cinema-tile-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.86));
}

.cinema-tile-card__play {
  z-index: 2;
  opacity: 0;
  transition: opacity 180ms ease;
}

.cinema-tile-card:hover .cinema-tile-card__play,
.cinema-tile-card:focus-within .cinema-tile-card__play {
  opacity: 1;
}

.metro-board-layout {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(132px, 1fr);
}

.metro-board-card--0 {
  grid-column: span 3;
  grid-row: span 2;
}

.metro-board-card--1,
.metro-board-card--2 {
  grid-column: span 2;
}

.metro-board-card--3 {
  grid-column: span 1;
}

.metro-board-card__body {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}

@media (max-width: 991px) {
  .modern-masonry-layout,
  .poster-wall-layout,
  .billboard-grid-layout,
  .cinema-tiles-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .modern-masonry-card,
  .billboard-grid-card,
  .billboard-grid-card--lead,
  .cinema-tile-card,
  .cinema-tile-card--wide {
    grid-column: span 1;
    grid-row: span 1;
  }
  .headline-stack-layout,
  .social-feed-layout {
    grid-template-columns: 1fr;
  }
  .compact-list-layout {
    grid-template-columns: 1fr;
  }
  .metro-board-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .metro-board-card--0,
  .metro-board-card--1,
  .metro-board-card--2,
  .metro-board-card--3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 575px) {
  .modern-masonry-layout,
  .poster-wall-layout,
  .billboard-grid-layout,
  .cinema-tiles-layout,
  .metro-board-layout {
    grid-template-columns: 1fr;
  }
  .timeline-card,
  .ribbon-rail-card,
  .compact-list-card {
    grid-template-columns: 1fr;
  }
  .timeline-layout {
    padding-left: 0;
  }
  .timeline-layout::before,
  .timeline-card::before {
    display: none;
  }
}

/* 30 Additional Modern Homepage Layouts */
.extra-home-layout {
  --extra-card-bg: rgba(255, 255, 255, 0.045);
  --extra-card-border: rgba(255, 255, 255, 0.08);
  --extra-gap: 18px;
  display: grid;
  gap: var(--extra-gap);
  padding: 16px 0 40px;
}

body.ish-modern-light .extra-home-layout,
body.ish-modern-sepia .extra-home-layout,
body.ish-modern-contrast .extra-home-layout,
body.ish-modern-ocean .extra-home-layout {
  --extra-card-bg: rgba(15, 23, 42, 0.045);
  --extra-card-border: rgba(15, 23, 42, 0.09);
}

.extra-home-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--extra-card-bg);
  box-shadow: inset 0 0 0 1px var(--extra-card-border);
}

.extra-home-card__media {
  position: relative;
  display: block;
  height: 100%;
  min-height: 180px;
  overflow: hidden;
  background: #000;
}

.extra-home-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 240ms ease;
}

.extra-home-card:hover .extra-home-card__media img,
.extra-home-card:focus-within .extra-home-card__media img {
  transform: translateZ(0);
}

.extra-home-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.82));
}

.extra-home-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px;
  color: #fff;
}

.extra-home-card__meta {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.extra-home-card__cat {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.extra-home-card__title {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  color: inherit;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.extra-home-card__title a {
  color: inherit;
  text-decoration: none;
}

.extra-home-layout--prism-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.08), rgba(34, 211, 238, 0.08), rgba(250, 204, 21, 0.06));
  border-radius: 16px;
  padding: 18px;
}

.extra-home-layout--prism-grid .extra-home-card--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.extra-home-layout--capsule-rail {
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 300px);
  overflow-x: auto;
  padding-bottom: 28px;
}

.extra-home-layout--capsule-rail .extra-home-card {
  border-radius: 999px;
}

.extra-home-layout--capsule-rail .extra-home-card__media {
  min-height: 360px;
}

.extra-home-layout--archive-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.extra-home-layout--archive-cards .extra-home-card {
  border-radius: 8px;
  filter: sepia(0.12);
}

.extra-home-layout--split-column {
  grid-template-columns: minmax(300px, 1.2fr) minmax(280px, 0.8fr);
}

.extra-home-layout--split-column .extra-home-card--lead {
  grid-row: span 4;
}

.extra-home-layout--split-column .extra-home-card:not(.extra-home-card--lead) .extra-home-card__media {
  min-height: 138px;
}

.extra-home-layout--diagonal-stack {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.extra-home-layout--diagonal-stack .extra-home-card:nth-child(even) {
  margin-top: 42px;
}

.extra-home-layout--diagonal-stack .extra-home-card:nth-child(3n) {
  transform: rotate(1.4deg);
}

.extra-home-layout--lighthouse {
  grid-template-columns: minmax(300px, 1.25fr) repeat(2, minmax(160px, 0.65fr));
}

.extra-home-layout--lighthouse .extra-home-card--lead {
  grid-row: span 2;
}

.extra-home-layout--lighthouse .extra-home-card--lead::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30%;
  width: 58%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}

.extra-home-layout--scoreboard {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.extra-home-layout--scoreboard .extra-home-card {
  display: grid;
  grid-template-columns: 160px 1fr;
}

.extra-home-layout--scoreboard .extra-home-card__body {
  position: static;
  color: inherit;
}

.extra-home-layout--scoreboard .extra-home-card__overlay {
  display: none;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean) .extra-home-layout--scoreboard .extra-home-card__body {
  color: #fff;
}

.extra-home-layout--notebook {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: repeating-linear-gradient(0deg, transparent 0 31px, rgba(120, 150, 255, 0.12) 31px 32px);
}

.extra-home-layout--notebook .extra-home-card {
  border-radius: 10px;
}

.extra-home-layout--pinboard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.extra-home-layout--pinboard .extra-home-card {
  transform: rotate(var(--pin-rot, -1deg));
}

.extra-home-layout--pinboard .extra-home-card:nth-child(even) {
  --pin-rot: 1.2deg;
}

.extra-home-layout--pinboard .extra-home-card::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e50914;
  transform: translateX(-50%);
}

.extra-home-layout--gallery-strip,
.extra-home-layout--spotlight-strip {
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 420px);
  overflow-x: auto;
}

.extra-home-layout--gallery-strip .extra-home-card__media,
.extra-home-layout--spotlight-strip .extra-home-card__media {
  min-height: 280px;
}

.extra-home-layout--waveform {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

.extra-home-layout--waveform .extra-home-card:nth-child(2n) .extra-home-card__media {
  min-height: 260px;
}

.extra-home-layout--waveform .extra-home-card:nth-child(3n) .extra-home-card__media {
  min-height: 320px;
}

.extra-home-layout--compass-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.extra-home-layout--compass-grid .extra-home-card--lead {
  grid-column: 2;
  grid-row: span 2;
  border-radius: 50%;
}

.extra-home-layout--studio-wall {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.extra-home-layout--studio-wall .extra-home-card--lead,
.extra-home-layout--studio-wall .extra-home-card--3 {
  grid-column: span 2;
}

.extra-home-layout--briefing {
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
}

.extra-home-layout--briefing .extra-home-card {
  display: grid;
  grid-template-columns: 140px 1fr;
}

.extra-home-layout--briefing .extra-home-card--lead {
  grid-row: span 5;
  display: block;
}

.extra-home-layout--briefing .extra-home-card__body {
  position: static;
  color: inherit;
}

.extra-home-layout--briefing .extra-home-card--lead .extra-home-card__body {
  position: absolute;
  color: #fff;
}

.extra-home-layout--briefing .extra-home-card:not(.extra-home-card--lead) .extra-home-card__overlay {
  display: none;
}

.extra-home-layout--carousel-cards {
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 280px);
  overflow-x: auto;
  perspective: 900px;
}

.extra-home-layout--carousel-cards .extra-home-card:nth-child(odd) {
  transform: rotateY(8deg);
}

.extra-home-layout--carousel-cards .extra-home-card:nth-child(even) {
  transform: rotateY(-8deg);
}

.extra-home-layout--tablet-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.extra-home-layout--tablet-grid .extra-home-card {
  border-radius: 24px;
  padding: 8px;
}

.extra-home-layout--tablet-grid .extra-home-card__media {
  border-radius: 18px;
}

.extra-home-layout--ladder {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.extra-home-layout--ladder .extra-home-card:nth-child(3n + 2) {
  margin-top: 34px;
}

.extra-home-layout--ladder .extra-home-card:nth-child(3n) {
  margin-top: 68px;
}

.extra-home-layout--cover-story {
  grid-template-columns: minmax(320px, 1.4fr) repeat(2, minmax(180px, 0.7fr));
}

.extra-home-layout--cover-story .extra-home-card--lead {
  grid-row: span 2;
}

.extra-home-layout--cover-story .extra-home-card--lead .extra-home-card__title {
  font-size: clamp(26px, 3.4vw, 42px);
}

.extra-home-layout--vertical-reels {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.extra-home-layout--vertical-reels .extra-home-card__media {
  aspect-ratio: 9 / 16;
  min-height: auto;
}

.extra-home-layout--signal-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #050806;
  border-radius: 16px;
  padding: 18px;
}

.extra-home-layout--signal-board .extra-home-card {
  border-radius: 6px;
  background: rgba(0, 255, 160, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 160, 0.18);
}

.extra-home-layout--atlas {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.1), transparent 35%);
}

.extra-home-layout--atlas .extra-home-card {
  border-radius: 50% 14px 14px 14px;
}

.extra-home-layout--shelf {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  border-bottom: 8px solid rgba(160, 120, 70, 0.45);
}

.extra-home-layout--shelf .extra-home-card {
  grid-column: span 2;
}

.extra-home-layout--shelf .extra-home-card:nth-child(4n) {
  grid-column: span 3;
}

.extra-home-layout--bulletin {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.extra-home-layout--bulletin .extra-home-card {
  border-radius: 3px;
}

.extra-home-layout--bulletin .extra-home-card:nth-child(even) {
  margin-top: 24px;
}

.extra-home-layout--mosaic-plus {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(150px, 1fr);
}

.extra-home-layout--mosaic-plus .extra-home-card {
  grid-column: span 2;
}

.extra-home-layout--mosaic-plus .extra-home-card--lead {
  grid-column: span 3;
  grid-row: span 2;
}

.extra-home-layout--radar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 34%, rgba(34, 211, 238, 0.1) 35% 36%, transparent 37%),
    conic-gradient(from 0deg, rgba(34, 211, 238, 0.14), transparent 20%, transparent 100%);
  padding: 28px;
}

.extra-home-layout--radar .extra-home-card {
  border-radius: 50%;
}

.extra-home-layout--parchment {
  grid-template-columns: minmax(300px, 1.1fr) minmax(300px, 0.9fr);
  background: linear-gradient(180deg, #f8edd3, #ddc899);
  border-radius: 16px;
  padding: 18px;
  color: #2a1d0a;
}

.extra-home-layout--parchment .extra-home-card {
  background: rgba(255, 250, 238, 0.82);
}

.extra-home-layout--parchment .extra-home-card__body {
  color: #2a1d0a;
}

.extra-home-layout--parchment .extra-home-card__overlay {
  background: linear-gradient(180deg, transparent 32%, rgba(248, 237, 211, 0.95));
}

.extra-home-layout--glass-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.extra-home-layout--glass-grid .extra-home-card {
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.extra-home-layout--index-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.extra-home-layout--index-cards .extra-home-card {
  border-radius: 8px;
}

.extra-home-layout--index-cards .extra-home-card__media {
  min-height: 140px;
}

.extra-home-layout--runway-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.extra-home-layout--runway-grid .extra-home-card:nth-child(4n + 1),
.extra-home-layout--runway-grid .extra-home-card:nth-child(4n + 3) {
  margin-top: 54px;
}

@media (max-width: 991px) {
  .extra-home-layout,
  .extra-home-layout--prism-grid,
  .extra-home-layout--archive-cards,
  .extra-home-layout--diagonal-stack,
  .extra-home-layout--lighthouse,
  .extra-home-layout--notebook,
  .extra-home-layout--pinboard,
  .extra-home-layout--waveform,
  .extra-home-layout--compass-grid,
  .extra-home-layout--studio-wall,
  .extra-home-layout--tablet-grid,
  .extra-home-layout--ladder,
  .extra-home-layout--cover-story,
  .extra-home-layout--vertical-reels,
  .extra-home-layout--atlas,
  .extra-home-layout--shelf,
  .extra-home-layout--bulletin,
  .extra-home-layout--mosaic-plus,
  .extra-home-layout--radar,
  .extra-home-layout--glass-grid,
  .extra-home-layout--index-cards,
  .extra-home-layout--runway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
  }
  .extra-home-layout--split-column,
  .extra-home-layout--briefing,
  .extra-home-layout--parchment,
  .extra-home-layout--scoreboard,
  .extra-home-layout--signal-board {
    grid-template-columns: 1fr;
  }
  .extra-home-card,
  .extra-home-layout--prism-grid .extra-home-card--lead,
  .extra-home-layout--split-column .extra-home-card--lead,
  .extra-home-layout--lighthouse .extra-home-card--lead,
  .extra-home-layout--cover-story .extra-home-card--lead,
  .extra-home-layout--mosaic-plus .extra-home-card,
  .extra-home-layout--mosaic-plus .extra-home-card--lead {
    grid-column: span 1;
    grid-row: span 1;
  }
  .extra-home-layout--briefing .extra-home-card,
  .extra-home-layout--scoreboard .extra-home-card {
    grid-template-columns: 130px 1fr;
  }
}

@media (max-width: 575px) {
  .extra-home-layout,
  .extra-home-layout--prism-grid,
  .extra-home-layout--archive-cards,
  .extra-home-layout--diagonal-stack,
  .extra-home-layout--lighthouse,
  .extra-home-layout--notebook,
  .extra-home-layout--pinboard,
  .extra-home-layout--waveform,
  .extra-home-layout--compass-grid,
  .extra-home-layout--studio-wall,
  .extra-home-layout--tablet-grid,
  .extra-home-layout--ladder,
  .extra-home-layout--cover-story,
  .extra-home-layout--vertical-reels,
  .extra-home-layout--atlas,
  .extra-home-layout--shelf,
  .extra-home-layout--bulletin,
  .extra-home-layout--mosaic-plus,
  .extra-home-layout--radar,
  .extra-home-layout--glass-grid,
  .extra-home-layout--index-cards,
  .extra-home-layout--runway-grid {
    grid-template-columns: 1fr;
  }
  .extra-home-layout--diagonal-stack .extra-home-card,
  .extra-home-layout--ladder .extra-home-card,
  .extra-home-layout--bulletin .extra-home-card,
  .extra-home-layout--runway-grid .extra-home-card {
    margin-top: 0 !important;
    transform: none;
  }
  .extra-home-layout--briefing .extra-home-card,
  .extra-home-layout--scoreboard .extra-home-card {
    grid-template-columns: 1fr;
  }
}
