/* Pawon Nusantara v7.4.8 - compact special request notice */
.special-request-section{
  padding:10px 0 16px;
}
.special-request-section--home{
  margin-top:2px;
  padding:8px 0 20px;
}
.special-request-section--menu{
  padding:0 0 16px;
}
.special-request-notice{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border-radius:20px;
  border:1px solid rgba(236,141,72,.18);
  background:linear-gradient(135deg,#fffaf3 0%,#fffefd 60%,#f8fff4 100%);
  box-shadow:0 12px 30px rgba(78,35,12,.07);
}
.special-request-notice::before{
  width:3px;
}
.special-request-notice__icon{
  width:38px;
  height:38px;
  border-radius:14px;
  font-size:15px;
  box-shadow:0 9px 18px rgba(180,35,24,.16);
}
.special-request-notice__content{
  gap:5px;
}
.special-request-notice__eyebrow{
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  font-size:9px;
  line-height:1;
  letter-spacing:.08em;
}
.special-request-notice strong{
  display:block;
  font-size:17px;
  line-height:1.18;
  letter-spacing:-.02em;
}
.special-request-notice p{
  margin:0;
  color:#554943;
  font-size:12.5px;
  line-height:1.55;
}
.special-request-notice small{
  color:#75655b;
  font-size:10.5px;
  line-height:1.4;
}
.special-request-notice__cta{
  min-height:38px;
  padding:0 13px;
  border-radius:13px;
  font-size:11px;
  line-height:1;
  box-shadow:0 10px 20px rgba(180,35,24,.14);
}
.special-request-notice__cta::after{
  margin-left:6px;
  font-size:12px;
}

.product-special-request-panel{
  grid-column:1 / -1;
  margin-top:-8px;
}
.product-special-request-panel .special-request-notice{
  grid-template-columns:40px minmax(0,1fr) auto;
  max-width:none;
  padding:13px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff8f2 0%,#fffefe 100%);
}
.product-special-request-panel .special-request-notice__icon{
  width:36px;
  height:36px;
  border-radius:12px;
}
.product-special-request-panel .special-request-notice__eyebrow{
  display:none;
}
.product-special-request-panel .special-request-notice strong{
  font-size:15px;
}
.product-special-request-panel .special-request-notice p{
  font-size:12px;
  line-height:1.45;
}
.product-special-request-panel .special-request-notice small{
  display:none;
}
.product-special-request-panel .special-request-notice__cta{
  min-height:36px;
  padding:0 12px;
  font-size:10.5px;
}

.special-request-notice--product{
  margin:0;
}
.special-request-notice--cart,
.checkout-special-request-wrap .special-request-notice{
  padding:12px 13px;
  border-radius:16px;
}
.special-request-notice--cart strong,
.checkout-special-request-wrap .special-request-notice strong{
  font-size:13px;
}
.special-request-notice--cart p,
.checkout-special-request-wrap .special-request-notice p{
  font-size:11px;
  line-height:1.45;
}
.special-request-notice--cart .special-request-notice__icon,
.checkout-special-request-wrap .special-request-notice__icon{
  width:32px;
  height:32px;
  border-radius:11px;
  font-size:13px;
}

@media (max-width:900px){
  .special-request-notice{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
  }
  .special-request-notice__cta{
    grid-column:2;
    width:max-content;
    margin-left:0;
  }
  .product-special-request-panel{
    margin-top:0;
  }
  .product-special-request-panel .special-request-notice{
    grid-template-columns:38px minmax(0,1fr);
  }
  .product-special-request-panel .special-request-notice__cta{
    grid-column:2;
  }
}
@media (max-width:620px){
  .special-request-section{padding:8px 0 14px;}
  .special-request-notice,
  .product-special-request-panel .special-request-notice{
    grid-template-columns:1fr;
    gap:10px;
    padding:14px;
    border-radius:18px;
  }
  .special-request-notice::before{
    width:100%;
    height:3px;
    inset:0 0 auto 0;
  }
  .special-request-notice__icon{
    display:none;
  }
  .special-request-notice strong{
    font-size:16px;
  }
  .special-request-notice p{
    font-size:12px;
  }
  .special-request-notice small{
    display:none;
  }
  .special-request-notice__cta,
  .product-special-request-panel .special-request-notice__cta{
    grid-column:auto;
    width:100%;
    justify-content:center;
    min-height:38px;
  }
}
