@media (max-width:760px){
  .codes-page .codes-hero{padding:16px!important;margin-bottom:10px!important}
  .codes-page .codes-summary{grid-template-columns:1fr 1fr!important;gap:8px!important;padding:9px!important}
  .codes-page .codes-summary-item{grid-template-columns:32px minmax(0,1fr)!important;gap:8px!important}
  .codes-page .codes-summary-icon{width:32px!important;height:32px!important;border-radius:9px!important}
  .codes-page .codes-summary-item strong{font-size:.82rem!important}
  .codes-page .codes-summary-item small{display:none!important}

  .codes-page .codes-official{padding:15px!important}
  .codes-page .codes-official>header{grid-template-columns:1fr auto!important;align-items:center!important;gap:10px!important;margin-bottom:10px!important}
  .codes-page .codes-official>header .eyebrow{font-size:.66rem!important}
  .codes-page .codes-official>header h2{font-size:1.45rem!important;margin:2px 0!important}
  .codes-page .codes-official>header p{display:none!important}
  .codes-page .codes-redeem-button{width:auto!important;min-height:38px!important;padding:0 12px!important;font-size:.78rem!important;white-space:nowrap!important}

  .codes-page .official-code-status{display:block!important;margin:0 0 10px!important;padding:11px!important}
  .codes-page .official-code-status>span{display:none!important}
  .codes-page .official-code-copy>small{font-size:.72rem!important;margin:0 0 8px!important}
  .codes-page .official-code-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;margin-top:0!important}
  .codes-page .official-code-row>div{display:grid!important;grid-template-columns:auto 1fr!important;gap:5px 8px!important;align-items:center!important}
  .codes-page .official-code-row code{grid-row:1/3!important;padding:5px 7px!important;font-size:.82rem!important}
  .codes-page .official-code-row strong{font-size:.84rem!important;line-height:1.25!important}
  .codes-page .official-code-row span{font-size:.68rem!important}
  .codes-page .official-code-row button{width:auto!important;min-height:36px!important;padding:0 12px!important;font-size:.75rem!important}

  .codes-page .codes-type-grid{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:0!important}
  .codes-page .codes-type-grid article{display:inline-flex!important;align-items:center!important;gap:6px!important;width:auto!important;padding:7px 9px!important;border-radius:999px!important;background:#172131!important}
  .codes-page .codes-type-icon{width:22px!important;height:22px!important;border-radius:7px!important;font-size:.72rem!important}
  .codes-page .codes-type-grid strong{margin:0!important;font-size:.72rem!important;white-space:nowrap!important}
  .codes-page .codes-type-grid p{display:none!important}
  .codes-page .codes-official details{margin-top:10px!important;padding:9px 11px!important}
  .codes-page .codes-official .codes-source{display:none!important}

  .codes-page .codes-toolbar{margin-top:12px!important}
}

@media (max-width:430px){
  .codes-page .codes-summary{grid-template-columns:1fr!important}
  .codes-page .codes-official>header{grid-template-columns:1fr!important}
  .codes-page .codes-redeem-button{width:100%!important}
  .codes-page .official-code-row{grid-template-columns:1fr!important}
  .codes-page .official-code-row button{width:100%!important}
}
