.program-card{cursor:pointer}
.program-card:focus-visible{outline:3px solid #f5df13;outline-offset:4px}
.ahm-program-dialog>.ahm-program-visual{display:flex;flex-direction:column;min-width:0;background:#052d20}
.ahm-program-main-photo{display:block;width:100%;min-height:430px;flex:1;object-fit:contain;background:#052d20}
.ahm-program-gallery{padding:15px 16px 17px;background:linear-gradient(145deg,#04271b,#075037)}
.ahm-program-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:11px;color:#fff}
.ahm-program-gallery-head strong{font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.ahm-program-gallery-head span{color:#dbe830;font-size:10px;font-weight:900}
.ahm-program-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ahm-program-thumb{position:relative;overflow:hidden;aspect-ratio:1.35;border:2px solid transparent;border-radius:10px;background:#0a5036;cursor:pointer;opacity:.74;transition:opacity .2s ease,transform .2s ease,border-color .2s ease}
.ahm-program-thumb:hover,.ahm-program-thumb.is-active{opacity:1;transform:translateY(-2px);border-color:#e0e82d}
.ahm-program-thumb img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center!important}
.ahm-program-thumb:focus-visible{outline:2px solid #fff;outline-offset:2px}
@media(max-width:760px){
  .ahm-program-dialog>.ahm-program-visual{min-height:0}
  .ahm-program-main-photo{height:auto;min-height:220px;max-height:42vh;flex:none;object-fit:contain}
  .ahm-program-gallery{padding:12px}
  .ahm-program-thumbs{gap:6px}
  .ahm-program-thumb{display:block;min-width:0;min-height:58px;border-radius:8px;aspect-ratio:1.15}
}
@media(max-width:420px){
  .ahm-program-main-photo{height:auto;min-height:210px;max-height:40vh}
  .ahm-program-gallery-head strong{font-size:9px}
  .ahm-program-gallery-head span{font-size:9px}
}
