/* page-finedining.css
   ย้ายมาจาก <style> ที่เคยฝังใน finedining.aspx (เฟส 1, 30 ส.ค. 2569)
   ต้องถูก <link> ต่อจาก custom-finedining.css เสมอ เพราะมี selector ซ้ำกัน 12 ตัว
   (.warning, .cc-promo-footer, .sc-thumb-box, .cta-disable ฯลฯ) ถ้าสลับลำดับ ผู้ชนะจะเปลี่ยน */

/* #navigation-widgets.single-gadget .group-widgets {
            bottom: 24px !important;
        } */
.f-14 {
  font-size: 14px !important;
}

.btn-disable {
  pointer-events: none !important;
  color: #666666aa !important;
  background: #cccccc !important;
  border: #cccccc !important;
  margin-bottom: 16px !important;
  max-width: 337px !important;
}

@media screen and (max-width: 767px) {
  #navigation-page-sticky .box-cta .btn.cta-disable,
  #navigation-page-sticky .box-cta .btn.cta-disable .text-glod {
    color: #999999aa !important;
    background: #cccccc !important;
    pointer-events: none !important;
  }

  .sc-thumb-box {
    min-height: 100dvh;
  }
}

.mb-32 {
  margin-bottom: 32px !important;
}

.warning {
  background: #f8f8f8;
  padding: 16px;
}

.line-glod {
  background-image: linear-gradient(
    to right,
    rgba(214, 186, 133, 0),
    #ffe5dc,
    rgba(214, 186, 133, 0)
  ) !important;
}

.d-block {
  display: block !important;
}

.f-16 {
  font-size: 16px !important;
  line-height: 1.5;
}

.fw-500 {
  font-weight: 500 !important;
}

h1 {
  line-height: 1.5;
}

/* ====== campign ======== */
.sc-campaign {
  /* padding: 0 0 16px; */
  padding-top: 16px;
  margin-bottom: -24px;
}

.sc-campaign p {
  margin-bottom: 0;
}

.h4.title.text-glod.goldBG {
  margin-top: 0 !important;
}

.sc-campaign .box-campaign {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgb(21, 30, 24, 0.2);
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  border: 1px solid rgb(255, 255, 255, 0.2);
}

.sc-campaign .box-campaign p {
  color: rgb(255, 255, 255, 0.8) !important;
}

.icw .text-darkgreen {
  color: #006530 !important;
}

#navigation-widgets.box-widgets.stand-alone {
  bottom: 8px !important;
}

.f-zen.h1,
.f-zen.h1 span {
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .sc-campaign {
    /* padding: 0 0 32px; */
    margin-bottom: -56px;
    padding-top: 16px;
  }

  #navigation-widgets.box-widgets.stand-alone {
    bottom: -8px !important;
  }
}

@media screen and (min-width: 1140px) {
  #navigation-widgets.box-widgets.stand-alone {
    bottom: 24px !important;
  }
}

.line-gray {
  border: 0;
  border-top: 1px solid #dbdbdb;
  margin: 32px 0 24px;
}

@media (min-width: 1200px) {
  .grid-gallery-6-item .img-wrap:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 5;
    aspect-ratio: 3 / 4;
    height: 450px;
  }

  .grid-gallery-6-item .img-wrap:nth-child(3),
  .grid-gallery-6-item .img-wrap:nth-child(4),
  .grid-gallery-6-item .img-wrap:nth-child(5) {
    height: 140px !important;
  }
}

