.atlanta-template-placeholder {
  margin: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.85rem;
}

/* Desktop guardrails for the News/Eventi related cards. */
@media (min-width: 768px) {
  .atlanta-single__related {
    box-sizing: border-box;
    width: min(100% - 3rem, 1440px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .atlanta-single__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
  .atlanta-single__related-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }
  .atlanta-single__related-media {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16/10;
  }
}
/* Preserve event hero artwork proportions instead of cropping logos/posters. */
.atlanta-single__featured-media {
  height: auto;
  aspect-ratio: auto;
  background: #fff;
}

.atlanta-single__featured-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

.atlanta-single__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .atlanta-single__container {
    padding: 0 1.5rem;
  }
}

.atlanta-single__intro {
  -webkit-font-smoothing: antialiased;
  padding: 2rem 0 1.5rem;
}
@media (min-width: 768px) {
  .atlanta-single__intro {
    padding: 3rem 0 2rem;
  }
}

.atlanta-single__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  color: #6b7280;
}
.atlanta-single__breadcrumbs a {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  color: #137777;
  font-weight: 700;
  text-decoration: none;
  margin-right: auto;
  transition: color 0.3s ease;
}
.atlanta-single__breadcrumbs a:hover, .atlanta-single__breadcrumbs a:focus-visible {
  color: #dd4e41;
}
.atlanta-single__breadcrumbs strong {
  color: #353452;
  font-weight: 700;
  max-width: min(22rem, 30vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .atlanta-single__breadcrumbs strong {
    max-width: 10rem;
  }
}

.atlanta-single__intro h1 {
  max-width: 850px;
  margin: 0 0 1rem;
  color: #353452;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.atlanta-single__intro-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.atlanta-single__intro-meta > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #dd4e41;
}
.atlanta-single__intro-meta > div i {
  font-style: normal;
  color: #d1d1d8;
}
.atlanta-single__intro-meta button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #e8e8ec;
  border-radius: 999px;
  background: #fff;
  color: #137777;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.atlanta-single__intro-meta button:hover, .atlanta-single__intro-meta button:focus-visible {
  background: #f7f7f8;
  border-color: #137777;
}

.atlanta-single__intro--single_evento .atlanta-single__intro-meta > div {
  color: #dd4e41;
}

.atlanta-single__intro--single_news .atlanta-single__intro-meta > div {
  color: #137777;
}

.atlanta-single__media-section {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .atlanta-single__media-section {
    padding-bottom: 3rem;
  }
}

.atlanta-single__featured-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #1c1c26;
}
.atlanta-single__featured-media img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .atlanta-single__featured-media img {
    max-height: 520px;
  }
}
.atlanta-single__featured-media > span {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #353452;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.atlanta-single__body {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #353452;
}
@media (min-width: 768px) {
  .atlanta-single__body {
    padding: 0 1.5rem 4rem;
    font-size: 1.1rem;
  }
}
.atlanta-single__body > * {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.atlanta-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.atlanta-single__lead {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .atlanta-single__lead {
    font-size: 1.35rem;
  }
}

.atlanta-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.atlanta-single__tags span {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b4b57;
  font-size: 0.75rem;
  font-weight: 600;
}

.atlanta-single__related {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}
@media (min-width: 768px) {
  .atlanta-single__related {
    padding: 2rem 1.5rem 7rem;
  }
}

.atlanta-single__related h2 {
  margin: 0 0 2rem;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  color: #353452;
}
@media (min-width: 768px) {
  .atlanta-single__related h2 {
    font-size: 2rem;
  }
}

.atlanta-single__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .atlanta-single__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .atlanta-single__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.atlanta-single__related-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #353452;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.atlanta-single__related-card:hover, .atlanta-single__related-card:focus-visible {
  opacity: 0.75;
}
.atlanta-single__related-card:focus-visible {
  outline: 2px solid #353452;
  outline-offset: 4px;
}
.atlanta-single__related-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.4s ease;
}
.atlanta-single__related-card:hover img {
  transform: scale(1.03);
}

.atlanta-event-single__details {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
}
@media (min-width: 768px) {
  .atlanta-event-single__details {
    padding: 0 1.5rem 3.5rem;
  }
}
.atlanta-event-single__details h2 {
  margin: 0 0 1.25rem;
  font-size: 1.1rem;
  color: #353452;
}

.atlanta-event-single__details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #e8e8ec;
  border: 1px solid #e8e8ec;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .atlanta-event-single__details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .atlanta-event-single__details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.atlanta-event-single__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #f7f7f8;
  padding: 1.5rem;
}
.atlanta-event-single__detail span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}
.atlanta-event-single__detail strong {
  font-size: 1rem;
  line-height: 1.45;
  color: #353452;
  overflow-wrap: break-word;
}

