/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #content-1450 {
    padding: var(--sectionPadding);
  }
  #content-1450 .cs-container {
    width: 100%;
    max-width: 51.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sectionGap);
  }
  #content-1450 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content-1450 .cs-title,
  #content-1450 .cs-text {
    max-width: 100%;
  }
}

/*-- -------------------------- -->
<---        In The News         -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #social-547 {
    padding: var(--sectionPadding);
    padding-top: 2rem;
  }
  #social-547 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  /* ---- Sidebar ---- */
  #social-547 .cs-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  #social-547 .cs-content .cs-title {
    font-size: 0.6875rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primaryDark);
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--lineColor);
    width: 100%;
  }
  #social-547 .cs-filter-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    justify-content: flex-start;
  }
  #social-547 .cs-filter-wrapper a {
    font-size: 0.875rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    color: var(--bodyTextColor);
    opacity: 0.65;
    padding: 0.4rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.2s, background-color 0.2s, color 0.2s;
    text-align: left;
    text-decoration: none;
    display: block;
    border: none !important;
  }
  #social-547 .cs-filter-wrapper a:hover {
    opacity: 1;
    background-color: var(--secondary);
  }
  #social-547 .cs-filter-wrapper a.active {
    opacity: 1;
    background-color: var(--secondary);
    color: var(--secondaryDark);
    font-weight: 600;
  }

  /* ---- Year group title ---- */
  #social-547 .cs-title-card-wrapper > .cs-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 400;
    font-style: italic;
    color: var(--bodyTextColor);
    opacity: 0.5;
    margin: 2.5rem 0 1.25rem 0;
    white-space: nowrap;
  }
  #social-547 .cs-title-card-wrapper > .cs-title:first-child {
    margin-top: 0;
  }

  /* ---- Card grid ---- */
  #social-547 .cs-card-group {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  /* ---- Card ---- */
  #social-547 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: var(--boxCardShadow);
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }
  #social-547 .cs-item:hover {
    box-shadow: 0 4px 24px rgba(43, 58, 50, 0.12);
    transform: translateY(-2px);
  }

  /* ---- Gallery / image strip ---- */
  .cs-gallery {
    position: relative;
    width: 100%;
    height: 2.75rem;
    overflow: hidden;
    background: var(--secondary);
    border-bottom: 1px solid var(--lineColor);
  }
  .cs-slide {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .cs-slide img,
  .enlargeable-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0.4;
    filter: saturate(0.6);
    cursor: zoom-in;
    transition: opacity 0.35s ease, filter 0.35s ease, transform 0.5s ease;
    border-radius: 0;
  }
  #social-547 .cs-item:hover .cs-slide img,
  #social-547 .cs-item:hover .enlargeable-image {
    opacity: 0.6;
    filter: saturate(0.9);
  }

  /* Hide prev/next on the narrow strip — not useful at 2.75rem */
  .prev-btn, .next-btn { display: none; }

  /* ---- Card body ---- */
  #social-547 .cs-flex-group {
    padding: 1.25rem 1.25rem 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .card-image-line { display: none; }

  /* ---- Title ---- */
  #social-547 .cs-name {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--headerColor);
    display: block;
    margin-bottom: 0.1rem;
  }

  /* ---- Date / Outlet ---- */
  #social-547 .cs-timeline {
    font-size: 0.8125rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: var(--bodyTextColor);
    opacity: 0.65;
    display: block;
    text-align: left;
    margin: 0;
  }

  /* ---- Description ---- */
  #social-547 .cs-desc {
    font-size: 0.75rem;
    line-height: 1.65;
    color: var(--bodyTextColor);
    opacity: 0.72;
    display: block;
    max-height: calc(1.65em * 4.5);
    overflow: hidden;
    position: relative;
    margin-top: 0.2rem;
  }
  #social-547 .cs-desc.show-more {
    overflow: visible;
    max-height: none;
  }
  #social-547 .read-more-btn {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primaryDark);
    cursor: pointer;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-top: 0.15rem;
    transition: opacity 0.2s;
    background: none;
    border: none;
    padding: 0;
  }
  #social-547 .read-more-btn:hover { opacity: 0.7; }

  /* ---- Divider inside card ---- */
  #social-547 .cs-flex-group .line {
    width: 100% !important;
    max-width: unset !important;
    margin: 0.5rem 0 !important;
    opacity: 0.45;
  }

  /* ---- Social / link icons ---- */
  #social-547 .cs-item-social {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.1rem;
  }
  #social-547 .cs-item-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 0.65;
    transition: opacity 0.2s, background-color 0.2s;
    flex-shrink: 0;
  }
  #social-547 .cs-item-social a:hover {
    opacity: 1;
    background-color: var(--primaryLight);
  }
  #social-547 .cs-item-social a img {
    width: 0.875rem;
    height: 0.875rem;
    object-fit: contain;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #social-547 .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #social-547 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: flex-start;
  }
  #social-547 .cs-content {
    width: 18%;
    min-width: 13rem;
    align-items: flex-start;
    position: sticky;
    top: 6.5em;
    flex-shrink: 0;
  }
  #social-547 .cs-card-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*-- -------------------------- -->
<---        Lightbox            -->
<--- -------------------------- -*/
#image-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(27, 38, 32, 0.92);
  z-index: 9999;
  padding: 2rem;
  box-sizing: border-box;
  cursor: zoom-out;
  backdrop-filter: blur(6px);
  animation: modalFadeIn 0.25s ease;
}
@keyframes modalFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
#image-modal .modal-content {
  max-width: min(90vw, 1000px);
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
  animation: modalImgIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes modalImgIn {
  from { transform: scale(0.92); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.modal-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-family: 'Figtree', sans-serif;
  font-size: 0.8125rem;
  text-align: center;
}