#exclusive-dining-suhring .wisdom-special {
  background:
    linear-gradient(
      108deg,
      rgba(212, 201, 188, 0.35) 28.45%,
      rgba(234, 228, 220, 0.35) 48.64%,
      rgba(212, 201, 188, 0.35) 100%
    ),
    linear-gradient(
      90deg,
      #f4ebe1 0%,
      #f0e8df 25%,
      #f6efe7 50%,
      #f0e8df 75%,
      #f4ebe1 100%
    ) !important;
  border: 1px solid rgba(89, 31, 45, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 18px rgba(89, 31, 45, 0.08) !important;
}
#exclusive-dining-suhring .wisdom-special::after,
#exclusive-dining-suhring .wisdom-special-wrap::after {
  background: none !important;
}
#exclusive-dining-suhring .btn.btn-regis {
  background: #641d24 !important;
  border-color: #641d24 !important;
  color: #ffffff !important;
}
#exclusive-dining-suhring .btn.btn-regis .text-glod,
#exclusive-dining-suhring .btn.btn-regis .text-glod.goldBG,
#exclusive-dining-suhring .btn.btn-regis span {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
}
#exclusive-dining-suhring .btn.btn-regis:hover {
  background: #490c14 !important;
  border-color: #490c14 !important;
  opacity: 1 !important;
}
#exclusive-dining-suhring .suhring-img-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
#exclusive-dining-suhring .suhring-img-grid .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}
#exclusive-dining-suhring .suhring-img-grid .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  #exclusive-dining-suhring .suhring-img-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  #exclusive-dining-suhring .suhring-img-grid .img-wrap {
    aspect-ratio: 4 / 3;
  }
}
#condition-suhring ul.caption,
#condition-suhring ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 8px !important;
}
#condition-suhring ul.caption > li,
#condition-suhring ul > li {
  position: relative !important;
  padding-left: 18px !important;
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
}
#condition-suhring ul.caption > li::before,
#condition-suhring ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #641d24;
  flex-shrink: 0;
}
#condition-suhring ul a {
  color: #641d24 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}
#condition-suhring p strong {
  color: #490c14 !important;
}
#exclusive-dining-suhring .wisdom-special .line-glod4 {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(89, 31, 45, 0.45) 30%,
    rgba(89, 31, 45, 0.45) 70%,
    transparent 100%
  ) !important;
  height: 1px !important;
  border: 0 !important;
}

#exclusive-dining-suhring
  .wisdom-special-wrap.show-w1199
  .wisdom-special
  > .flex {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
}
#exclusive-dining-suhring
  .wisdom-special-wrap.show-w1199
  .wisdom-special
  .flex
  img {
  max-width: none !important;
}

/* ====== end campign ======== */

@media (max-width: 767px) {
  .grid-gallery-6-item .img-wrap:nth-child(5) {
    order: 6;
  }
  .grid-gallery-6-item .img-wrap:nth-child(6) {
    order: 5;
  }
}

