/*
Theme Name: 90YYDS AI Alliance
Theme URI: https://7tai.cc
Template: justnews
Version: 1.1.0
Author: 90YYDS
Description: AI knowledge sharing and mutual-help homepage built on JustNews.
*/

:root {
  --yy-bg: #f5f5f5;
  --yy-card: #ffffff;
  --yy-ink: #111827;
  --yy-muted: #777f8c;
  --yy-line: #eceff3;
  --yy-green: #2f963f;
  --yy-blue: #246bfe;
  --yy-orange: #f59e0b;
  --yy-red: #ef3f36;
  --yy-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--yy-bg);
  color: var(--yy-ink);
}

.header,
.navbar {
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

.navbar-brand img,
.logo img,
.header .logo a img {
  display: none !important;
}

.navbar-brand::before,
.logo a::before,
.header .logo a::before {
  background: conic-gradient(from 45deg, #2f963f, #22c55e, #246bfe, #f59e0b, #ef3f36, #2f963f);
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  transform: rotate(45deg);
  width: 28px;
}

.navbar-brand::after,
.logo a::after,
.header .logo a::after {
  color: #111827;
  content: "90YYDS AI";
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  line-height: 64px;
  white-space: nowrap;
}

.logo a,
.header .logo a {
  align-items: center;
  display: inline-flex;
  height: 64px;
}

.fy6b-home,
.fy6b-home *,
.fy6b-home *::before,
.fy6b-home *::after {
  box-sizing: border-box;
}

.fy6b-home {
  background: var(--yy-bg);
  padding: 15px 0 36px;
}

.yy-home-layout.container {
  display: grid;
  gap: 20px;
  grid-template-columns: 860px 300px;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.yy-home-layout > .main {
  min-width: 0;
  width: 860px;
}

.yy-home-layout > .sidebar {
  min-width: 0;
  width: 300px;
}

.yy-home-layout .section,
.yy-home-layout .wpcom-modules {
  margin-bottom: 20px;
}

.yy-home-layout .section:last-child,
.yy-home-layout .wpcom-modules:last-child {
  margin-bottom: 0;
}

.yy-slider-wrap {
  height: 320px;
  overflow: hidden;
  width: 860px;
}

.yy-slide {
  background: #111827;
  color: #fff;
  display: block;
  height: 320px;
  overflow: hidden;
  padding: 44px 46px;
  position: relative;
  width: 100%;
}

.yy-slide::before {
  background:
    linear-gradient(120deg, rgba(47, 150, 63, .92), rgba(36, 107, 254, .8) 48%, rgba(17, 24, 39, .92)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 34px);
  content: "";
  inset: 0;
  position: absolute;
}

.yy-slide::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .72));
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  content: "";
  height: 178px;
  position: absolute;
  right: 44px;
  top: 60px;
  transform: rotate(-2deg);
  width: 236px;
}

.yy-slide-content {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

.yy-slide-kicker {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  line-height: 32px;
  padding: 0 15px;
}

.yy-slide h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.16;
  margin: 22px 0 14px;
}

.yy-slide p {
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.yy-slide-action {
  background: #fff;
  border-radius: 999px;
  color: #111827;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 40px;
  margin-top: 24px;
  padding: 0 24px;
}

.yy-slide:hover,
.yy-slide:hover .yy-slide-action {
  color: #111827;
}

.yy-slide-badges {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 94px);
  position: absolute;
  right: 64px;
  top: 88px;
  z-index: 2;
}

.yy-slide-badges span {
  background: #fff;
  border-radius: 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
}

