:root {
      --bg: #f5f7fa;
      --card-bg: #fff;
      --card-border: #dee2e6;
      --text: #1f2937;
      --primary: #f3acb8;
      --primary-soft: #ffd9ee96;
      --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.05);
      --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.5;
    }

    a { color: inherit; text-decoration: none; }
    
    .list-gallery-category {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 48px 5%;
    }
    .text-upper{
      text-transform: uppercase;
    }
    .list-gallery-category .text-center { text-align: center; }
    .list-gallery-category .mb-4 { margin-bottom: 24px; }

    .list-gallery-category h2 {
      margin: 0;
      font-size: 28px;
      letter-spacing: -0.01em;
    }

    .list-gallery-category .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
    }

    .list-gallery-category .gallery-item-2025 {
      border: 1px solid var(--card-border);
      border-radius: 8px;
      overflow: hidden;
      background: var(--card-bg);
      box-shadow: var(--shadow-sm);
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .list-gallery-category .gallery-item-2025:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-md);
    }

    .list-gallery-category .ratio-2x3 {
      position: relative;
      width: 100%;
      padding-bottom: 150%;
      background: #f8f9fa;
    }

    .list-gallery-category .ratio-2x3 img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .list-gallery-category .ratio-2x3::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: translateX(-120%);
      pointer-events: none;
    }

    .list-gallery-category .gallery-item-2025:hover .ratio-2x3::after {
      animation: sweep 0.9s ease forwards;
    }

    @keyframes sweep {
      from { transform: translateX(-120%); }
      to { transform: translateX(120%); }
    }

    .list-gallery-category .card-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      gap: 12px;
    }

    .list-gallery-category .title { font-weight: 600; font-size: 18px; }

    .list-gallery-category .title-truncate {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      text-align: center;
      text-transform: uppercase;
    }

    .list-gallery-category .mt-auto { margin-top: auto; }

    .list-gallery-category .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 6px;
      font-weight: 600;
      border: 1px solid transparent;
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
      text-align: center;
      width: 100%;
    }

    .list-gallery-category .btn-outline-primary {
      color: var(--primary);
      border-color: var(--primary);
      background: transparent;
    }

    .list-gallery-category .btn-outline-primary:hover {
      background: var(--primary-soft);
      box-shadow: var(--shadow-sm);
      transform: translateY(-1px);
    }

    @media (min-width: 768px) {
      .list-gallery-category { padding: 64px 5%; }
      .list-gallery-category h2 { font-size: 32px; }
    }

    @media (min-width: 1024px) {
      /* limit to max 4 cards per row on large screens */
      .list-gallery-category .gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    @media (min-width: 1200px) {
      .list-gallery-category h2 { font-size: 34px; }
    }

    
.content-detail-article {
  margin-bottom: 0.5em;
}
.new-navigation {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
    }
    .new-nav>li{
      margin: 0;
    }
    .new-nav {
      margin-bottom: 0;
      list-style: none;
      padding: 0;
      width: 100%;
      position: relative;
      display: inline-block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: space-around;
      justify-content: space-evenly;
    }
    .hide-for-medium-new {
      display: inline-block !important;
    }
    @media (min-width: 1370px) {
    [data-show="show-for-medium-new"],
      .show-for-medium-new {
        display: none !important;
      }
    }
    @media (max-width: 1369px) {
      [data-show="hide-for-medium-new"],
      .hide-for-medium-new {
        display: none !important;
      }
    }
    @media (min-width: 1700px) {
      .new-navigation{padding: 0 5%;}
    }
    @media (min-width: 1900px) {
      .new-navigation{padding: 0 10%;}
    }
    @media (min-width: 2200px) {
      .new-navigation{padding: 0 15%;}
    }
    @media (min-width: 2700px) {
      .new-navigation{padding: 0 20%;}
    }
    #content{
      min-height: 47vh;
    }
    .fontz-icon-media{
      font-size: 17px!important;
    }