
/* =========================================================
   MOBILE TRUE FINAL
   - gift title one line when possible
   - voucher circle clipped inside card
   - all other mobile proportions unchanged
   ========================================================= */
@media (max-width:640px){

  /* 상품권 제목: 한 줄 우선 */
  .gift-copy h2{
    font-size:15.8px !important;
    line-height:1.25 !important;
    letter-spacing:-0.9px !important;
    white-space:nowrap !important;
    word-break:keep-all !important;
    overflow:visible !important;
  }

  /* 아주 좁은 기기에서는 살짝 더 축소 */
  @media (max-width:390px){
    .gift-copy h2{
      font-size:14.6px !important;
      letter-spacing:-1px !important;
    }
  }

  /* 신세계 카드 안에서만 장식 원이 보이도록 */
  .voucher{
    position:relative !important;
    overflow:hidden !important;
    min-height:92px !important;
    height:auto !important;
  }

  /* 기존 pseudo-element 장식 원 위치/크기 보정 */
  .voucher::after{
    right:-23px !important;
    bottom:-34px !important;
    width:118px !important;
    height:118px !important;
    border-width:1px !important;
    opacity:.75 !important;
  }

  /* 혹시 별도 원 요소가 있을 경우에도 카드 밖으로 못 나가게 */
  .voucher *{
    max-width:100%;
  }

  /* 카드와 아래 혜택바 사이 경계 깔끔하게 */
  .gift-promo{
    overflow:hidden !important;
    border-bottom:1px solid #e6d8bd !important;
  }

  .quick-benefit-strip{
    margin-top:0 !important;
    position:relative !important;
    z-index:1 !important;
  }
}