.sec-panel.yy-nav-panel,
.sec-panel.yy-special-panel,
.yy-tabbed-posts,
.yy-sidebar .widget,
.yy-links-panel {
  background: var(--yy-card);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.yy-nav-panel,
.yy-special-panel {
  padding: 20px;
}

.yy-home-layout .sec-panel-head,
.yy-links-panel .sec-panel-head {
  border-bottom: 0;
  margin: 0 0 16px;
  padding: 0;
}

.yy-home-layout .sec-panel-head h2,
.yy-links-panel .sec-panel-head h2 {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin: 0;
}

.yy-home-layout .sec-panel-head h2 span,
.yy-links-panel .sec-panel-head h2 span {
  color: var(--yy-ink);
  font-size: 22px;
  font-weight: 900;
}

.yy-home-layout .sec-panel-head h2 small,
.yy-links-panel .sec-panel-head h2 small {
  color: var(--yy-muted);
  font-size: 14px;
  font-weight: 400;
}

.yy-home-layout .sec-panel-head .more,
.yy-links-panel .sec-panel-head .more {
  color: var(--yy-muted);
  font-size: 14px;
  margin-left: auto;
}

.yy-home-layout .sec-panel-head .more:hover,
.yy-links-panel .sec-panel-head .more:hover {
  color: var(--yy-green);
}

.yy-nav-grid {
  border: 1px solid var(--yy-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yy-nav-grid a {
  align-items: center;
  color: var(--yy-ink);
  display: grid;
  gap: 3px 16px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 80px;
  padding: 16px 20px;
}

.yy-nav-grid a + a {
  border-left: 1px solid var(--yy-line);
}

.yy-nav-grid a:hover {
  background: #fafafa;
  color: var(--yy-ink);
}

.yy-nav-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 900;
  grid-row: span 2;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.yy-nav-blue { background: var(--yy-blue); }
.yy-nav-green { background: var(--yy-green); }
.yy-nav-orange { background: var(--yy-orange); }
.yy-nav-red { background: var(--yy-red); }

.yy-nav-grid strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.yy-nav-grid span:not(.yy-nav-icon) {
  color: var(--yy-muted);
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.yy-topic-list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.yy-topic-list > .topic {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.yy-topic-list .topic-wrap {
  color: var(--yy-ink);
  display: block;
  text-align: center;
  width: 100%;
}

.yy-topic-cover {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 118px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.yy-topic-cover::before {
  background: rgba(255, 255, 255, .22);
  content: "";
  inset: 0;
  position: absolute;
  transform: skewX(-18deg) translateX(34%);
}

.yy-topic-cover span {
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .28);
  z-index: 1;
}

.yy-topic-list .topic-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 13px;
}

.yy-topic-ai { background: linear-gradient(135deg, #08b8b8, #3447d8); }
.yy-topic-write { background: linear-gradient(135deg, #ef7546, #f6c944 58%, #91c63f); }
.yy-topic-drama { background: linear-gradient(135deg, #315f9d, #60a5fa 48%, #f59e0b); }
.yy-topic-tool { background: linear-gradient(135deg, #7eaa82, #ef8e91 50%, #f3de88); }

.yy-tabbed-posts {
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.yy-tabbed-posts .sec-panel-head {
  border-bottom: 1px solid var(--yy-line);
  height: 60px;
  margin: 0 -20px;
  padding: 0 20px;
}

.yy-tabbed-posts .list.tabs {
  align-items: stretch;
  display: flex;
  gap: 34px;
  height: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yy-tabbed-posts .tab {
  height: 60px;
  position: relative;
}

.yy-tabbed-posts .tab a {
  color: #4b5563;
  display: block;
  font-size: 17px;
  line-height: 58px;
}

.yy-tabbed-posts .tab.active a {
  color: var(--yy-green);
  font-weight: 500;
}

.yy-tabbed-posts .tab-underscore {
  background: var(--yy-green);
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.yy-tabbed-posts .tab-wrap {
  display: none;
}

.yy-tabbed-posts .tab-wrap.active {
  display: block;
}

.yy-post-loop {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yy-post-item {
  align-items: center;
  border-bottom: 1px solid var(--yy-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 195px;
  padding: 24px 0;
}

.yy-post-thumb,
.yy-hot-thumb {
  align-items: center;
  background: #e5e7eb;
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.yy-post-thumb {
  border-radius: 8px;
  height: 142px;
  width: 220px;
}

.yy-post-thumb img,
.yy-hot-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.yy-post-thumb span {
  background: rgba(17, 24, 39, .68);
  border-radius: 5px;
  font-size: 15px;
  padding: 7px 12px;
}

.yy-visual-0 { background: linear-gradient(135deg, #f9d449, #f59e0b); }
.yy-visual-1 { background: linear-gradient(135deg, #111827, #246bfe); }
.yy-visual-2 { background: linear-gradient(135deg, #0f766e, #22c55e); }
.yy-visual-3 { background: linear-gradient(135deg, #f43f5e, #f59e0b); }
.yy-visual-4 { background: linear-gradient(135deg, #4f46e5, #06b6d4); }
.yy-visual-5 { background: linear-gradient(135deg, #374151, #9ca3af); }
.yy-visual-6 { background: linear-gradient(135deg, #16a34a, #84cc16); }
.yy-visual-7 { background: linear-gradient(135deg, #7c3aed, #ef4444); }

.yy-post-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 27px;
}

.yy-post-meta a,
.yy-sticky {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  padding: 0 8px;
}

.yy-post-meta a {
  background: var(--yy-green);
}

.yy-sticky {
  background: var(--yy-green);
}

.yy-post-body h2 {
  color: var(--yy-ink);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42;
  margin: 8px 0 10px;
}

.yy-post-body h2 a {
  color: var(--yy-ink);
}

.yy-post-body h2 a:hover {
  color: var(--yy-green);
}

.yy-post-body p {
  color: #555f6d;
  font-size: 15px;
  line-height: 1.78;
  margin: 0 0 14px;
}

.yy-post-foot {
  align-items: center;
  color: var(--yy-muted);
  display: flex;
  font-size: 14px;
  gap: 20px;
  justify-content: space-between;
}

.yy-views::before {
  content: "◎ ";
}

.yy-more-link {
  background: #fff;
  border: 1px solid var(--yy-green);
  border-radius: 7px;
  color: var(--yy-green);
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  line-height: 46px;
  margin: 24px auto 4px;
  max-width: 300px;
  text-align: center;
}

.yy-more-link:hover {
  background: var(--yy-green);
  color: #fff;
}

.yy-sidebar {
  align-content: start;
  display: grid;
  gap: 20px;
}

.yy-sidebar .widget {
  margin: 0;
  padding: 20px;
}

.yy-sidebar .widget-title,
.yy-sidebar h3 {
  border-bottom: 1px solid var(--yy-line);
  color: var(--yy-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 14px;
  padding-bottom: 12px;
}

.yy-search-widget {
  height: 68px;
  padding: 14px !important;
}

.yy-search-widget form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
}

.yy-search-widget input {
  border: 1px solid #d9dee7;
  border-radius: 4px 0 0 4px;
  color: var(--yy-ink);
  font-size: 14px;
  height: 40px;
  padding: 0 12px;
  width: 100%;
}

.yy-search-widget button {
  background: var(--yy-green);
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.yy-side-banner {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 22px 20px;
  position: relative;
}

.yy-side-banner::after {
  background: rgba(255, 255, 255, .24);
  content: "";
  height: 140px;
  position: absolute;
  right: -62px;
  top: -20px;
  transform: rotate(28deg);
  width: 140px;
}

.yy-side-banner strong,
.yy-side-banner span {
  display: block;
  position: relative;
  z-index: 1;
}

.yy-side-banner strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.yy-side-banner span {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

.yy-sidebar .yy-side-green {
  background: linear-gradient(135deg, #0f9a56, #2f963f);
  min-height: 108px;
}

.yy-sidebar .yy-side-dark {
  background: linear-gradient(135deg, #111827, #246bfe 56%, #06b6d4);
  min-height: 197px;
}

.yy-hot-list {
  counter-reset: rank;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yy-hot-list li {
  align-items: center;
  counter-increment: rank;
  display: grid;
  gap: 12px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 70px;
  padding: 11px 0;
  position: relative;
}

.yy-hot-list li + li {
  border-top: 1px solid #f0f2f5;
}

.yy-hot-list li::before {
  background: var(--yy-red);
  border-radius: 3px;
  color: #fff;
  content: counter(rank);
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 11px;
  width: 24px;
  z-index: 2;
}

.yy-hot-thumb {
  border-radius: 5px;
  height: 58px;
  width: 76px;
}

.yy-hot-thumb span {
  font-size: 11px;
  padding: 0 6px;
  text-align: center;
}

.yy-hot-title {
  color: var(--yy-ink);
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.yy-hot-title span {
  color: var(--yy-muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.yy-hot-title:hover {
  color: var(--yy-green);
}

.yy-side-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yy-side-links a {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: var(--yy-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.yy-side-links a:hover {
  border-color: var(--yy-green);
  color: var(--yy-green);
}

.yy-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yy-comments li {
  border-bottom: 1px solid #f0f2f5;
  padding: 12px 0;
}

.yy-comments li:last-child {
  border-bottom: 0;
}

.yy-comments a {
  color: var(--yy-ink);
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.yy-comments span,
.yy-empty {
  color: var(--yy-muted);
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.yy-links-container.container {
  margin: 20px auto 0;
  max-width: 1200px;
  padding: 0 10px;
  width: 100%;
}

.yy-links-panel {
  padding: 20px;
}

.yy-friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 28px;
}

.yy-friend-links a {
  color: #737b86;
  font-size: 15px;
}

.yy-friend-links a:hover {
  color: var(--yy-green);
}

@media (max-width: 1199px) {
  .yy-home-layout.container {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .yy-home-layout > .main,
  .yy-slider-wrap {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .yy-home-layout.container {
    grid-template-columns: 1fr;
  }

  .yy-home-layout > .main,
  .yy-home-layout > .sidebar {
    width: 100%;
  }

  .yy-sidebar {
    display: none;
  }

  .yy-topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.home {
    background: #fff;
  }

  .header,
  .navbar {
    min-height: 50px;
  }

  .logo a,
  .header .logo a {
    height: 50px;
  }

  .navbar-brand::before,
  .logo a::before,
  .header .logo a::before {
    height: 24px;
    margin-right: 8px;
    width: 24px;
  }

  .navbar-brand::after,
  .logo a::after,
  .header .logo a::after {
    font-size: 20px;
    line-height: 50px;
  }

  .fy6b-home {
    background: #fff;
    padding: 15px 0 0;
  }

  .yy-home-layout.container {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .yy-hero-module {
    margin-left: -15px;
    margin-right: -15px;
  }

  .yy-slider-wrap,
  .yy-slide {
    border-radius: 0;
    height: 166px;
    width: 100%;
  }

  .yy-slide {
    padding: 22px 26px;
  }

  .yy-slide::after,
  .yy-slide-badges {
    display: none;
  }

  .yy-slide-kicker {
    font-size: 12px;
    line-height: 26px;
    padding: 0 12px;
  }

  .yy-slide h1 {
    font-size: 23px;
    line-height: 1.25;
    margin: 12px 0 8px;
    max-width: 300px;
  }

  .yy-slide p {
    font-size: 14px;
    line-height: 1.55;
    max-width: 305px;
  }

  .yy-slide-action {
    font-size: 14px;
    line-height: 32px;
    margin-top: 12px;
    padding: 0 16px;
  }

  .yy-nav-panel,
  .yy-special-panel,
  .yy-tabbed-posts,
  .yy-links-panel {
    padding: 0;
  }

  .sec-panel.yy-nav-panel,
  .sec-panel.yy-special-panel,
  .yy-tabbed-posts,
  .yy-links-panel {
    background: #fff;
  }

  .yy-home-layout .sec-panel-head,
  .yy-links-panel .sec-panel-head {
    margin-bottom: 18px;
  }

  .yy-home-layout .sec-panel-head h2,
  .yy-links-panel .sec-panel-head h2 {
    display: block;
  }

  .yy-home-layout .sec-panel-head h2 span,
  .yy-links-panel .sec-panel-head h2 span {
    display: block;
    font-size: 26px;
    line-height: 1.2;
  }

  .yy-home-layout .sec-panel-head h2 small,
  .yy-links-panel .sec-panel-head h2 small {
    display: none;
  }

  .yy-home-layout .sec-panel-head .more,
  .yy-links-panel .sec-panel-head .more {
    font-size: 16px;
  }

  .yy-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yy-nav-grid a + a {
    border-left: 0;
  }

  .yy-nav-grid a:nth-child(2n) {
    border-left: 1px solid var(--yy-line);
  }

  .yy-nav-grid a:nth-child(n+3) {
    border-top: 1px solid var(--yy-line);
  }

  .yy-nav-grid a {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 102px;
    padding: 18px 18px;
  }

  .yy-nav-icon {
    font-size: 21px;
    height: 42px;
    width: 42px;
  }

  .yy-nav-grid strong {
    font-size: 17px;
  }

  .yy-nav-grid span:not(.yy-nav-icon) {
    font-size: 15px;
  }

  .yy-topic-list {
    gap: 22px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yy-topic-cover {
    height: 108px;
  }

  .yy-topic-cover span {
    font-size: 24px;
  }

  .yy-topic-list .topic-title {
    font-size: 24px;
    line-height: 1.22;
    margin-top: 13px;
  }

  .yy-tabbed-posts .sec-panel-head {
    border-bottom: 0;
    height: 60px;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
  }

  .yy-tabbed-posts .list.tabs {
    gap: 38px;
    height: 60px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .yy-tabbed-posts .tab a {
    font-size: 20px;
    line-height: 58px;
  }

  .yy-post-item {
    gap: 16px;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 105px;
    padding: 18px 0;
  }

  .yy-post-thumb {
    border-radius: 7px;
    height: 80px;
    width: 120px;
  }

  .yy-post-thumb span {
    font-size: 12px;
    padding: 4px 7px;
  }

  .yy-post-meta {
    min-height: 0;
  }

  .yy-post-meta a {
    display: none;
  }

  .yy-sticky {
    font-size: 13px;
    line-height: 24px;
    padding: 0 7px;
  }

  .yy-post-body h2 {
    font-size: 20px;
    line-height: 1.35;
    margin: 4px 0 9px;
    max-height: 54px;
    overflow: hidden;
  }

  .yy-post-body p {
    display: none;
  }

  .yy-post-foot {
    font-size: 16px;
    gap: 12px;
  }

  .yy-more-link {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    margin-top: 26px;
    max-width: 260px;
  }

  .yy-links-container.container {
    margin-top: 38px;
    padding: 0 15px;
  }

  .yy-friend-links {
    gap: 13px 24px;
  }

  .yy-friend-links a {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .yy-tabbed-posts .list.tabs {
    gap: 34px;
  }

  .yy-topic-cover span {
    font-size: 22px;
  }

  .yy-topic-list .topic-title {
    font-size: 22px;
  }
}

/* Native JustNews visual-editor modules for the production homepage. */
#modules-yyds_layout {
  background: transparent;
  display: grid;
  gap: 20px;
  grid-template-columns: 860px 300px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#modules-yyds_layout > .main {
  min-width: 0;
  width: 860px;
}

#modules-yyds_layout > .sidebar {
  display: grid;
  gap: 20px;
  width: 300px;
}

#modules-yyds_layout .wpcom-modules {
  margin-bottom: 20px;
}

#modules-yyds_slider .slider-wrap,
#modules-yyds_slider .main-slider,
#modules-yyds_slider .swiper-slide,
#modules-yyds_slider .swiper-slide > a,
#modules-yyds_slider .swiper-slide img {
  height: 320px;
}

#modules-yyds_slider .slider-wrap,
#modules-yyds_slider .main-slider {
  border-radius: 0;
  overflow: hidden;
}

#modules-yyds_slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
}

#modules-yyds_navs .sec-panel,
#modules-yyds_special .sec-panel,
#modules-yyds_tabs .sec-panel,
#modules-yyds_links .sec-panel,
#modules-yyds_layout .widget {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#modules-yyds_navs .sec-panel,
#modules-yyds_special .sec-panel,
#modules-yyds_links .sec-panel {
  padding: 18px 20px;
}

#modules-yyds_navs .sec-panel-head,
#modules-yyds_special .sec-panel-head,
#modules-yyds_links .sec-panel-head {
  border-bottom: 0;
  margin-bottom: 10px;
  padding: 0;
}

#modules-yyds_navs .sec-panel-body {
  padding: 0 !important;
}

#modules-yyds_navs .sec-panel-head h2,
#modules-yyds_special .sec-panel-head h2,
#modules-yyds_links .sec-panel-head h2 {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin: 0;
}

#modules-yyds_navs .sec-panel-head h2 span,
#modules-yyds_special .sec-panel-head h2 span,
#modules-yyds_links .sec-panel-head h2 span {
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

#modules-yyds_navs .sec-panel-head h2 small,
#modules-yyds_special .sec-panel-head h2 small,
#modules-yyds_links .sec-panel-head h2 small {
  color: #777f8c;
  font-size: 14px;
  font-weight: 400;
}

#modules-yyds_navs .list-navs {
  border: 1px solid #eceff3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#modules-yyds_navs .navs-link {
  border: 0;
  border-left: 1px solid #eceff3;
  border-radius: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 76px;
  padding: 10px 14px;
}

#modules-yyds_navs .navs-link:first-child {
  border-left: 0;
}

#modules-yyds_navs .navs-link-logo {
  align-self: center;
  height: 36px;
  margin: 0;
  width: 36px;
}

#modules-yyds_navs .navs-link-logo img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  width: 36px;
}

#modules-yyds_navs .navs-link-info {
  padding-left: 0 !important;
}

#modules-yyds_navs .navs-link-info h3 {
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 4px;
}

#modules-yyds_navs .navs-link-info p {
  color: #777f8c;
  font-size: 13px;
  line-height: 1.28;
  margin: 0;
}

#modules-yyds_special .topic-list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#modules-yyds_special .topic-list .topic {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#modules-yyds_special .topic-wrap {
  color: #111827;
  text-align: center;
}

#modules-yyds_special .cover-container {
  border-radius: 8px;
  height: 118px;
  overflow: hidden;
}

#modules-yyds_special .cover-container img {
  height: 118px;
  object-fit: cover;
  width: 100%;
}

#modules-yyds_special .topic-wrap > span {
  color: #111827;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 13px;
}

#modules-yyds_tabs .mix-tabs {
  border-radius: 8px;
  padding-bottom: 20px;
}

#modules-yyds_tabs .mix-tabs > .sec-panel-head {
  border-bottom: 1px solid #eceff3;
  height: 60px;
  padding: 0 20px;
}

#modules-yyds_tabs .j-mix-tabs {
  display: flex;
  gap: 34px;
  height: 60px;
}

#modules-yyds_tabs .j-mix-tabs .tab a {
  color: #4b5563;
  font-size: 17px;
  line-height: 58px;
}

#modules-yyds_tabs .j-mix-tabs .tab.active a {
  color: #2f963f;
  font-weight: 500;
}

#modules-yyds_tabs .j-mix-tabs .tab-underscore {
  background: #2f963f;
  height: 3px;
}

#modules-yyds_tabs .post-loop-default {
  padding: 0 20px;
}

#modules-yyds_tabs .post-loop-default .item {
  align-items: center;
  border-bottom: 1px solid #eceff3;
  display: grid;
  gap: 22px;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 195px;
  padding: 24px 0;
}

#modules-yyds_tabs .item-img,
#modules-yyds_tabs .item-img-inner,
#modules-yyds_tabs .item-img-inner img {
  border-radius: 8px;
  height: 142px;
  width: 220px;
}

#modules-yyds_tabs .item-img-inner {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
}

#modules-yyds_tabs .item-img-inner span {
  background: rgba(17, 24, 39, .68);
  border-radius: 5px;
  padding: 7px 12px;
}

#modules-yyds_tabs .item-img-inner img {
  object-fit: cover;
}

#modules-yyds_tabs .item-category,
#modules-yyds_tabs .sticky-post {
  background: #2f963f;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  padding: 0 8px;
}

#modules-yyds_tabs .item-title {
  color: #111827;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42;
  margin: 0 0 10px;
}

#modules-yyds_tabs .item-title a {
  color: #111827;
}

#modules-yyds_tabs .item-title a:hover {
  color: #2f963f;
}

#modules-yyds_tabs .item-excerpt {
  color: #555f6d;
  font-size: 15px;
  line-height: 1.78;
  margin-bottom: 14px;
}

#modules-yyds_tabs .item-meta {
  color: #777f8c;
  font-size: 14px;
}

#modules-yyds_tabs .views::before {
  content: "◎ ";
}

#modules-yyds_tabs .j-mix-tabs-more {
  background: #fff;
  border: 1px solid #2f963f;
  border-radius: 7px;
  color: #2f963f;
  display: block;
  font-size: 17px;
  height: 48px;
  line-height: 46px;
  margin: 24px auto 4px;
  max-width: 300px;
  text-align: center;
}

#modules-yyds_layout .widget_search {
  height: 68px;
  margin: 0;
  padding: 14px;
}

#modules-yyds_layout .widget_search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
}

#modules-yyds_layout .widget_search input {
  border: 1px solid #d9dee7;
  border-radius: 4px 0 0 4px;
  height: 40px;
  padding: 0 12px;
}

#modules-yyds_layout .widget_search button,
#modules-yyds_layout .widget_search input[type="submit"] {
  background: #2f963f;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-weight: 900;
}

.yy-widget-banner {
  color: #fff;
  display: block;
  margin: -20px;
  min-height: 108px;
  overflow: hidden;
  padding: 22px 20px;
  position: relative;
}

.yy-widget-banner strong,
.yy-widget-banner span {
  display: block;
  position: relative;
  z-index: 1;
}

.yy-widget-banner strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.yy-widget-banner span {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

.yy-widget-green {
  background: linear-gradient(135deg, #0f9a56, #2f963f);
}

.yy-widget-blue {
  background: linear-gradient(135deg, #111827, #246bfe 56%, #06b6d4);
  min-height: 197px;
}

#modules-yyds_layout .widget h3,
#modules-yyds_layout .widget-title {
  border-bottom: 1px solid #eceff3;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 14px;
  padding-bottom: 12px;
}

#modules-yyds_layout .yy-hot-list {
  counter-reset: rank;
  list-style: none;
  margin: 0;
  padding: 0;
}

#modules-yyds_layout .yy-hot-list li {
  counter-increment: rank;
  display: grid;
  gap: 12px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 70px;
  padding: 11px 0;
  position: relative;
}

#modules-yyds_layout .yy-hot-list li + li {
  border-top: 1px solid #f0f2f5;
}

#modules-yyds_layout .yy-hot-list li::before {
  background: #ef3f36;
  border-radius: 3px;
  color: #fff;
  content: counter(rank);
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 11px;
  width: 24px;
  z-index: 2;
}

#modules-yyds_layout .yy-hot-thumb {
  border-radius: 5px;
  height: 58px;
  width: 76px;
}

#modules-yyds_layout .yy-hot-title {
  color: #111827;
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

#modules-yyds_layout .yy-hot-title span {
  color: #777f8c;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

#modules-yyds_links {
  margin-bottom: 20px;
}

