:root {
  --green: #176c43;
  --green-soft: #eaf6ef;
  --green-mid: #d7eddf;
  --text: #1f2722;
  --muted: #758079;
  --line: #e7ece8;
  --red-soft: #ffe9e6;
  --red: #df5d4d;
  --yellow: #fee500;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #edf4ef;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.app {
  width: min(100vw, 412px);
  height: 100dvh;
  background: #fbfdfb;
  position: relative;
  overflow: hidden;
}

.screen {
  min-height: 100%;
}

.hidden {
  display: none !important;
}

.tab-panel {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.main-screen > [data-tab-panel] {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.login-screen {
  min-height: 915px;
  padding: 77px 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.login-logo {
  width: 68px;
  height: auto;
  display: block;
}

.login-copy {
  margin-top: 46px;
  text-align: center;
}

.login-copy h1 {
  margin: 0;
  color: #050505;
  font-size: 29px;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 900;
  white-space: nowrap;
}

.login-copy p {
  margin: 29px auto 0;
  max-width: 330px;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
}

.login-visual {
  width: 348px;
  height: auto;
  display: block;
  margin: 67px -8px 0;
}

.kakao-button {
  width: 100%;
  height: 74px;
  margin-top: 56px;
  border-radius: 13px;
  background: #ffd900;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 13px rgba(168, 134, 0, 0.14);
}

.kakao-button img {
  width: 38px;
  height: auto;
  display: block;
}

.login-note {
  margin: 24px 0 0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.main-screen {
  height: 100%;
  min-height: 0;
  padding: 0 0 73px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.app-header {
  height: 56px;
  padding: 0 19px 0 21px;
  display: grid;
  grid-template-columns: 45px 1fr 45px;
  align-items: center;
  border-bottom: 1px solid #edf0ec;
  background: #fff;
}

.tab-header {
  padding-right: 14px;
}

.app-header h1 {
  margin: 1px 0 0;
  color: #0a0b0a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.brand-basket {
  width: 41px;
  height: 41px;
  display: block;
  object-fit: contain;
}

.tab-back {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  color: #2a2f2b;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.tab-feed {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #fff;
}

.tab-content {
  min-height: 0;
  padding: 16px 20px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.tab-status {
  margin-bottom: 12px;
  color: #5f6862;
  font-size: 14px;
  line-height: 1.45;
}

.tab-list {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 0 2px 88px 0;
}

.tab-card {
  flex: 0 0 auto;
  padding: 14px 14px 12px;
  border: 1px solid #e3e7e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(37, 54, 42, 0.04);
  overflow: hidden;
  min-width: 0;
}

.tab-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tab-card h2 {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: #121614;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tab-badge {
  flex: none;
  padding: 3px 7px;
  border-radius: 6px;
  background: #eef6ed;
  color: #2c7f2e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.tab-card-details {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tab-card-details span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f2f5f1;
  color: #516057;
  font-size: 12px;
  line-height: 1.2;
}

.tab-chip-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tab-card-note {
  margin: 10px 0 0;
  color: #5d6761;
  font-size: 13px;
  line-height: 1.4;
}

.deal-banner {
  position: relative;
  height: 116px;
  flex: 0 0 auto;
  padding: 33px 23px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #f7fbf4 0%, #eef8ec 100%);
}

.deal-banner p {
  position: relative;
  z-index: 1;
  width: 230px;
  margin: 0;
  color: #101413;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.78;
}

.banner-market {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 184px;
  height: auto;
  display: block;
  object-fit: contain;
}

.ingredients-section {
  padding: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
}

.ingredients-section h2 {
  margin: 0 21px 11px 23px;
  color: #070908;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.ingredient-list {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  padding: 0 0 76px;
}

.ingredient-card {
  flex: 0 0 auto;
  min-height: 0;
  padding: 24px 16px 24px;
  border: 0;
  border-top: 1px solid #edf0ec;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  min-width: 0;
}

.ingredient-top {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px 11px;
  align-items: center;
  min-height: 0;
}

.ingredient-image {
  position: relative;
  width: 72px;
  height: 62px;
  border-radius: 50%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #fff;
  filter: drop-shadow(0 5px 6px rgba(33, 40, 34, .14));
}

.ingredient-pork {
  background:
    radial-gradient(ellipse at 36% 43%, #e99187 0 16px, #bf584e 17px 19px, transparent 20px),
    radial-gradient(ellipse at 60% 50%, #e48477 0 21px, #bf584e 22px 24px, transparent 25px),
    radial-gradient(ellipse at 49% 67%, #e9a096 0 18px, #bd5d54 19px 21px, transparent 22px),
    radial-gradient(ellipse at 50% 58%, #fff 0 48px, #f6f4ec 49px 100%);
}

.ingredient-tofu {
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 0 43%, rgba(209,186,135,.45) 44% 46%, transparent 47%),
    linear-gradient(160deg, #fff9e9 0 48%, #efe0bd 49% 52%, #fff6df 53%);
  box-shadow: inset 0 0 0 8px #c89450, inset 0 0 0 10px #e9bc75;
}

.ingredient-banana {
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 52% 58%, transparent 0 29px, #f6ca25 30px 40px, transparent 41px),
    radial-gradient(ellipse at 43% 47%, transparent 0 25px, #ffd943 26px 36px, transparent 37px),
    radial-gradient(ellipse at 37% 63%, transparent 0 23px, #ffd53d 24px 34px, transparent 35px);
}

.ingredient-onion {
  width: 76px;
  margin-left: 11px;
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(ellipse at 43% 40%, #e7a661 0 20px, #c9792d 48px, #a85b22 100%);
}

.ingredient-info h3 {
  margin: 1px 0 5px;
  min-width: 0;
  color: #070908;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.ingredient-info h3 span {
  overflow: hidden;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.discount-slot {
  flex: 0 0 auto;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 6px 3px;
  border-radius: 7px;
  background: #ffe5df;
  color: #f33122;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.ingredient-action-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ingredient-price-row {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.ingredient-price-stack {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.ingredient-info strong {
  display: block;
  margin: 0;
  color: #338a32;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.05;
}

.ingredient-info p {
  margin: 0;
  overflow: hidden;
  min-width: 0;
  color: #2d332f;
  font-size: 11px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buy-button {
  flex: 0 0 74px;
  width: 74px;
  height: 31px;
  border-radius: 7px;
  background: linear-gradient(180deg, #4ca647 0%, #2f852e 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.12);
}

.recipe-area {
  margin-top: 11px;
  min-width: 0;
}

.recipe-area h4 {
  margin: 0 0 7px 2px;
  color: #278226;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.recipe-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.recipe-card {
  min-height: 50px;
  padding: 5px 6px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 9px;
  gap: 5px;
  align-items: center;
  border: 1px solid #e5e8e5;
  border-radius: 9px;
  background: #fff;
  color: #111512;
  box-shadow: 0 1px 4px rgba(37, 54, 42, .04);
  min-width: 0;
}

.recipe-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: radial-gradient(circle at 50% 50%, #d9782a 0 12px, #fff 13px 100%);
}

.recipe-stir-pork,
.recipe-braised-tofu,
.recipe-potato {
  background:
    radial-gradient(circle at 41% 43%, #b7531f 0 6px, transparent 7px),
    radial-gradient(circle at 61% 58%, #d98223 0 8px, transparent 9px),
    radial-gradient(circle at 52% 55%, #a74719 0 14px, #fff 15px 100%);
}

.recipe-kimchi-stew,
.recipe-doenjang {
  border-radius: 11px;
  background:
    radial-gradient(circle at 52% 46%, #c94120 0 14px, transparent 15px),
    radial-gradient(circle at 50% 55%, #111 0 18px, #fff 19px 100%);
}

.recipe-bulgogi,
.recipe-fried-rice {
  background:
    radial-gradient(circle at 49% 47%, #bd8042 0 14px, transparent 15px),
    radial-gradient(circle at 50% 55%, #fff 0 20px, transparent 21px);
}

.recipe-tofu-kimchi,
.recipe-curry {
  background:
    radial-gradient(circle at 50% 50%, #ef5d2e 0 14px, #fff 15px 100%);
}

.recipe-shake,
.recipe-yogurt {
  border-radius: 9px;
  background:
    linear-gradient(#fff 0 7px, transparent 8px),
    radial-gradient(ellipse at 50% 45%, #f9f2dc 0 16px, #fff 17px 100%);
}

.recipe-plain-banana {
  background:
    radial-gradient(ellipse at 54% 55%, #f6d23a 0 13px, #fff 14px 100%);
}

.recipe-card strong {
  min-width: 0;
  color: #111512;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

.recipe-card strong span {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recipe-card i {
  color: #303532;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-top: 1px solid #e4e8e4;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -2px 10px rgba(37, 54, 42, .04);
}

.bottom-nav button {
  height: 64px;
  display: grid;
  place-items: center;
  gap: 2px;
  background: transparent;
  color: #777a78;
  font-size: 11px;
  font-weight: 800;
}

.bottom-nav span {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
}

.bottom-nav .active {
  color: #3b9637;
}

.nav-home::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 19px;
  height: 13px;
  border-radius: 3px;
  background: currentColor;
}

.nav-home::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: currentColor;
  transform: rotate(45deg);
}

.nav-leaf::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 14px;
  height: 19px;
  border-radius: 17px 2px 17px 2px;
  background: currentColor;
  transform: rotate(38deg);
}

.nav-book::before,
.nav-book::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 10px;
  height: 17px;
  border-radius: 3px 3px 2px 2px;
  background: currentColor;
}

.nav-book::before {
  left: 2px;
}

.nav-book::after {
  right: 2px;
}

.sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 5;
}

.bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: calc(100% - 20px);
  padding: 30px 23px 33px;
  overflow-y: auto;
  border-radius: 21px 21px 0 0;
  background: #fff;
  z-index: 6;
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease;
  will-change: transform;
}

.bottom-sheet.dragging {
  transition: none;
  user-select: none;
}

.sheet-handle {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 35px;
  height: 4px;
  border-radius: 999px;
  background: #b9b9b9;
  transform: translateX(-50%);
  touch-action: none;
}

.sheet-hero {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
}

.sheet-image {
  width: 132px;
  height: 84px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #f2f4f1;
}

.bottom-sheet h2 {
  margin: 0;
  overflow: hidden;
  color: #1d2320;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sheet-meta {
  margin-top: 12px;
  color: #252b28;
  font-size: 15px;
  font-weight: 500;
}

.sheet-section {
  margin-top: 24px;
  padding-top: 0;
}

.sheet-section + .sheet-section {
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.sheet-section h3 {
  margin: 0 0 14px;
  color: #111512;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.sheet-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sheet-chip {
  max-width: 100%;
  min-height: 30px;
  padding: 6px 15px;
  overflow: hidden;
  border-radius: 7px;
  background: #eef6ed;
  color: #2c7f2e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sheet-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  color: #171b19;
  font-size: 14px;
  line-height: 1.35;
  list-style: none;
  counter-reset: recipe-step;
}

.sheet-steps li {
  position: relative;
  min-height: 23px;
  padding-left: 28px;
  counter-increment: recipe-step;
}

.sheet-steps li::before {
  content: counter(recipe-step);
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #438f3d;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.sheet-buy {
  width: 100%;
  height: 45px;
  margin-top: 26px;
  border-radius: 10px;
  background: linear-gradient(180deg, #4ca647 0%, #2f852e 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.sheet-close {
  width: 100%;
  height: 40px;
  margin-top: 17px;
  background: transparent;
  color: #3b8f35;
  font-size: 16px;
  font-weight: 900;
}

.seo-nav {
  flex: 0 0 auto;
  display: flex;
  gap: 6px;
  padding: 10px 16px;
  overflow-x: auto;
  border-bottom: 1px solid #edf0ec;
  background: #fff;
  scrollbar-width: none;
}

.seo-nav::-webkit-scrollbar {
  display: none;
}

.seo-nav a {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2f5f1;
  color: #3f4a43;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.seo-nav a.active {
  background: #e6f4e7;
  color: #2f852e;
}

.login-seo-nav {
  width: calc(100% + 32px);
  margin-top: 22px;
  border: 0;
  justify-content: flex-start;
}

.seo-app {
  overflow-y: auto;
}

.seo-screen {
  min-height: 100%;
  padding-bottom: 28px;
  background: #fff;
}

.seo-hero {
  padding: 24px 20px 20px;
  display: grid;
  gap: 18px;
  background: linear-gradient(90deg, #f7fbf4 0%, #eef8ec 100%);
}

.seo-hero h2 {
  margin: 0;
  color: #0a0b0a;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.22;
}

.seo-hero p {
  margin: 12px 0 0;
  color: #2d332f;
  font-size: 15px;
  line-height: 1.62;
}

.seo-hero img {
  width: min(100%, 260px);
  justify-self: center;
  display: block;
}

.seo-content {
  padding: 22px 20px 34px;
}

.seo-content h2 {
  margin: 24px 0 10px;
  color: #111512;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.seo-content h2:first-child {
  margin-top: 0;
}

.seo-content p,
.seo-content li {
  color: #2d332f;
  font-size: 15px;
  line-height: 1.7;
}

.seo-content p {
  margin: 0;
}

.seo-content ul {
  margin: 0;
  padding-left: 20px;
}

.seo-content li + li {
  margin-top: 8px;
}

@media (min-width: 413px) {
  body {
    padding: 24px 0;
  }

  .app {
    height: calc(100dvh - 48px);
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(27, 48, 35, 0.18);
  }
}

@media (min-width: 900px) {
  body {
    padding: 28px;
    background:
      radial-gradient(circle at top left, rgba(216, 235, 222, 0.9), transparent 30%),
      radial-gradient(circle at top right, rgba(234, 244, 224, 0.9), transparent 26%),
      #edf4ef;
  }

  .app {
    width: min(100%, 1280px);
    height: calc(100dvh - 56px);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(27, 48, 35, 0.14);
  }

  .bottom-sheet {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    border-radius: 24px;
  }

  .bottom-sheet.hidden {
    display: none !important;
  }

  .sheet-hero {
    grid-template-columns: 160px 1fr;
    gap: 22px;
  }

  .sheet-image {
    width: 160px;
    height: 106px;
  }

  .sheet-section {
    margin-top: 28px;
  }

  .sheet-buy {
    margin-top: 30px;
  }

  .main-screen {
    padding-bottom: 73px;
  }

  .app-header {
    padding-inline: 28px;
  }

  .tab-content {
    padding: 20px 28px 0;
  }

  .tab-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: max-content;
    align-content: start;
    gap: 22px 16px;
    padding-bottom: 92px;
  }

  .tab-card {
    padding: 16px;
    border-radius: 14px;
  }

  .deal-banner,
  .ingredients-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .ingredients-section {
    padding-top: 15px;
  }

  .deal-banner {
    height: 164px;
    padding-top: 42px;
  }

  .deal-banner p {
    width: 340px;
    font-size: 18px;
    line-height: 1.7;
  }

  .banner-market {
    width: 260px;
  }

  .seo-nav {
    padding-inline: 28px;
  }

  .seo-nav a {
    font-size: 13px;
  }

  .seo-hero {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    padding: 36px 44px;
  }

  .seo-hero h2 {
    font-size: 34px;
  }

  .seo-hero p {
    font-size: 17px;
  }

  .seo-hero img {
    width: 320px;
  }

  .seo-content {
    max-width: 860px;
    padding: 34px 44px 44px;
  }

  .seo-content h2 {
    font-size: 23px;
  }

  .seo-content p,
  .seo-content li {
    font-size: 16px;
  }

  .ingredients-section h2 {
    font-size: 22px;
  }

  .ingredient-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 238px;
    align-items: start;
    gap: 16px;
    padding-bottom: 18px;
  }

  .ingredient-card {
    height: 238px;
    display: grid;
    grid-template-rows: auto auto;
    padding: 14px 14px 12px;
    border: 1px solid #e3e7e2;
    border-radius: 18px;
    box-shadow: 0 2px 7px rgba(37, 54, 42, .04);
    overflow: hidden;
  }

  .ingredient-top {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 14px;
    height: 104px;
    align-items: center;
  }

  .ingredient-image {
    grid-column: 1;
    grid-row: 1;
  }

  .ingredient-info {
    grid-column: 2;
    grid-row: 1;
  }

  .ingredient-image {
    width: 118px;
    height: 90px;
  }

  .ingredient-info h3 {
    min-height: 43px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
  }

  .ingredient-action-row {
    margin-top: 0;
  }

  .ingredient-info strong {
    font-size: 20px;
  }

  .ingredient-info p {
    font-size: 12px;
    white-space: normal;
  }

  .buy-button {
    flex-basis: 82px;
    width: 82px;
    height: 36px;
    font-size: 14px;
  }

  .recipe-area {
    margin-top: 10px;
    min-height: 0;
  }

  .recipe-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .recipe-card {
    height: 66px;
    padding: 8px 10px;
    grid-template-columns: 42px minmax(0, 1fr) 14px;
    gap: 10px;
    align-items: center;
    overflow: hidden;
  }

  .recipe-thumb {
    width: 42px;
    height: 42px;
    margin-top: 1px;
  }

  .recipe-card strong {
    min-height: 34px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
  }

  .recipe-card i {
    margin-top: 0;
    font-size: 24px;
  }
}
