﻿.single-news-page-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-none, 0px);
  align-self: stretch;
  padding-top: 80px;
  /* overflow-x: hidden; */
}
.single-news-deco {
  position: relative;
}
.single-news-deco img {
  width: 1146.215px;
  height: 758.018px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translateX(100vw) translateY(-2vh);
  pointer-events: none;
}
.single-news-container {
  display: flex;
  padding: var(--spacing-7xl, 64px) var(--spacing-7xl, 64px)
    var(--spacing-7xl, 64px) var(--spacing-9xl, 96px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-5xl, 40px);
  flex: 1 0 0;
}
.single-news-leading-text-container {
  display: flex;
  padding: 0px var(--container-padding-desktop, 32px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
}
.single-news-leading-text-wrapper {
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
}
.single-news-leading-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.single-news-leading-text-box p:first-child {
  align-self: stretch;
  color: var(--colors-text-text-primary-900, #101828);
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 48px;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.single-news-leading-text-box p:nth-child(2) {
  align-self: stretch;
  color: #475467;
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.single-news-leading-img-container {
  display: flex;
  padding: 0px var(--spacing-none, 0px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  align-self: stretch;
}
.single-news-leading-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-6xl, 48px);
  align-self: stretch;
}
.single-news-leading-img-wrapper img {
  height: 560px;
  object-fit: cover;
  display: block;
  width: 1143px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.single-news-main-content-container {
  display: flex;
  max-width: var(--container-max-width-desktop, 1280px);
  padding: 0px var(--spacing-none, 0px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  align-self: stretch;
}
.single-news-main-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-6xl, 48px);
  align-self: stretch;
}
.single-news-main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.categories-date-action-btn-box {
  display: flex;
  padding: var(--spacing-xl, 16px) 0px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
  border-top: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
}
.categories-date-box {
  display: flex;
  align-items: center;
  gap: var(--spacing-md, 8px);
}
.categories-date-box .category {
  display: flex;
  cursor: pointer;
  padding: 4px 12px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  color: #344054;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.categories-date-box .date {
  color: #475467;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.action-btn-box {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
}
.action-btn-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl, 16px);
}
.action-btn {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  cursor: pointer;
}
.action-btn img {
  width: 20px;
  height: 20px;
}

.single-news-leading-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.single-news-leading-summary p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.single-news-main-content .divider {
  margin: 32px 0;
  height: 2px;
  align-self: stretch;
  background-color: #eaecf0;
}
.single-news-title {
  padding: 40px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.single-news-title:not(:first-child) {
  padding: 32px 0 16px 0;
}
.single-news-title p {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 30px;
  font-style: normal;
  line-height: 38px;
}
.single-news-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.single-news-desc p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-news-comp-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin: 40px 0px;
}
.single-news-comp-img img {
  height: 720px;
  object-fit: cover;
  display: block;
  width: 1143px;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}
.single-news-conclusion-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 48px;
}
.single-news-conclusion-wrapper {
  display: flex;
  padding: var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--radius-2xl, 16px);
  background: var(--Colors-Background-bg-secondary, #f9fafb);
}
.single-news-conclusion-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding-bottom: 20px;
}
.single-news-conclusion-header p {
  align-self: stretch;
  color: var(--colors-text-text-primary-900, #101828);

  font-family: "MavenPro-SemiBold";
  font-size: 30px;
  font-style: normal;
  line-height: 38px;
}
.single-news-conclusion-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.single-news-conclusion-desc p {
  align-self: stretch;
  color: var(--colors-text-text-tertiary-600, #475467);

  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-news-conclusion-desc p:not(:first-child) {
  margin-top: 15px;
}
.single-news-slider-container {
  display: flex;
  width: 1143px;
  max-width: var(--container-max-width-desktop, 100%);
  padding: 0 var(--spacing-none, 0);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
}

#news-slider li img {
  height: 240px;
  object-fit: cover;
  display: block;
  width: 330px;
  border-radius: 16px;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
}
#news-slider .splide__pagination__page {
  background: #006ca660;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
#news-slider .splide__pagination__page.is-active {
  background: #006ca6;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.news-right-side {
  position: sticky;
  top: 40px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  align-self: flex-start;
  display: flex;
  width: 617px;
  padding: 0px var(--spacing-none, 0px);
  align-items: flex-start;
  gap: var(--spacing-none, 0px);
  align-self: stretch;
  border-radius: var(--radius-none, 0px);
  border-left: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  background: rgba(255, 255, 255, 0.3);
}
.news-right-side-wrapper {
  display: flex;
  padding: var(--spacing-4xl, 64px) var(--spacing-none, 0px);
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--radius-none, 0px);
}
.related-news-camps-vids-box {
  display: flex;
  padding: 0px var(--spacing-none, 0px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  flex: 1 0 0;
}
.related-news-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.related-news-section-header {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.related-news-section-header p {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.related-news-cards-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.related-news-cards-wrapper {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px) var(--container-padding-mobile, 16px)
    var(--spacing-4xl, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
.related-news-cards-box {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
  position: relative;
}

.related-news-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #d0d5dd;
}
.related-news-card .card-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
}
.related-news-card .card-content-wrapper img {
  height: 156px;
  object-fit: cover;
  display: block;
  width: 180px;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}
.related-news-card .card-content-wrapper .text-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-md, 8px);
  flex: 1 0 0;
}
.related-news-card .card-content-wrapper .text-content-box .tag-date-box {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl, 16px);
}
.related-news-card .card-content-wrapper .text-content-box .tag-date-box .tag {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  border-radius: 13791.725px;
  border: 1.429px solid #eaecf0;
  background: #f9fafb;
  color: #344054;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 16.143px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.714px; /* 150% */
}
.related-news-card .card-content-wrapper .text-content-box .tag-date-box .date {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.related-news-card
  .card-content-wrapper
  .text-content-box
  .tag-date-box
  .date
  img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.related-news-card
  .card-content-wrapper
  .text-content-box
  .tag-date-box
  .date
  p {
  color: var(--colors-text-text-tertiary-600, #475467);

  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.related-news-card .card-content-wrapper .text-content-box .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}
.related-news-card .card-content-wrapper .text-content-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--colors-text-text-tertiary-600, #475467);
  text-overflow: ellipsis;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.related-news-view-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 0px;
  color: #475467;
  font-family: "MavenPro-SemiBold";
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}
.related-news-view-all-btn img {
  width: 24px;
  height: 24px;
}
.related-news-cards-container .divider,
.related-camps-cards-container .divider {
  height: 2px;
  align-self: stretch;
  background-color: #eaecf0;
}
.related-camps-container {
  display: flex;
  padding-bottom: var(--spacing-xl, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}
.related-camps-section-header {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.related-camps-section-header p {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.related-camps-cards-container {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.related-camps-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
  align-self: stretch;
}
.related-camps-cards-box {
  display: flex;
  padding: var(--spacing-none, 0px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.related-camp-card {
  display: flex;
  padding: var(--spacing-xl, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: var(--radius-2xl, 16px);
  border: 1px solid
    var(--Component-colors-Utility-Gray-utility-gray-300, #d0d5dd);
}
.related-camp-card-img-text-box {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
}

.related-camp-card-img {
  height: 132px;
  object-fit: cover;
  display: block;
  width: 180px;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}
.related-camp-card-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.related-camp-card-tag-date-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.related-camp-card-tag {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  border-radius: 13791.725px;
  border: 1.429px solid #eaecf0;
  background: #f9fafb;
  color: #344054;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 16.143px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.related-camp-card-date {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.related-camp-card-date img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.related-camp-card-date p {
  color: var(--colors-text-text-tertiary-600, #475467);
  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.related-camp-card-title {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}
.related-camp-card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--colors-text-text-tertiary-600, #475467);
  text-overflow: ellipsis;
  font-family: "MavenPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.related-camps-progress {
  display: flex;
  padding: var(--spacing-xl, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xl, 6px);
  align-self: stretch;
  border-radius: var(--radius-md, 8px);
  background: var(--Colors-Background-bg-tertiary, #fff);
}

.related-camps-percentage {
  color: var(--colors-text-text-brand-tertiary-600, #006ba6);
  text-align: center;
  font-family: "MavenPro-SemiBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}

.related-camps-progress-bar {
  position: relative;
  height: 8px;
  border-radius: 8px;
  width: 100%;
  background: white;
}

.related-camps-progress-bg {
  width: 100%;
  height: 8px;
  background: #eaecf0;
  border-radius: 9999px;
  position: absolute;
}
.related-camps-progress-fg {
  height: 8px;
  background: #006ba6;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
}

.related-camps-funding-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.related-camps-funding-info .related-camps-funding-info-item:first-child span {
  color: var(--colors-text-text-secondary-700, #344054);
  text-align: center;

  font-family: "MavenPro-SemiBold";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.related-camps-funding-info .related-camps-funding-info-item:nth-child(2) span {
  color: var(--colors-text-text-quarterary-500, #667085);
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.related-vids-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
  padding-bottom: 50px;
}
.related-vids-section-header {
  display: flex;
  padding: 0 var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.related-vids-section-header p {
  color: var(--colors-text-text-primary-900, #101828);

  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
}

.related-vids-cards-container {
  display: flex;
  padding: 0 var(--spacing-4xl, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.related-vids-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
  align-self: stretch;
}
.related-vids-cards-box {
  display: flex;
  padding: var(--spacing-none, 0);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.related-vid-card-primary {
  display: flex;
  padding: var(--spacing-3xl, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: var(--radius-2xl, 16px);
  border: 1px solid
    var(--Component-colors-Utility-Gray-utility-gray-300, #d0d5dd);
}
.related-vid-card-primary iframe {
  height: 280px;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-2xl, 16px);
}
.related-vid-card-primary .vid-card-text-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex: 1 0 0;
  gap: 16px;
  justify-content: space-between;
}
.vid-card-text-box .vid-title {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  max-height: calc(30px * 2); /* 3 lines */

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vid-action-box {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl, 16px);
}
.vid-share-action {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.vid-share-action a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #101828;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.vid-share-action img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.related-vid-secondary-cards-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.related-vid-card-secondary {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #d0d5dd;
}
.related-vid-card-secondary iframe {
  height: 216px;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-2xl, 16px);
}
.related-vid-card-secondary .vid-card-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  justify-content: space-between;
  gap: 16px;
}
.copy-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #067647;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
  font-family: "MavenPro-Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ************************************************* */

.skeleton {
  background-color: #e2e2e2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 100px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(200%);
  }
}

.skeleton-card {
  display: flex;
  width: 359.5px;
  min-width: 320px;
  flex-direction: column;
  gap: 20px;
}

.skeleton.thumbnail {
  height: 240px;
  width: 100%;
  border-radius: 16px;
}

.skeleton.tags {
  height: 24px;
  width: 60%;
  margin-top: 8px;
}

.skeleton.title {
  height: 24px;
  width: 90%;
}

.skeleton.desc {
  height: 18px;
  width: 100%;
}

@media screen and (max-width: 1728px) {
  .single-news-container {
    display: flex;
    width: 65%;
    padding: 64px 32px 64px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
  }
  .single-news-leading-text-box p:first-child {
    font-size: 2.7rem;
  }
  .single-news-leading-text-box p:nth-child(2) {
    font-size: 1.15rem;
  }
  .single-news-leading-img-container {
    width: 100%;
  }
  .single-news-leading-img-wrapper {
    width: 100%;
  }
  .single-news-leading-img-wrapper img {
    height: auto;
    width: 100%;
  }
  .single-news-comp-img img {
    height: auto;
    width: 100%;
  }
  .news-right-side {
    width: 35%;
  }
  .related-news-cards-wrapper {
    padding: 0px 16px 16px 16px;
  }
  .related-news-card .card-content-wrapper,
  .related-camp-card-img-text-box {
    gap: 16px;
  }
  .related-news-card .card-content-wrapper .text-content-box .tag-date-box,
  .related-camp-card-tag-date-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .related-news-card .card-content-wrapper .text-content-box .tag-date-box .tag,
  .related-camp-card-tag {
    padding: 2px 4px;
    font-size: 12px;
  }
  .related-news-card
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .date
    img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
  }

  .related-news-card
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .date
    p,
  .related-camp-card-date p {
    font-size: 12px;
  }
  .related-news-card .card-content-wrapper .text-content-box .title,
  .related-camp-card-title {
    font-size: 16px;
    line-height: 25px;
  }
  .related-news-card .card-content-wrapper .text-content-box .desc,
  .related-camp-card-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .related-camps-cards-container {
    padding: 0px 16px;
  }
  .related-vids-cards-container {
    padding: 0 16px;
  }
  .related-vid-secondary-cards-container {
    flex-direction: column;
  }
  .related-vid-card-secondary iframe {
    height: 280px;
  }
  .related-vid-card-secondary .vid-card-text-box {
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
}

@media screen and (max-width: 1280px) {
  .single-news-page-wrapper {
    flex-direction: column;
  }
  .single-news-container {
    display: flex;
    padding: 80px 32px 0 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
  }
  .single-news-leading-text-container {
    padding: 0px 0px;
  }
  .single-news-leading-text-box p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .single-news-leading-text-box p:nth-child(2) {
    font-size: 18px;
    line-height: 28px;
  }
  .single-news-leading-img-wrapper img {
    height: auto;
    width: 80%;
  }
  .categories-date-action-btn-box {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .categories-date-box {
    display: flex;
    align-self: stretch;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }
  .categories-date-box .date {
    display: none;
  }
  .single-news-title:not(:first-child) {
    padding: 16px 0 16px 0;
  }
  .single-news-comp-img img {
    height: auto;
    width: 80%;
  }
  .single-news-slider-container {
    width: 100%;
  }
  #news-slider li img {
    height: 280px;
    width: 100%;
  }
  .news-right-side {
    position: relative;
    top: 40px;
    height: auto;
    overflow-y: visible;
    display: flex;
    width: 100%;
    align-self: stretch;
  }
  .news-right-side-wrapper {
    width: 100%;
  }
  .related-news-camps-vids-box {
    width: 100%;
  }
  .related-news-card .card-content-wrapper,
  .related-camp-card-img-text-box {
    gap: 32px;
  }
  .related-camps-cards-container,
  .related-news-cards-wrapper,
  .related-vids-cards-container {
    padding: 0px 32px;
  }
  .related-camp-card-img-text-box {
    padding: 16px;
  }
  .related-news-card .card-content-wrapper img {
    height: auto;
    max-height: 190px;
    width: 35%;
  }
  .related-camp-card-img {
    height: auto;
    max-height: 190px;
    width: 35%;
  }
  .related-camp-card-tag-date-box {
    gap: 16px;
  }
  .related-news-card .card-content-wrapper .text-content-box .tag-date-box .tag,
  .related-camp-card-tag {
    padding: 2px 8px;
    font-size: 16.143px;
  }
  .related-news-card
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .date
    p,
  .related-camp-card-date p {
    font-size: 14px;
  }
  .related-news-card .card-content-wrapper .text-content-box .title,
  .related-camp-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .related-news-card .card-content-wrapper .text-content-box .desc,
  .related-camp-card-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .related-vids-cards-box {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .related-vid-card-secondary .vid-card-text-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .related-vid-card-primary {
    width: 33.3%;
  }
  .related-vid-card-primary .vid-card-text-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .related-vid-secondary-cards-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: row;
    width: 63.96%;
    align-self: stretch;
  }
  .related-vid-card-primary iframe,
  .related-vid-card-secondary iframe {
    min-height: 230px;
    height: auto;
    max-height: 280px;
    width: 100%;
  }
  .related-vid-card-secondary {
    min-height: 100%;
  }
  .related-news-view-all-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 542px) {
  .related-news-card {
    display: none;
  }
  .single-news-container {
    padding: 80px 16px 0 16px;
  }
  .related-news-slide {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #d0d5dd;
  }
  .single-news-leading-img-wrapper img {
    height: auto;
    width: 100%;
  }
  .single-news-comp-img img {
    height: auto;
    width: 100%;
  }
  #news-slider li img {
    height: 240px;
  }
  .related-camps-cards-container,
  .related-news-cards-wrapper,
  .related-vids-cards-container {
    padding: 0px 16px;
  }
  .related-news-slide .card-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .related-news-slide .card-content-wrapper img {
    height: auto;
    max-height: 240px;
    object-fit: cover;
    display: block;
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
  }
  .related-news-slide .card-content-wrapper .text-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md, 8px);
    flex: 1 0 0;
  }
  .related-news-slide .card-content-wrapper .text-content-box .tag-date-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl, 16px);
  }
  .related-news-slide
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .tag {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 13791.725px;
    border: 1.429px solid #eaecf0;
    background: #f9fafb;
    color: #344054;
    text-align: center;
    font-family: "MavenPro-Medium";
    font-size: 16.143px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.714px; /* 150% */
  }
  .related-news-slide
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .date {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .related-news-slide
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .date
    img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
  }
  .related-news-slide
    .card-content-wrapper
    .text-content-box
    .tag-date-box
    .date
    p {
    color: var(--colors-text-text-tertiary-600, #475467);

    font-family: "MavenPro-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .related-news-slide .card-content-wrapper .text-content-box .title {
    align-self: stretch;
    color: var(--colors-text-text-primary-900, #101828);
    font-family: "MavenPro-SemiBold";
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
  }
  .related-news-slide .card-content-wrapper .text-content-box .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--colors-text-text-tertiary-600, #475467);
    text-overflow: ellipsis;
    font-family: "MavenPro-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .related-news-cards-box .custom-arrows {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    bottom: -20%;
    left: 0px;
    width: 100%;
  }
  .related-news-cards-box .custom-arrows #custom-prev-rn,
  .related-news-cards-box .custom-arrows #custom-next-rn {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 9999px;
    border: 1px solid #d0d5dd;
    background-color: transparent;
  }
  .related-news-cards-box .custom-arrows #custom-prev-rn img,
  .related-news-cards-box .custom-arrows #custom-next-rn img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .related-camps-cards-box > .related-camp-card {
    display: none;
  }
  .related-camp-card {
    display: flex;
    width: 100%;
    padding: var(--spacing-xl, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .related-camp-card-img-text-box {
    padding: 0px;
    flex-direction: column;
  }
  .related-camp-card-img {
    height: auto;
    max-height: 240px;
    width: 100%;
  }
  .related-camp-card-tag-date-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .related-camps-progress {
    padding: 16px 0px;
  }
  .related-camps-funding-info
    .related-camps-funding-info-item:first-child
    span {
    font-family: "MavenPro-SemiBold";
    font-size: 12px;
  }
  .related-camps-funding-info
    .related-camps-funding-info-item:nth-child(2)
    span {
    font-size: 12px;
  }
  .related-camps-cards-box .custom-arrows {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    bottom: -20%;
    left: 0px;
    width: 100%;
  }
  .related-camps-cards-box .custom-arrows #custom-prev-rc,
  .related-camps-cards-box .custom-arrows #custom-next-rc {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 9999px;
    border: 1px solid #d0d5dd;
    background-color: transparent;
  }
  .related-camps-cards-box .custom-arrows #custom-prev-rc img,
  .related-camps-cards-box .custom-arrows #custom-next-rc img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .related-vid-card-primary {
    width: 100%;
  }
  .related-vid-secondary-cards-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
  }
  .related-vid-card-secondary {
    min-height: auto;
  }
  .related-vid-card-primary iframe,
  .related-vid-card-secondary iframe {
    min-height: 220px;
    height: auto;
    max-height: 240px;
    align-self: stretch;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-2xl, 16px);
  }
}