#modules-yyds_links.container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  #modules-yyds_layout {
    display: block;
  }

  #modules-yyds_layout > .main {
    width: 100%;
  }

  #modules-yyds_layout > .sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  body.home {
    background: #fff;
  }

  #modules-yyds_layout {
    padding-left: 15px;
    padding-right: 15px;
  }

  #modules-yyds_slider {
    margin-left: 0;
    margin-right: 0;
  }

  #modules-yyds_slider .slider-wrap,
  #modules-yyds_slider .main-slider,
  #modules-yyds_slider .swiper-slide,
  #modules-yyds_slider .swiper-slide > a,
  #modules-yyds_slider .swiper-slide img {
    height: 166px;
  }

  #modules-yyds_slider .swiper-slide img {
    object-fit: fill;
  }

  #modules-yyds_slider .slide-title {
    font-size: 16px;
    line-height: 1.3;
    max-width: calc(100% - 32px);
  }

  #modules-yyds_navs .sec-panel,
  #modules-yyds_special .sec-panel,
  #modules-yyds_links .sec-panel {
    padding: 0;
  }

  #modules-yyds_navs .sec-panel-head h2 span,
  #modules-yyds_special .sec-panel-head h2 span,
  #modules-yyds_links .sec-panel-head h2 span {
    display: block;
    font-size: 26px;
    line-height: 1.2;
  }

  #modules-yyds_navs .sec-panel-head h2 small,
  #modules-yyds_special .sec-panel-head h2 small,
  #modules-yyds_links .sec-panel-head h2 small {
    display: none;
  }

  #modules-yyds_navs .list-navs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #modules-yyds_navs .navs-link {
    border-left: 0;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 78px;
    padding: 12px;
  }

  #modules-yyds_navs .navs-link:nth-child(2n) {
    border-left: 1px solid #eceff3;
  }

  #modules-yyds_navs .navs-link:nth-child(n+3) {
    border-top: 1px solid #eceff3;
  }

  #modules-yyds_special .topic-list {
    gap: 22px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #modules-yyds_special .cover-container,
  #modules-yyds_special .cover-container img {
    height: 130px;
  }

  #modules-yyds_special .topic-wrap > span {
    font-size: 24px;
  }

  #modules-yyds_tabs .mix-tabs {
    border-radius: 0;
    padding-bottom: 0;
  }

  #modules-yyds_tabs .mix-tabs > .sec-panel-head {
    border-bottom: 0;
    height: 60px;
    overflow-x: auto;
    padding: 0;
  }

  #modules-yyds_tabs .j-mix-tabs {
    gap: 38px;
    height: 60px;
    white-space: nowrap;
  }

  #modules-yyds_tabs .j-mix-tabs .tab a {
    font-size: 20px;
  }

  #modules-yyds_tabs .post-loop-default {
    padding: 0;
  }

  #modules-yyds_tabs .post-loop-default .item {
    gap: 16px;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 105px;
    padding: 18px 0;
  }

  #modules-yyds_tabs .item-img,
  #modules-yyds_tabs .item-img-inner,
  #modules-yyds_tabs .item-img-inner img {
    height: 80px;
    width: 120px;
  }

  #modules-yyds_tabs .item-category {
    display: none;
  }

  #modules-yyds_tabs .sticky-post {
    font-size: 13px;
    line-height: 24px;
  }

  #modules-yyds_tabs .item-title {
    font-size: 20px;
    line-height: 1.35;
    max-height: 54px;
    overflow: hidden;
  }

  #modules-yyds_tabs .item-excerpt {
    display: none;
  }

  #modules-yyds_tabs .item-meta {
    font-size: 16px;
  }

  #modules-yyds_links.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.yy-register-box,