.atlanta-event-single__cta {
  max-width: 1180px;
  margin: 0 auto 4rem;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  background: #353452;
  color: #fff;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .atlanta-event-single__cta {
    padding: 4rem 5rem;
    gap: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.atlanta-event-single__cta h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}
.atlanta-event-single__cta p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.625;
}
.atlanta-event-single__cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  background: #c6463a;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.atlanta-event-single__cta a:hover, .atlanta-event-single__cta a:focus-visible {
  opacity: 0.9;
}
.atlanta-event-single__cta a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.atlanta-event-single__cta a span {
  font-size: 1.2rem;
}

@media (prefers-reduced-motion: reduce) {
  .atlanta-single__related-card,
  .atlanta-single__related-card img,
  .atlanta-single__intro-meta button,
  .atlanta-single__breadcrumbs a,
  .atlanta-event-single__cta a {
    transition: none;
  }
  .atlanta-single__related-card:hover img {
    transform: none;
  }
}
.atlanta-single__container, .atlanta-event-single__details, .atlanta-event-single__agenda, .atlanta-single__body, .atlanta-event-single__cta, .atlanta-single__related {
  box-sizing: border-box;
  width: min(100% - 3rem, 896px);
}

.atlanta-single__container {
  max-width: 896px;
  padding: 0;
}

.atlanta-single__intro {
  padding: 8rem 0 1.5rem;
}

.atlanta-single__breadcrumbs {
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f1f2;
  justify-content: space-between;
}

.atlanta-single__breadcrumbs a + span {
  margin-left: auto;
}