.images-grid .img-wrap {
  position: relative;
  overflow: hidden;
}
.images-grid .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.menu-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 78%);
  padding: 4px 10px;
  z-index: 2;
  transition: all 0.3s ease;
  line-height: 1.2 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.images-grid .img-wrap:hover .menu-overlay {
  background: rgb(255 255 255 / 78%);
  padding: 2px 4px;
}
.menu-overlay span {
  color: #2c2c2c;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2 !important;
}
.image-3 .menu-overlay span,
.image-4 .menu-overlay span,
.image-5 .menu-overlay span {
  font-size: 10px;
}
.image-3 .menu-overlay,
.image-4 .menu-overlay,
.image-5 .menu-overlay {
  padding: 2px 4px;
}
.images-grid .img-wrap:hover .image-3 .menu-overlay,
.images-grid .img-wrap:hover .image-4 .menu-overlay,
.images-grid .img-wrap:hover .image-5 .menu-overlay {
  padding: 4px 10px;
}
.menu-overlay .ingredients {
  color: #333;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.image-3 .menu-overlay .ingredients,
.image-4 .menu-overlay .ingredients,
.image-5 .menu-overlay .ingredients {
  font-size: 9px;
}
.images-grid .img-wrap:hover .menu-overlay .ingredients {
  max-height: 150px;
  opacity: 1;
}
.menu-overlay .pairing {
  color: #666;
  font-size: 10px;
  font-style: italic;
  margin-top: 4px;
  display: block;
}
@media (max-width: 767px) {
  .menu-overlay {
    padding: 4px;
    min-height: auto;
  }
  .menu-overlay span {
    font-size: 10px;
    line-height: 1.1 !important;
  }
  .menu-overlay .ingredients,
  .menu-overlay .pairing {
    display: none;
  }
  .images-grid .img-wrap:hover .menu-overlay {
    padding: 4px;
    background: rgba(255, 255, 255, 0.603);
  }
}
/* backgroung desktop*/
@media screen and (min-width: 768px) {
  .cc-promo-footer {
    background: url(/SiteCollectionDocuments/promotion/credit-card/finedining/img/wisdom/k-curated-banner-2280x400.jpg)
      center right no-repeat !important;
    background-size: cover !important;
  }
}

/* backgroung tablet*/
@media screen and (max-width: 991px) {
  .cc-promo-footer {
    background: url(/SiteCollectionDocuments/promotion/credit-card/finedining/img/wisdom/k-curated-banner-656x240.jpg)
      center right no-repeat !important;
    background-size: cover !important;
  }
}

/* backgroung mobile*/
@media screen and (max-width: 767px) {
  .cc-promo-footer {
    background: url(/SiteCollectionDocuments/promotion/credit-card/finedining/img/wisdom/k-curated-banner-656x240.jpg)
      center right no-repeat !important;
    background-size: cover !important;
  }
}

.promo-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

.img-wrap {
  flex-shrink: 0 !important;
  overflow: hidden !important;
}

.img-wrap img {
  transition: transform 0.6s ease !important;
}

.promo-inner:hover .img-wrap img {
  transform: scale(1.15) !important;
}

.promo-inner:hover .promo-title {
  color: #00a94f !important;
}

.pro-content {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.promo-title {
  transition: color 0.3s ease !important;
}

.section-exclusive-dining.dining-suhring.active {
  background: url(../img/suhring/background/bg-mobile-720x3041.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .section-exclusive-dining.dining-suhring.active {
    background: url(../img/suhring/background/bg-desktop-2880x1739.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.dining-chefart .chefart-img-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.dining-chefart .chefart-img-grid .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}

.dining-chefart .chefart-dish {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.dining-chefart .chefart-dish .course {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  min-width: 40px;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* ป้ายลำดับคอร์ส — เอาสีทองออก ให้เป็นน้ำตาลเกือบดำเรียบ ๆ
     จะได้ไม่แย่งสายตาไปจากรูปอาหาร และเข้าชุดกับปุ่มแว่นขยายที่มุมล่าง */
  background: rgba(46, 38, 32, 0.82);
  color: #f7f1ea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(251, 247, 241, 0.32);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .dining-chefart .chefart-dish .course {
    top: 8px;
    left: 8px;
    height: 28px;
    padding: 0 11px;
    font-size: 12px;
  }
}

.dining-chefart .chefart-img-grid .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dining-chefart .chefart-img-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dining-chefart .chefart-img-grid.cols-2 .img-wrap {
  aspect-ratio: 16 / 9;
}

.dining-chefart
  .chefart-img-grid.cols-2
  .chefart-dish:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.dining-chefart
  .chefart-img-grid.cols-2
  .chefart-dish:last-child:nth-child(odd)
  .img-wrap {
  aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {
  .dining-chefart .chefart-img-grid,
  .dining-chefart .chefart-img-grid.cols-2 {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .dining-chefart .chefart-img-grid::-webkit-scrollbar {
    display: none;
  }

  .dining-chefart .chefart-img-grid .chefart-dish,
  .dining-chefart .chefart-img-grid.cols-2 .chefart-dish {
    flex: 0 0 74%;
    grid-column: auto;
    scroll-snap-align: start;
  }

  .dining-chefart .chefart-img-grid .img-wrap,
  .dining-chefart .chefart-img-grid.cols-2 .img-wrap,
  .dining-chefart
    .chefart-img-grid.cols-2
    .chefart-dish:last-child:nth-child(odd)
    .img-wrap {
    aspect-ratio: 16 / 10;
  }
}

.dining-chefart {
  --wdm-maroon: #490c14;
  --wdm-maroon-2: #641d24;
  --wdm-gold: #b79a6a;
  --wdm-gold-lt: #e4c894;
  --wdm-cream: #f0e8df;
  --wdm-dark: #14090c;
  --wdm-ink-dim: #cdbcae;
}

.dining-chefart {
  --chefart-hero: url("/SiteCollectionDocuments/promotion/credit-card/finedining/img/chefart/background/hero-mobile.jpg");
  --chefart-hero-h: clamp(360px, 100vw, 520px);
  --chefart-base: linear-gradient(
    180deg,
    #14090c 0%,
    #180b0f 45%,
    #0d0507 100%
  );
  --chefart-scrim: linear-gradient(
    180deg,
    rgba(20, 9, 12, 0) 0%,
    rgba(20, 9, 12, 0) 46%,
    rgba(20, 9, 12, 0.55) 72%,
    #14090c 100%
  );
}

@media (min-width: 768px) {
  .dining-chefart {
    --chefart-hero: url("/SiteCollectionDocuments/promotion/credit-card/finedining/img/chefart/background/hero-tablet.jpg");
    --chefart-hero-h: clamp(220px, 42vw, 420px);
  }
}

@media (min-width: 1200px) {
  .dining-chefart {
    --chefart-hero: url("/SiteCollectionDocuments/promotion/credit-card/finedining/img/chefart/background/hero-desktop.jpg");
    --chefart-hero-h: 760px;
  }
}

.section-exclusive-dining.dining-chefart.active {
  background-color: #14090c;
  background-image: var(--chefart-base);
  position: relative;
}

.section-exclusive-dining.dining-chefart.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--chefart-hero-h);
  z-index: 0;
  pointer-events: none;
  background-image: var(--chefart-scrim), var(--chefart-hero);
  background-size: 100% 100%, cover;
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
}

.section-exclusive-dining.dining-chefart.active .sc-inner {
  position: relative;
  z-index: 1;
}

.dining-chefart .goldBG {
  background-image: linear-gradient(
    45deg,
    #b79a6a,
    #e4c894,
    #b79a6a,
    #f3ece4,
    #e4c894,
    #b79a6a,
    #f3ece4,
    #e4c894,
    #b79a6a
  );
  background-size: 400% 100%;
  background-position: 0 0;
}

.dining-chefart .line-glod2 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.dining-chefart .b-flex {
  padding: 4px 0;
}

.dining-chefart .line-glod2 {
  background-image: linear-gradient(
    to right,
    rgba(183, 154, 106, 0),
    #e4c894,
    rgba(183, 154, 106, 0)
  );
}

.dining-chefart .line-glod4 {
  background: linear-gradient(
    to right,
    rgba(89, 31, 45, 0),
    rgba(89, 31, 45, 0.35),
    rgba(89, 31, 45, 0)
  );
}

.dining-chefart .wisdom-special {
  background: linear-gradient(90deg, #f7f1ea, #fbf7f1) !important;
  border: 1px solid rgba(89, 31, 45, 0.18);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(73, 12, 20, 0.12);
  gap: 20px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
}

.dining-chefart .wisdom-special > div:first-child {
  margin: 0 !important;
}

.dining-chefart .wisdom-special > div:first-child img {
  height: 44px !important;
}

.dining-chefart .wisdom-special > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.dining-chefart .wisdom-special .line-glod4 {
  margin: 4px 0;
}

.dining-chefart .wisdom-special .caption {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .dining-chefart .wisdom-special {
    gap: 16px;
    padding: 16px;
  }
}

.dining-chefart .wisdom-special::after,
.dining-chefart .wisdom-special-wrap::after {
  background: none !important;
}

.dining-chefart .wisdom-special .text-wisdom-red,
.icw .dining-chefart .wisdom-special .text-wisdom-red {
  color: #490c14 !important;
}

.dining-chefart .wisdom-special img {
  border-radius: 4px;
}

.dining-chefart .c-eaeaea {
  color: #cdbcae !important;
}

.icw .dining-chefart .btn.btn-border {
  border-color: #b79a6a !important;
  color: #e4c894 !important;
}

.icw .dining-chefart .btn.btn-regis {
  background: #641d24 !important;
  border-color: #641d24 !important;
  color: #ffffff !important;
}

.icw .dining-chefart .btn.btn-regis .text-glod,
.icw .dining-chefart .btn.btn-regis .text-glod.goldBG,
.icw .dining-chefart .btn.btn-regis span {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
  animation: none !important;
}

.icw .dining-chefart .btn.btn-regis:hover {
  background: #490c14 !important;
  border-color: #490c14 !important;
  opacity: 1 !important;
}

.dining-chefart {
  --glow-rgb: 183, 154, 106;
  --glow-op: 0;
  --glow-w: 125%;
  --glow-h: 98%;
  --glow-x: 50%;
  --glow-y: 6%;
  --glow-fade: 88%;
}

.section-exclusive-dining.dining-chefart.active::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    var(--glow-w) var(--glow-h) at var(--glow-x) var(--glow-y),
    rgba(var(--glow-rgb), var(--glow-op)) 0%,
    rgba(var(--glow-rgb), calc(var(--glow-op) * 0.45)) 38%,
    rgba(var(--glow-rgb), 0) var(--glow-fade)
  );
}

.dining-chefart .wrap-left > p.lh-27 {
  border-top: 1px solid rgba(183, 154, 106, 0.4);
  border-bottom: 1px solid rgba(183, 154, 106, 0.4);
  padding: 14px 0;
  margin-top: 24px;
  letter-spacing: 0.01em;
}

.dining-chefart .wrap-left > p.lh-27 .h5 {
  color: #e4c894;
  font-size: clamp(18px, 2.8vw, 24px);
}

.dining-chefart .wisdom-special .h6.text-wisdom-red {
  display: inline-block;
  font-size: clamp(40px, 7vw, 64px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em;
  margin: 4px 0 0;
}

.dining-chefart .wisdom-special .caption {
  font-size: clamp(14px, 2vw, 16px);
}

.dining-chefart .wisdom-special-wrap > p.c-eaeaea {
  text-align: left !important;
  padding: 10px 14px;
  border-left: 3px solid #b79a6a;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    108deg,
    rgba(183, 154, 106, 0.18),
    rgba(183, 154, 106, 0.04)
  );
}

.icw .dining-chefart .btn.btn-regis {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.icw .dining-chefart .btn.btn-disable {
  background: rgba(63, 18, 34, 0.55) !important;
  border: 1px solid rgba(183, 154, 106, 0.35) !important;
  color: rgba(240, 232, 223, 0.55) !important;
}

.dining-chefart .chefart-img-grid .img-wrap {
  border: 1px solid rgba(183, 154, 106, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.dining-chefart .images-group > a.open-promotion-popup {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 18px;
  border: 1px solid rgba(183, 154, 106, 0.5);
  border-radius: 8px;
  text-decoration: none;
}

.dining-chefart .images-group > a.open-promotion-popup .link {
  color: #e4c894 !important;
  letter-spacing: 0.04em;
}

.section-condition.dining-chefart.active {
  background: #fbf7f1 !important;
}

.section-condition.dining-chefart .text-dark strong {
  display: block;
  color: #490c14;
  font-size: clamp(18px, 2.8vw, 24px);
  padding: 16px 0;
  border-bottom: 1px solid rgba(183, 154, 106, 0.55);
}

.section-condition.dining-chefart ul.caption {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 16px !important;
  display: flex;
  flex-direction: column;
}

.section-condition.dining-chefart ul.caption > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  color: #3a2f2a;
  line-height: 1.5;
  text-align: left;
  font-size: clamp(14px, 2.8vw, 16px);
}

.section-condition.dining-chefart ul.caption > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #641d24;
}

.section-condition.dining-chefart ul.caption a {
  color: #490c14 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

.warning.dining-chefart {
  background: #f7f1ea;
}

.warning.dining-chefart .text-gray {
  color: #3a2f2a !important;
}
@media screen and (min-width: 1199px) {
  .section-exclusive-dining.dining-chefart .flex-col .wrap-left {
    width: calc((100% - 56px) * 0.44);
  }

  .section-exclusive-dining.dining-chefart .flex-col .wrap-right {
    width: calc((100% - 56px) * 0.56);
  }
}

.dining-chefart .wrap-left .lh-24,
.dining-chefart .wisdom-special .caption,
.dining-chefart .wisdom-special-wrap > p.c-eaeaea,
.dining-chefart .wrap-left .h5,
.dining-chefart .wisdom-special .text-wisdom-red strong {
  font-size: clamp(16px, 2.2vw, 18px);
}

.dining-chefart .wrap-left > p.lh-27 .h5 {
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.5;
}

.dining-chefart .wrap-left > p.lh-27 > strong:last-of-type,
.dining-chefart .wrap-left > p.lh-27 {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
}

.dining-chefart .wisdom-special .chefart-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 0 0 2px !important;
}

.dining-chefart .wisdom-special .chefart-price .unit {
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 600;
}

.dining-chefart .chefart-dish .dish-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 8px;
  text-decoration: none;
  /* กันกรอบเทา ๆ ที่เบราว์เซอร์มือถือแฟลชให้ตอนแตะรูป */
  -webkit-tap-highlight-color: transparent;
}

.dining-chefart .chefart-dish .img-wrap img {
  transition: transform 0.35s ease;
}

.dining-chefart .chefart-dish:hover .img-wrap img,
.dining-chefart .chefart-dish .dish-link:focus-visible ~ .img-wrap img {
  transform: scale(1.04);
}

/* กรอบทองตอน focus — เดิมใช้ :focus-within ทำให้กดเมาส์ปุ๊บกรอบค้างอยู่บนรูป
   ทั้งที่กรอบนี้มีไว้ให้คนไล่ด้วยคีย์บอร์ดเห็นว่าตอนนี้อยู่ตรงไหน
   :focus-visible คือ "โฟกัสแบบที่ควรโชว์กรอบ" เบราว์เซอร์จะโชว์เฉพาะตอนกด Tab
   กดด้วยเมาส์หรือแตะจอจะไม่ขึ้น
   (ใช้ ~ ได้เพราะ .dish-link อยู่ก่อน .img-wrap กับ .dish-zoom ใน DOM) */
.dining-chefart .chefart-dish .dish-link:focus-visible {
  outline: 2px solid #e4c894;
  outline-offset: 2px;
}

.dining-chefart .chefart-dish .dish-link:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .dining-chefart .chefart-dish .img-wrap img {
    transition: none;
  }

  .dining-chefart .chefart-dish:hover .img-wrap img,
  .dining-chefart .chefart-dish .dish-link:focus-visible ~ .img-wrap img {
    transform: none;
  }
}

.dining-chefart {
  --chefart-grid-top: 351px;
}

@media screen and (min-width: 1199px) {
  .section-exclusive-dining.dining-chefart .flex-col .wrap-right {
    padding-top: var(--chefart-grid-top);
  }
}

.chefart-dish-popup.sc-thumb-box {
  max-width: 400px;
  margin: 0 auto;
  background: linear-gradient(90deg, #f7f1ea, #fbf7f1) !important;
  border-radius: 8px;
  min-height: 0;
  height: auto;
}

.chefart-dish-popup .inner {
  width: 100%;
  margin: 0;
  padding: 0 0 28px;
  background: none;
}

.chefart-dish-popup .mfp-close:active,
#popup-menu-chefart .mfp-close:active {
  top: -15px;
}

@media screen and (max-width: 767px) {
  .chefart-dish-popup .mfp-close:active,
  #popup-menu-chefart .mfp-close:active {
    top: 16px;
  }
}

.chefart-dish-popup .dish-photo {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
}

.chefart-dish-popup .dish-course {
  margin: 0 24px 8px !important;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b79a6a;
}

.chefart-dish-popup .dish-name {
  margin: 0 24px 12px !important;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  color: #490c14;
}

.chefart-dish-popup .dish-detail {
  margin: 0 24px !important;
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
  color: #3a2f2a;
}

@media screen and (max-width: 767px) {
  /* จอแคบให้ .nw ตัดบรรทัดได้ ไม่งั้น "หรือ Lobster Wellington" ดันกล่องล้นจอ */
  .chefart-dish-popup .dish-name .nw {
    white-space: normal;
  }

  .chefart-dish-popup .dish-course,
  .chefart-dish-popup .dish-name,
  .chefart-dish-popup .dish-detail {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.chefart-dish-popup .dish-detail em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: #641d24;
}

/* ปุ่มแว่นขยาย — เอาไว้บอกว่ากดดูรูปใหญ่ได้ ไม่ใช่พระเอกของการ์ด
   เลยทำให้บางและจาง ๆ พอชี้หรือแท็บถึงค่อยชัดขึ้น */
.dining-chefart .chefart-dish .dish-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 12, 9, 0.26);
  border: 1px solid rgba(251, 247, 241, 0.5);
  color: #fbf7f1;
  opacity: 0.62;
  line-height: 1;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease;
}

.dining-chefart .chefart-dish .dish-zoom svg {
  width: 16px;
  height: 16px;
  display: block;
}

.dining-chefart .chefart-dish:hover .dish-zoom,
.dining-chefart .chefart-dish .dish-link:focus-visible ~ .dish-zoom {
  opacity: 1;
  transform: scale(1.06);
  background: rgba(20, 12, 9, 0.42);
}

@media (prefers-reduced-motion: reduce) {
  .dining-chefart .chefart-dish .dish-zoom {
    transition: none;
  }

  .dining-chefart .chefart-dish:hover .dish-zoom,
  .dining-chefart .chefart-dish .dish-link:focus-visible ~ .dish-zoom {
    transform: none;
  }
}