.yy-register-box * {
  box-sizing: border-box;
}

.yy-register-box {
  background: #fff;
  border: 1px solid #eceff3;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 430px;
  margin: 30px auto;
  max-width: 980px;
  padding: 36px;
}

.yy-register-copy span {
  background: rgba(47, 150, 63, .1);
  border-radius: 999px;
  color: #2f963f;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 32px;
  padding: 0 14px;
}

.yy-register-copy h1 {
  color: #111827;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin: 20px 0 14px;
}

.yy-register-copy p {
  color: #555f6d;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  max-width: 470px;
}

.yy-register-alert {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  grid-column: 1 / -1;
  padding: 12px 14px;
}

.yy-register-alert p {
  margin: 0;
}

.yy-register-form {
  display: grid;
  gap: 14px;
}

.yy-register-form label {
  color: #111827;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.yy-register-form input {
  border: 1px solid #d9dee7;
  border-radius: 6px;
  color: #111827;
  font-size: 16px;
  height: 46px;
  padding: 0 12px;
  width: 100%;
}

.yy-register-form input:focus {
  border-color: #2f963f;
  box-shadow: 0 0 0 3px rgba(47, 150, 63, .12);
  outline: 0;
}

.yy-register-form button,
.yy-register-primary {
  background: #2f963f;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  height: 46px;
  line-height: 46px;
  padding: 0 22px;
  text-align: center;
}

