@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700|Open+Sans+Condensed:700&display=swap');

/* Guest Series Page Styles */

.gcs-main-content {
    display: flex;
    align-items: center;
    gap: 48px;
    align-self: stretch;
		max-width: 1528px !important;
    width: 85%;
}

.gcs-main-content-text-container {
    display: flex;
    width: 456px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.gcs-main-content-title {
    color: var(--typography-high, #212121);
    font-family: "Gotham Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-self: stretch;
		text-transform: uppercase;
}

.gcs-main-content-text {
    align-self: stretch;
    color: #000;
    text-align: justify;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 150%; /* 24px */
}

.gcs-main-content-button {
    display: flex;
    height: 40px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--secondary-high, #FF6A21);
}

/* Main content image container */
.gcs-main-content-image {
  position: relative;
  margin: auto;
}

.gcs-main-content-image img {
	width: 100%;
  max-width: 1024px;
  height: auto;
  display: block;
}

/* Overlay positioning */
.gcs-main-content-overlay {
  position: absolute;
	left: 37px;
	top: 208px;
  justify-content: center;
  color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.gcs-main-content-overlay-main-text {
  display: flex;
	padding: 12px 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #34586E;

	color: #FFF;
	font-family: "Gotham Medium";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.gcs-main-content-overlay-secondary-text {
  display: flex;
	padding: 12px 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #34586E;

	color: #FFF;
	font-family: "Gotham Medium";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Featured Chef */

.gcs-featured-chef {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.gcs-featured-chef-image-above-meals-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
  width: 817px;
  margin: auto;
}

.gcs-featured-chef-image-above-meals-container img {
  width: 100%;
  height: 584px;
  aspect-ratio: 817/584;
}

.gcs-featured-chef-image-overlay {
  position: absolute;
  left: 20px;
  bottom: 16.112px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.gcs-featured-chef-image-overlay .gcs-featured-chef-image-overlay-main-text {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Gotham Medium";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: #34586E;
}

.gcs-featured-chef-image-overlay .gcs-featured-chef-image-overlay-secondary-text {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #34586E;
  color: #FFF;
  font-family: "Gotham Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gcs-featured-chef-about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  width: 85%;
}

.gcs-featured-chef-about-section:last-child {
  padding-bottom: 64px;
}

.gcs-featured-chef-description-container {
  display: flex;
  width: 698px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.gcs-featured-chef-description-title {
  align-self: stretch;
  color: var(--typography-high, #212121);
  font-family: "Gotham Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gcs-featured-chef-description-label {
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 150%; /* 24px */
}

.gcs-featured-chef-image-inline-container {
  width: 326px;
  height: auto;
  aspect-ratio: 2/3;
}

.gcs-featured-chef-image-inline-container img {
  width: 100%;
  height: auto;
}

.gcs-featured-chef-youtube-video-inline-container {
  width: 518px;
  height: auto;
  aspect-ratio: 518/411;
}

.gcs-featured-chef-youtube-video-below-description-container {
  width: 1050px;
  aspect-ratio: 105/58;
  padding-bottom: 64px;
}

.gcs-featured-chef-youtube-video-below-description-container iframe {
  max-height: 580px !important;
  height: 580px;
  width: 1050px;
  aspect-ratio: 105/58;
}

.gcs-featured-chef-youtube-video-inline-container iframe {
  width: 518px;
  max-height: 411px !important;
  aspect-ratio: 518/411;
}

.gcs-featured-chef-meals-container {
  max-width: 1528px !important;
  width: 85%;
  margin: 0 auto;
}

.gcs-featured-chef-meals-placeholder {
  max-width: 100%;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  padding: 40px;
  text-align: center;
  margin: 20px auto;
  border-radius: 8px;
}

.gcs-featured-chef-meals-placeholder h3 {
  color: #6c757d;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}