  .search-section {
      min-height: clamp(150px, 20vh, 300px);
      display: flex;
      flex-direction: column;
      align-items: center;
      background: url('/images/research-index-bg.png') center center no-repeat;
      background-size: cover;
      padding: 32px 0 32px 0;
      margin-bottom: 64px;
  }

  .search-title {
      color: #fff;
      display: flex;
      align-items: center;
  }

  .search-section h2 {
      font-size: 2rem;
      color: #fff;
      margin-bottom: 28px;
  }

  .search-form {
      display: flex;
      max-width: 800px;
      width: 50%;
      background: #fafafa;
      border: 1px solid #d1d1d1;
      border-radius: 8px;
      overflow: hidden;
  }

  .search-form input[type="text"] {
      flex: 1;
      border: none;
      padding: 13px 16px;
      font-size: 1rem;
      color: #495057;
      background: transparent;
  }

  .search-form input[type="text"]:focus {
      outline: 1px solid #84c100;
      outline-offset: -1px;
      border-radius: 8px 0 0 8px;
  }

  .search-form button {
      background: #558032;
      color: #fff;
      border: none;
      padding: 13px 24px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 0 8px 8px 0;
      transition: background 0.2s;
  }

  .search-form button:hover {
      background: #6ba900;
  }

  /* Research Reports Section Styles */
  .section-reports {
      padding: 32px 0 32px 0;
  }

  .breadcrumb {
      background: transparent;
      padding-left: 0;
      margin-bottom: 10px;
      font-size: 14px;
      color: #666;
  }

  .breadcrumb a {
      color: #666;
  }

  .breadcrumb>.active {
      color: #333;
  }

  .section-title {
      color: #333;
      margin-top: 0;
      padding-bottom: 20px;
      border-bottom: 5px solid #84c100;
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 16px;
  }

  /* Large Report Card */
  .report-card-large {
      background: #fff;
      transition: all 0.3s ease;
      padding: 30px 0px;
      border-bottom: 1px solid #d1d1d1;
      display: block;
      text-decoration: none;
      height: 100%;
      flex-direction: column;
  }

  .report-card-large:hover,
  .report-card-large:focus {
      text-decoration: none;
  }

  .report-card-large .card-title {
      color: #3d3d3d;
      transition: color 0.3s ease;
      cursor: pointer;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .report-card-large:hover .card-title {
      color: #84c100;
  }

  .report-card-large .card-img {
      overflow: hidden;
      border-radius: 4px;
      margin-bottom: 15px;
  }

  .report-card-large .card-img img {
      transition: transform 0.3s ease;
      width: 100%;
      background: #f5f5f5;
      min-height: 200px;
  }

  .report-card-large:hover .card-img img {
      transform: scale(1.05);
  }



  .report-card-large .card-meta {
      font-size: 0.875rem;
      color: #666;
      margin-bottom: 10px;
  }

  .report-card-large .card-desc {
      color: #6d6d6d;
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: 400;
      margin-bottom: 0px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      flex-grow: 1;
  }

  /* Small Report Card */
  .report-card-small {
      padding: 30px 0px;
      background: #fff;
      transition: all 0.3s ease;
      align-items: flex-start;
      border-bottom: 1px solid #d1d1d1;
      /* margin-bottom: 12px; */
      display: flex;
      text-decoration: none;
  }

  .item-small-2 .report-card-small:last-child {
      border-bottom: none;
  }

  .report-card-small:hover,
  .report-card-small:focus {
      text-decoration: none;
  }

  .report-card-small .card-title {
      margin-bottom: 5px;
      color: #3d3d3d;
      transition: color 0.3s ease;
      cursor: pointer;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.5;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .report-card-small:hover .card-title {
      color: #84c100;
  }

  .report-card-small .card-img {
      overflow: hidden;
      border-radius: 4px;
      flex: 0 0 200px;
      max-width: 200px;
      margin-right: 15px;
  }

  .report-card-small .card-img img {
      transition: transform 0.3s ease;
  }

  .report-card-small:hover .card-img img {
      transform: scale(1.05);
      width: 100%;
      height: auto;
      background: #f5f5f5;
  }



  .report-card-small .card-meta {
      font-size: 0.875rem;
      color: #666;
      margin-bottom: 8px;
  }

  .report-card-small .card-desc {
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 400;
      color: #6d6d6d;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  /* Sidebar Directory */
  .sidebar-title {
      padding-bottom: 20px;
      border-bottom: 4px solid #d1d1d1;
  }

  .sidebar-box {
      background: #fff;
  }

  .sidebar-directory li {
      transition: all 0.3s ease;
      cursor: pointer;
      border: 1px solid #eee;
      border-radius: 4px;
      padding: 20px;
  }

  .sidebar-directory li:hover {
      background: #f9f9f9;
      border-color: #84c100 !important;
  }

  .sidebar-directory li:hover div {
      color: #84c100;
  }

  .sidebar-directory div {
      font-size: 1rem;
  }

  /* Research Report Grid Layout */
  .research-report-grid {
      display: flex;
      flex-direction: column;
      margin-bottom: 70px;
  }

  .report-large-wrapper {
      margin-bottom: 20px;
  }

  .report-small-group {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }


  /* Mobile Order: Large 1, Large 2, Small 1, Small 2 */
  .item-large-1 {
      order: 1;
  }

  .item-large-2 {
      order: 2;
  }



  .item-small-1 {
      order: 3;
  }

  .item-small-2 {
      order: 4;
  }

  /* Utility Classes */
  .padding-20 {
      padding: 20px;
  }

  .d-flex {
      display: flex;
  }

  .padding-x-report {
      padding-left: 64px;
      padding-right: 64px;
  }

  /* ========================================
     MEDIA QUERIES
     ======================================== */

  /* Desktop Large: 992px and up */
  @media (min-width: 992px) {



      .research-report-grid {
          display: grid;
          grid-template-columns: 5fr 7fr;
          column-gap: 30px;
          row-gap: 0;
          grid-template-areas:
              "large1 small1"
              "large2 small2";
      }

      .item-large-2 .report-card-large {
          border-bottom: none;
      }

      /* Reset order for Grid Layout */
      .item-large-1,
      .item-large-2,
      .item-small-1,
      .item-small-2 {
          order: 0;
      }

      .item-large-1 {
          grid-area: large1;
          margin-bottom: 0;
      }

      .item-small-1 {
          grid-area: small1;
      }

      .item-large-2 {
          grid-area: large2;
          margin-bottom: 0;
      }

      .item-small-2 {
          grid-area: small2;
      }

      .report-card-large {
          margin-bottom: 0;
      }

      .report-card-large .card-desc {

          min-height: calc(1.1rem * 1.6 * 2);

      }

      /* Ensure small cards fill the height evenly */
      .report-small-group .report-card-small {
          flex: 1;
          /* margin-bottom: 15px; */
      }

      .report-small-group .report-card-small:last-child {
          margin-bottom: 0;
      }
  }

  /* Desktop Medium: 991px - 1400px */
  @media screen and (min-width: 991px) and (max-width: 1400px) {

      .search-section {
          margin-bottom: 48px;
      }

      .report-card-large .card-title {
          font-size: 1.2rem !important;
      }

      .report-card-small .card-title {
          font-size: 1.125rem !important;
          margin-bottom: 5px;
      }

      .report-card-small .card-img {
          flex: 0 0 180px;
          max-width: 180px;
      }

      .report-card-small .card-desc {
          font-size: 14px;
      }

      .sidebar-directory div {
          font-size: 0.875rem;
      }

      .research-report-grid {
          grid-gap: 12px;
      }
  }

  /* Tablet: max-width 991px */
  @media screen and (max-width: 991px) {

      .search-section {
          margin-bottom: 32px;
      }

      .padding-x-report {
          padding-left: 32px;
          padding-right: 32px;
      }

      .search-form {
          width: 90%;
      }
  }



  /* Mobile Large: max-width 767px */
  @media (max-width: 767px) {
      .section-title {

          margin-bottom: 0px;
      }

      .report-large-wrapper {
          margin-bottom: 0px;
      }

      .report-card-large {
          padding: 32px 0;
      }

      .report-card-small {
          flex-direction: column;
          padding: 32px 0;

      }

      .report-card-small .card-img {
          margin-right: 0;
          margin-bottom: 15px;
          max-width: 100% !important;
          width: 100%;
          flex: 0 0 auto !important;
      }

      .report-card-small .card-img img {
          width: 100%;
          /* margin-bottom: 12px; */
      }

      .report-card-small .card-title {
          font-size: 1.5rem;
          line-height: 1.3;
          margin-bottom: 15px;
      }

      .report-card-small .card-meta {
          margin-bottom: 10px;
      }

      .report-card-small .card-desc {
          font-size: 1rem;
          line-height: 1.6;
          font-weight: 400;
          margin-bottom: 0px;
      }
  }

  /* Mobile Medium: max-width 600px */
  @media screen and (max-width: 600px) {
      .search-section h2 {
          font-size: 1.5rem;
      }
  }

  /* Mobile Small: max-width 575px */
  @media (max-width: 575px) {

      .report-card-large .card-title,
      .report-card-small .card-title {
          -webkit-line-clamp: 3;
      }

      .report-card-large .card-desc,
      .report-card-small .card-desc {
          -webkit-line-clamp: 3;
      }
  }