.yy-register-form button:hover,
.yy-register-primary:hover {
  background: #247934;
  color: #fff;
}

.yy-register-login {
  color: #777f8c;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.yy-register-login a,
.yy-register-actions a {
  color: #2f963f;
}

.yy-register-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.yy-register-done {
  display: block;
}

@media (max-width: 767px) {
  .yy-register-box {
    display: block;
    margin: 12px 10px 24px;
    padding: 24px 18px;
  }

  .yy-register-copy {
    margin-bottom: 22px;
  }

  .yy-register-copy h1 {
    font-size: 30px;
  }
}

/* Homepage layout polish */
body {
  background: #f3f5f7;
  text-rendering: optimizeLegibility;
}

.header,
.navbar {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
}

.header .container,
.navbar .container,
.main .container {
  max-width: 1180px;
}

body.home #wrap {
  background: #f3f5f7;
}

#modules-yyds_layout {
  gap: 22px;
  grid-template-columns: minmax(0, 820px) 300px;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}

#modules-yyds_layout > .main {
  width: auto;
}

#modules-yyds_layout > .sidebar {
  position: sticky;
  top: 78px;
}

#modules-yyds_layout .wpcom-modules {
  margin-bottom: 18px;
}

#modules-yyds_slider .slider-wrap,
#modules-yyds_slider .main-slider {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
}