.atlanta-single__intro h1 {
  max-width: none;
  margin: 1.5rem 0 0;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.atlanta-single__intro-meta {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #edf0f1;
  font-weight: 400;
}

.atlanta-single__intro-meta > div {
  font-size: 0.9rem;
  font-weight: 400;
  color: #566166;
}

.atlanta-single__intro--single_evento .atlanta-single__intro-meta > div {
  color: #566166;
}

.atlanta-single__media-section {
  padding: 0.5rem 0 4rem;
}

.atlanta-single__featured-media {
  aspect-ratio: 16/9;
  border-radius: 32px;
}

.atlanta-single__featured-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.atlanta-event-single__details {
  padding: 1.5rem 2rem;
  border: 1px solid #e4e8e9;
  border-radius: 24px;
  background: #f9fafb;
}

.atlanta-event-single__details h2 {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.atlanta-event-single__details-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.atlanta-event-single__detail {
  gap: 0.35rem;
  padding: 0;
  background: transparent;
}

.atlanta-event-single__detail span {
  font-size: 0.625rem;
  color: #9aa1a4;
}

.atlanta-event-single__detail strong {
  font-size: 0.875rem;
  color: #17252d;
}

.atlanta-event-single__agenda {
  display: block;
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  border-radius: 24px;
  background: #353452;
  color: #fff;
}

.atlanta-event-single__agenda h2 {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
}

.atlanta-event-single__agenda-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.atlanta-event-single__agenda-grid > div {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* WCAG 2.2 1.4.3: white on the brand vermilion #dd4e41 measures ~4:1; this
   slightly darker shade of the same hue measures ~4.8:1. */
.atlanta-event-single__agenda time {
  padding: 0.3rem 0.625rem;
  border-radius: 0.35rem;
  background: #c6463a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}

.atlanta-event-single__agenda span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}

.atlanta-single__body {
  max-width: 896px;
  padding: 4rem 0;
  color: #566166;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
}

.atlanta-single__lead {
  color: #353452;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

.atlanta-single__tags span {
  padding: 0.375rem 0.75rem;
  background: #f9fafb;
  border: 1px solid #edf0f1;
  color: #6b7280;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlanta-event-single__cta {
  max-width: 896px;
  padding: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #0d6161;
  border-radius: 24px;
  background: #137777;
}

.atlanta-event-single__cta h2 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.atlanta-event-single__cta a {
  padding: 0.8rem 1.1rem;
  border-radius: 12px;
  background: #c6463a;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlanta-single__related {
  max-width: 896px;
  padding-bottom: 5rem;
}

@media (min-width: 600px) {
  .atlanta-event-single__details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .atlanta-single__container, .atlanta-event-single__details, .atlanta-event-single__agenda, .atlanta-single__body, .atlanta-event-single__cta, .atlanta-single__related {
    width: calc(100% - 2rem);
  }
  .atlanta-single__intro {
    padding-top: 6rem;
  }
  .atlanta-event-single__details-grid, .atlanta-event-single__agenda-grid {
    grid-template-columns: 1fr;
  }
  .atlanta-event-single__cta {
    align-items: flex-start;
  }
}
.atlanta-single__intro h1 {
  font-size: clamp(1.875rem, 5vw, 3.75rem);
  line-height: 1.15;
}

.atlanta-single__intro-meta > div {
  gap: 0.75rem;
  color: #6b7280;
}

.atlanta-single__meta-date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #353452;
  font-weight: 500;
}

.atlanta-single__meta-date > .atlanta-single__icon:first-child {
  color: #137777;
}

.atlanta-single__meta-venue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #353452;
  font-weight: 500;
}

.atlanta-single__meta-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #353452;
  font-weight: 500;
}

.atlanta-single__meta-venue > .atlanta-single__icon:first-child {
  color: #dd4e41;
}

.atlanta-single__featured-media {
  aspect-ratio: 16/10;
  border: 1px solid rgba(229, 231, 235, 0.5);
  border-radius: 32px;
}

.atlanta-single__featured-media > span {
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  color: #fff;
}

.atlanta-event-single__details {
  padding: 1.5rem;
  border: 1px solid rgba(229, 231, 235, 0.6);
  border-radius: 24px;
  background: #f9fafb;
}

.atlanta-event-single__details h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.atlanta-event-single__detail {
  gap: 0.25rem;
}

.atlanta-event-single__detail span {
  font-size: 0.625rem;
  color: #6b7280;
}

.atlanta-event-single__detail strong {
  font-size: 0.875rem;
  font-weight: 600;
}

.atlanta-event-single__agenda {
  padding: 1.5rem;
  border-radius: 24px;
  background: #353452;
  box-shadow: 0 20px 30px -15px rgba(53, 52, 82, 0.2);
}

.atlanta-event-single__agenda {
  margin-right: auto;
  margin-left: auto;
}

.atlanta-event-single__agenda h2 {
  font-size: 1.125rem;
}

.atlanta-event-single__agenda-grid > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.atlanta-single__body {
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.atlanta-single__body .atlanta-single__lead {
  color: #353452;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

.atlanta-event-single__cta {
  padding: 1.5rem;
  border: 1px solid #0d6161;
  border-radius: 24px;
  background: #137777;
}

.atlanta-event-single__cta h2 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.atlanta-event-single__cta a {
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
}

.atlanta-single__back {
  padding: 0 0 1.25rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #edf0f1;
  text-align: center;
}

.atlanta-single__back a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .atlanta-single__featured-media {
    aspect-ratio: 16/9;
  }
  .atlanta-event-single__details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .atlanta-event-single__agenda-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .atlanta-single__body {
    font-size: 1.125rem;
  }
}
.atlanta-single__icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  vertical-align: -0.15em;
}

.atlanta-single__intro-meta .atlanta-single__icon {
  width: 1rem;
  height: 1rem;
}

.atlanta-single__intro-meta button .atlanta-single__icon {
  width: 1rem;
  height: 1rem;
}

.atlanta-event-single__details h2, .atlanta-event-single__agenda h2 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.atlanta-event-single__details h2 .atlanta-single__icon {
  color: #dd4e41;
}

.atlanta-event-single__agenda h2 .atlanta-single__icon {
  color: #fff;
}

.atlanta-event-single__cta a .atlanta-single__icon {
  width: 1rem;
  height: 1rem;
}

.atlanta-single__intro h1 {
  font-size: 1.875rem;
}

@media (min-width: 640px) {
  .atlanta-single__intro h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .atlanta-single__intro h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .atlanta-single__intro h1 {
    font-size: 3.75rem;
  }
}
.atlanta-single__related {
  width: min(100% - 3rem, 1440px);
  max-width: none;
  padding: 5rem 0 7rem;
}

.atlanta-single__related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #edf0f1;
}

.atlanta-single__related-head h2 {
  margin: 0;
  color: #353452;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.atlanta-single__related-head > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 5px 0;
  color: #137777;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlanta-single__related-head > a span {
  font-size: 1rem;
  line-height: 1;
}

.atlanta-single__related-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .atlanta-single__related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.atlanta-single__related-card {
  display: flex;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  color: #353452;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.atlanta-single__related-card:hover, .atlanta-single__related-card:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(53, 52, 82, 0.08);
}

.atlanta-single__related-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f3f4f6;
}

.atlanta-single__related-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.atlanta-single__related-card:hover .atlanta-single__related-media img {
  transform: scale(1.03);
}

.atlanta-single__related-media > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.atlanta-single__related-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.25rem;
}

.atlanta-single__related-body time {
  color: #6b7280;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.atlanta-single__related-body h3 {
  margin: 0;
  color: #353452;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.atlanta-single__related-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.atlanta-single__related-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.4rem;
}

