.elementor-kit-5136{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#5872B3;--e-global-color-text:#7A7A7A;--e-global-color-accent:#415FAA;--e-global-color-75d60b0b:#5872B3;--e-global-color-3dfc25f6:#23A455;--e-global-color-51eed771:#000;--e-global-color-65040867:#FFF;--e-global-typography-primary-font-family:"freight-sans-pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"freight-sans-pro";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"freight-sans-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"freight-sans-pro";--e-global-typography-accent-font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5136 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.mla-report-gallery {
    font-family:'freight-sans-pro';
}

/* =============================
   Featured Report (Top Block)
============================= */
.featured-report {
  gap: 24px;
  margin-bottom: 20px;
}

.featured-report .mla-report-card {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
}

.featured-report .mla-report-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-report .mla-report-image {
  width:30%;
  position: relative;
}

.featured-report .mla-report-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-report .mla-report-content h3 {
  font-size: 1.2rem; /* ~19px */
  margin: 0 0 6px 0;
  font-weight: 600;
  line-height: 1.3;
}

.featured-report .mla-report-meta {
  font-size: 0.8rem;
  color: #767676;
  margin-bottom: 6px;
}

.featured-report .mla-report-caption, .featured-report .mla-report-description {
  font-size: .875em;
  line-height: 1.3;
  margin-block-start: 0;
}

.featured-report .mla-report-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}

.featured-report .mla-report-link:hover {
  color: #005177;
}

/* ============================
   Grid Report Cards (Bottom)
============================= */
.grid-report {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default: 4 columns */
  gap: 24px;
}

.grid-report .mla-report-card {
  display: flex;
  flex-direction: column;
  border: none;
  padding-bottom: 0;
  margin-bottom: 12px;
  min-width: 0;
}

.grid-report .mla-report-image img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.grid-report .mla-report-content h3 {
  font-size: 0.875rem; /* ~14px */
  font-weight: 600;
  margin: 6px 0 4px;
  line-height: 1.3;
}

.grid-report .mla-report-meta {
  font-size: 0.6875rem; /* ~11px */
  color: #767676;
  margin-bottom: 4px;
}

.grid-report .mla-report-caption, .grid-report .mla-report-description {
  font-size: 0.75rem; /* ~12px */
  line-height: 1.4;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.grid-report .mla-report-link {
  font-size: 0.7rem;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}

.grid-report .mla-report-link:hover {
  color: #005177;
}

/* =============================
   Responsive: Featured Report
============================= */

/* Stack featured image under text on all screens ≤ 1023px */
@media (max-width: 1023px) {
  .featured-report .mla-report-card {
    flex-direction: column;
    gap: 16px;
  }

  .featured-report .mla-report-image {
    width: 100%;
  }

  .featured-report .mla-report-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .featured-report .mla-report-content {
    padding: 0;
  }
}

/* =============================
   Responsive: Grid Columns
============================= */

/* Tablets and small desktops: 2 columns */
@media (max-width: 1023px) {
  .grid-report {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Phones: 1 column */
@media (max-width: 600px) {
  .grid-report {
    grid-template-columns: 1fr;
  }
}

/* =============================
   Publications List Layout
============================= */

/* Wrapper for entire list */
.mla-publication-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 0;
}

/* Each individual card */
.mla-publication-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  align-items: flex-start;
}

/* Thumbnail */
.mla-publication-thumbnail {
  flex-shrink: 0;
  width: 110px;
  display: block;
  border: 1px solid #d5d5d5;
}

.mla-publication-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

/* Text Content */
.mla-publication-content {
  flex: 1;
  font-family: 'freight-sans-pro', serif;
  font-size: 18px;
  line-height:1.5
}

.mla-publication-title {
  font-size: 0.875rem;
  margin: 0 0 4px;
  font-weight: 600;
  line-height: 1.2;
}

.mla-publication-title a {
    color: black;
}

.mla-publication-date {
  font-size: 0.75rem;
  color: #767676;
  margin-bottom: 6px;
}

.mla-publication-caption, .mla-publication-description {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.mla-publication-readmore {
  margin-top: 6px;
}

.mla-readmore-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}

.mla-readmore-link:hover {
  color: #005177;
}

/* ========================
  Publications List Form 
===========================*/

/* Base font size for form */
.search-publications-form,
.search-publications-form select,
.search-publications-form input,
.search-publications-form label,
.search-publications-form button {
  font-size: 0.75rem;
  font-family: 'freight-sans-pro';
}

/* Container + Divider */
.search-publications-form {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
}

/* Search bar row */
.mla-searchbar-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items:flex-end;
}

/* Search input */
.mla-search-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.85rem;
  height: 43px;
}

/* Search button */
.mla-search-button {
  background-color: #1d2a50;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 43px;
}

.mla-search-button:hover {
  background-color: #3b4d7a;
}

/* Filter Rows */
.mla-filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}

/* Filter block (label + input) */
.mla-field-group {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
}

/* Label styling */
.mla-field-group label {
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: #111;
}

/* Input/select styles */
.mla-field-group select,
.mla-field-group input[type="text"] {
  height: 40px;
  padding: 8px 12px;
  font-size: 0.85rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.2;
  vertical-align: middle;
}

/* Dropdown styling and alignment fix */
.mla-field-group select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Safari-only alignment fix */
@supports (-webkit-appearance: none) {
  .mla-field-group select {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
  }
}

/* === Date Row Layout Fix === */

/* Date row layout */
.mla-filters-row.dates-row {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: nowrap;
}

/* Container for both date inputs */
.mla-dates-container {
  display: flex;
  gap: 20px;
  flex: 2; /* 2/3 of the row */
}

/* Individual date input */
.mla-dates-container .mla-field-group {
  flex: 1;
  max-width: 100%;
}

/* Reset link container takes 1/3 */
.mla-reset-container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  padding-bottom: 6px;
}

/* Reset link style */
.mla-reset-link {
  cursor: pointer;
  font-size: 0.8rem;
  color: #0073aa;
  text-decoration: none;
}

.mla-reset-link:hover {
  text-decoration: underline;
}

/* Responsive - Stack vertically on smaller screens */
@media (max-width: 768px) {
  .mla-filters-row,
  .mla-searchbar-row,
  .mla-dates-container {
    flex-direction: column;
  }

  .mla-reset-container {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 8px;
  }
  
  .mla-filters-row.dates-row {
    flex-direction: column;
    align-items: stretch;
  }

  .mla-dates-container {
    flex-direction: column;
    flex: 1;
    width: 100%;
    gap: 0;
  }

  .mla-dates-container .mla-field-group {
    max-width: 100%;
    width: 100%;
  }

  .mla-reset-container {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
  }
}

/* Center the pagination container */
.mla-pagination-container {
  text-align: center;
  margin: 20px;
  font-family: 'freight-sans-pro';
  font-size: 18px;
}

/* Style the pagination buttons (from earlier) */
.mla-pagination-container .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #005ea2;
  background-color: #fff;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.mla-pagination-container .page-numbers:hover {
  background-color: #005ea2;
  color: white;
}

.mla-pagination-container .page-numbers.current {
  background-color: #005ea2;
  color: white;
  font-weight: bold;
  pointer-events: none;
}

.mla-pagination-container .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}/* End custom CSS */