#modules-yyds_slider .slider-wrap,
#modules-yyds_slider .main-slider,
#modules-yyds_slider .swiper-slide,
#modules-yyds_slider .swiper-slide > a,
#modules-yyds_slider .swiper-slide img {
  height: 300px;
}

#modules-yyds_slider .slide-title {
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, .72));
  bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  left: 0;
  line-height: 1.35;
  padding: 44px 24px 18px;
  right: 0;
}

#modules-yyds_navs .sec-panel,
#modules-yyds_special .sec-panel,
#modules-yyds_tabs .sec-panel,
#modules-yyds_links .sec-panel,
#modules-yyds_layout .widget {
  border: 1px solid #e8edf3;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .04);
}

#modules-yyds_navs .sec-panel,
#modules-yyds_special .sec-panel,
#modules-yyds_links .sec-panel {
  padding: 20px;
}

#modules-yyds_navs .sec-panel-head,
#modules-yyds_special .sec-panel-head,
#modules-yyds_links .sec-panel-head {
  margin-bottom: 14px;
}

#modules-yyds_navs .list-navs {
  border-radius: 8px;
  overflow: hidden;
}

#modules-yyds_navs .navs-link {
  min-height: 82px;
  padding: 14px 16px;
  transition: background-color .18s ease, color .18s ease;
}

