.recipe-page {
  background-color: #fffefe;
  width: 100%;
  min-width: 1440px;
  min-height: 2270px;
  display: flex;
  flex-direction: column;
}

.recipe-page .content {
  width: 1276px;
  height: 1393px;
  position: relative;
  margin-top: 0px;
  align-self: center;
  background-color: #ffffff;
  border: 0px none;
}

.recipe-page .content-left {
  position: absolute;
  width: 638px;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff7c9;
  border: 2px solid;
  border-color: #242f76;
  box-sizing: border-box;
}

.recipe-page .recipe-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 379px;
  display: flex;
}

.recipe-page .recipe-header-info {
  display: flex;
  margin-top: 37px;
  width: 302px;
  height: 84px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 0px 26px;
}

.recipe-page .recipe-name {
  position: relative;
  width: 276px;
  margin-top: -1.00px;
  margin-right: -26.00px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 27.5px;
}

.recipe-page .recipe-serves {
  position: relative;
  width: 250px;
  height: 34px;
  margin-bottom: -51.00px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 33.6px;
  white-space: nowrap;
}

.recipe-page .recipe-header-image {
  margin-top: 37px;
  width: 303px;
  height: 300px;
  flex: 1;
}

.recipe-page .recipe-details {
  position: absolute;
  top: 337px;
  left: 0;
  width: 643px;
  height: 1063px;
  display: flex;
  flex-direction: column;
}

.recipe-page .recipe-ingredients-section {
  display: flex;
  width: 643px;
  height: 377px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 15px 162px 15px 30px;
}

.recipe-page .section-title {
  position: relative;
  width: 213px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 28.8px;
}

.recipe-page .ingredients-list {
  position: relative;
  align-self: stretch;
  margin-bottom: -4.00px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 400;
  color: var(--colors-black);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 19.6px;
}

.recipe-page .bold-text {
  font-weight: 700;
  letter-spacing: 0.04px;
}

.recipe-page .regular-text {
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  letter-spacing: 0.04px;
}

.recipe-page .recipe-instructions-section {
  height: 541px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.recipe-page .recipe-instructions-section .section-title {
  margin-left: 30px;
  height: 29px;
  margin-top: 15px;
}

.recipe-page .instructions-list {
  margin-left: 30px;
  margin-right: 162px;
  flex: 1;
  max-height: 460px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 400;
  color: var(--colors-black);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 19.6px;
}

.recipe-page .content-right {
  position: absolute;
  top: 0;
  left: 638px;
  width: 638px;
  height: 100%;
  display: flex;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #242f76;
  box-sizing: border-box;
}

.recipe-page .sidebar-content {
  display: flex;
  margin-top: 37px;
  width: 556px;
  height: 1296px;
  margin-left: 41px;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 49px;
}

.recipe-page .sidebar-image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 502px;
}

.recipe-page .sidebar-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 0px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recipe-page .sidebar-title {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 28.8px;
}

.recipe-page .sidebar-subtitle {
  position: relative;
  width: 371px;
  margin-left: -7.50px;
  margin-right: -7.50px;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: var(--colors-black);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 19.6px;
}

.recipe-page .sidebar-recommendations-title {
  position: relative;
  align-self: stretch;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 28.8px;
}

.recipe-page .sidebar-recommendations {
  display: flex;
  flex-direction: column;
  width: 430px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.recipe-page .recommendation-card {
  display: flex;
  width: 430px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.recipe-page .recommendation-image {
  position: relative;
  width: 157px;
  height: 157px;
  object-fit: cover;
}

.recipe-page .recommendation-title {
  position: relative;
  width: 244px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 19.2px;
}