.atlanta-single__related-tags span {
  padding: 0.35rem 0.6rem;
  border: 1px solid #edf0f1;
  border-radius: 999px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.atlanta-single__copy.is-copied {
  border-color: #137777;
  background: #f0fafa;
  color: #137777;
}

.atlanta-single__share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.atlanta-single__copy-feedback {
  max-width: 220px;
  margin: 0;
  color: #137777;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 639px) {
  .atlanta-single__related {
    width: calc(100% - 2rem);
    padding-top: 3.5rem;
  }
  .atlanta-single__related-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .atlanta-single__related-grid {
    gap: 1.25rem;
  }
}
.atlanta-single__intro .atlanta-single__container {
  max-width: 896px;
}
.atlanta-single__intro h1 {
  width: min(100% - 6rem, 800px);
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.atlanta-single__intro .atlanta-single__intro-meta {
  width: min(100%, 896px);
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
}
.atlanta-single__intro h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.875rem, 5vw, 3.75rem);
  line-height: 1.25;
}

.atlanta-single__media-section {
  -webkit-font-smoothing: antialiased;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}
.atlanta-single__media-section .atlanta-single__container {
  width: min(100% - 6rem, 800px);
  max-width: 800px;
  padding: 0;
}

.atlanta-single__featured-media {
  aspect-ratio: 16/9;
  border-radius: 32px;
}
.atlanta-single__featured-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.atlanta-event-single__details,
.atlanta-event-single__agenda,
.atlanta-single__body,
.atlanta-event-single__cta {
  -webkit-font-smoothing: antialiased;
  width: min(100% - 6rem, 800px);
  max-width: 800px;
  box-sizing: border-box;
}

.atlanta-event-single__details {
  padding: 2rem;
}
.atlanta-event-single__details h2 {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.atlanta-event-single__agenda {
  padding: 2rem;
}

.atlanta-single__body {
  padding: 0;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

.atlanta-event-single__cta {
  min-height: 143.5px;
  padding: 1.5rem 2rem;
  margin-bottom: 10rem;
}
.atlanta-event-single__cta h2 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.atlanta-single__related {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: none;
  padding: 5rem 3rem 7rem;
}

.atlanta-single__related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.atlanta-single__breadcrumb-section {
  margin-right: 0 !important;
  color: #6b7280 !important;
  font-weight: 400 !important;
}
.atlanta-single__breadcrumb-section:hover, .atlanta-single__breadcrumb-section:focus-visible {
  color: #137777 !important;
}

.atlanta-single__breadcrumb-home {
  margin-right: 0 !important;
  color: #6b7280 !important;
  font-weight: 400 !important;
}
.atlanta-single__breadcrumb-home:hover, .atlanta-single__breadcrumb-home:focus-visible {
  color: #137777 !important;
}

.atlanta-single__breadcrumb-trail {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  margin-left: auto;
}
.atlanta-single__breadcrumb-trail a {
  margin-right: 0 !important;
}
.atlanta-single__breadcrumb-trail a + span {
  margin-left: 0 !important;
}
.atlanta-single__breadcrumb-trail strong {
  max-width: min(22rem, 30vw);
}

.atlanta-single__back a {
  justify-content: center;
  padding: 5px 0;
}

@media (min-width: 1024px) {
  .atlanta-single__intro h1 {
    font-family: "Roboto Flex", ui-sans-serif, system-ui, sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 75px;
    letter-spacing: normal;
  }
}
.atlanta-single__related-card:nth-child(1) {
  order: 2;
}

.atlanta-single__related-card:nth-child(2) {
  order: 3;
}

.atlanta-single__related-card:nth-child(3) {
  order: 1;
}

@media (max-width: 767px) {
  .atlanta-single__breadcrumbs {
    align-items: flex-start;
    row-gap: 0.65rem;
  }
  .atlanta-single__breadcrumbs .atlanta-single__breadcrumb-back {
    flex: 0 0 100%;
    margin-right: 0 !important;
    white-space: nowrap;
  }
  .atlanta-single__breadcrumbs .atlanta-single__breadcrumb-trail {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }
  .atlanta-single__breadcrumbs .atlanta-single__breadcrumb-trail strong {
    min-width: 0;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .atlanta-single__intro .atlanta-single__container {
    width: calc(100% - 3rem);
  }
  .atlanta-single__intro h1,
  .atlanta-single__intro .atlanta-single__intro-meta {
    width: 100%;
  }
  .atlanta-single__media-section .atlanta-single__container,
  .atlanta-event-single__details,
  .atlanta-event-single__agenda,
  .atlanta-single__body,
  .atlanta-event-single__cta {
    width: calc(100% - 2rem);
  }
  .atlanta-event-single__cta {
    margin-bottom: 5rem;
  }
  .atlanta-single__related {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .atlanta-single__related-grid {
    grid-template-columns: 1fr;
  }
}