#modules-yyds_navs .navs-link:hover {
  background: #fbfcfe;
}

#modules-yyds_navs .navs-link-info h3 {
  font-size: 17px;
  font-weight: 700;
}

#modules-yyds_special .topic-list {
  gap: 18px;
}

#modules-yyds_special .cover-container,
#modules-yyds_special .cover-container img {
  height: 124px;
}

#modules-yyds_special .cover-container {
  box-shadow: inset 0 -30px 60px rgba(17, 24, 39, .12);
}

#modules-yyds_special .topic-wrap > span {
  font-weight: 800;
  margin-top: 11px;
}

#modules-yyds_tabs .mix-tabs {
  overflow: hidden;
  padding-bottom: 18px;
}

#modules-yyds_tabs .mix-tabs > .sec-panel-head {
  height: 56px;
}

#modules-yyds_tabs .j-mix-tabs {
  height: 56px;
}

#modules-yyds_tabs .j-mix-tabs .tab a {
  line-height: 54px;
}

#modules-yyds_tabs .post-loop-default .item {
  gap: 20px;
  grid-template-columns: 196px minmax(0, 1fr);
  min-height: 166px;
  padding: 20px 0;
}

#modules-yyds_tabs .item-img,
#modules-yyds_tabs .item-img-inner,
#modules-yyds_tabs .item-img-inner img {
  height: 122px;
  width: 196px;
}

#modules-yyds_tabs .item-title {
  font-size: 21px;
  line-height: 1.38;
  margin-bottom: 8px;
}

#modules-yyds_tabs .item-excerpt {
  line-height: 1.65;
  margin-bottom: 10px;
}

#modules-yyds_tabs .views::before,
.yy-views::before {
  content: "";
}

#modules-yyds_tabs .j-mix-tabs-more {
  border-radius: 8px;
  font-weight: 800;
  height: 44px;
  line-height: 42px;
  max-width: 260px;
}

#modules-yyds_tabs .j-mix-tabs-more:hover {
  background: #2f963f;
  color: #fff;
}

#modules-yyds_layout .widget {
  overflow: hidden;
  padding: 18px;
}

#modules-yyds_layout .widget_search {
  height: auto;
  padding: 14px;
}

#modules-yyds_layout .widget_search input {
  border-radius: 6px 0 0 6px;
}

#modules-yyds_layout .widget_search button,
#modules-yyds_layout .widget_search input[type="submit"] {
  border-radius: 0 6px 6px 0;
}

.yy-widget-banner {
  margin: -18px;
  min-height: 112px;
  padding: 22px 18px;
}

#modules-yyds_layout .yy-hot-list li {
  min-height: 66px;
  padding: 10px 0;
}

#modules-yyds_links.container {
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  margin-top: 8px;
}

@media (max-width: 1190px) {
  #modules-yyds_layout,
  #modules-yyds_links.container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  #modules-yyds_layout {
    max-width: 760px;
  }

  #modules-yyds_layout > .sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  body,
  body.home #wrap {
    background: #fff;
  }

  .header,
  .navbar {
    position: sticky;
    top: 0;
    z-index: 99;
  }

  #modules-yyds_layout,
  #modules-yyds_links.container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  #modules-yyds_layout .wpcom-modules {
    margin-bottom: 18px;
  }

  #modules-yyds_slider .slider-wrap,
  #modules-yyds_slider .main-slider {
    border-radius: 0;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }

  #modules-yyds_slider .slider-wrap,
  #modules-yyds_slider .main-slider,
  #modules-yyds_slider .swiper-slide,
  #modules-yyds_slider .swiper-slide > a,
  #modules-yyds_slider .swiper-slide img {
    height: 178px;
  }

  #modules-yyds_slider .slide-title {
    font-size: 15px;
    padding: 38px 18px 14px;
  }

  #modules-yyds_navs .sec-panel,
  #modules-yyds_special .sec-panel,
  #modules-yyds_links .sec-panel,
  #modules-yyds_tabs .sec-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #modules-yyds_navs .sec-panel,
  #modules-yyds_special .sec-panel,
  #modules-yyds_links .sec-panel {
    padding: 0;
  }

  #modules-yyds_navs .sec-panel-head,
  #modules-yyds_special .sec-panel-head,
  #modules-yyds_links .sec-panel-head {
    margin-bottom: 12px;
  }

  #modules-yyds_navs .list-navs {
    border-radius: 8px;
  }

  #modules-yyds_navs .navs-link {
    min-height: 72px;
    padding: 12px;
  }

  #modules-yyds_navs .navs-link-info h3 {
    font-size: 16px;
  }

  #modules-yyds_special .topic-list {
    gap: 18px 14px;
  }

  #modules-yyds_special .cover-container,
  #modules-yyds_special .cover-container img {
    height: auto;
    aspect-ratio: 1.35 / 1;
  }

  #modules-yyds_special .topic-wrap > span {
    font-size: 22px;
  }

  #modules-yyds_tabs .mix-tabs {
    border-radius: 0;
    padding-bottom: 0;
  }

  #modules-yyds_tabs .mix-tabs > .sec-panel-head {
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    padding: 0;
  }

  #modules-yyds_tabs .j-mix-tabs {
    gap: 30px;
    height: 56px;
    white-space: nowrap;
  }

  #modules-yyds_tabs .j-mix-tabs .tab a {
    font-size: 19px;
    line-height: 54px;
  }

  #modules-yyds_tabs .post-loop-default {
    padding: 0;
  }

  #modules-yyds_tabs .post-loop-default .item {
    gap: 14px;
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 98px;
    padding: 15px 0;
  }

  #modules-yyds_tabs .item-img,
  #modules-yyds_tabs .item-img-inner,
  #modules-yyds_tabs .item-img-inner img {
    height: 76px;
    width: 106px;
  }

  #modules-yyds_tabs .item-title {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 4px;
    max-height: none;
  }

  #modules-yyds_tabs .item-meta {
    font-size: 13px;
  }

  #modules-yyds_tabs .j-mix-tabs-more {
    margin-top: 22px;
    width: calc(100% - 48px);
  }
}
:root{--theme-color: #0f8f8c; --thumb-ratio-default: 480 / 320; --thumb-ratio-post: 480 / 300;}