﻿/* Shared academy introduction for the two Malaysia product detail pages. */
.atlas-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.atlas-gallery figure{grid-column:span 2;margin:0;overflow:hidden;border-radius:7px;background:#f2f6f0}
.atlas-gallery figure:nth-child(-n+2){grid-column:span 3}
.atlas-gallery img{display:block;width:100%;height:100%;object-fit:cover}
.atlas-gallery .photo-open{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;padding:0;border:0}
.atlas-gallery figcaption{font-size:14px;line-height:1.6;padding:10px 13px;color:#4e6154}
.atlas-introduction .tbl-wrap{margin-top:26px!important}
@media(max-width:720px){.atlas-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.atlas-gallery figure{grid-column:span 1}.atlas-gallery figure:nth-child(-n+2),.atlas-gallery figure:last-child{grid-column:span 2}.atlas-gallery figure:nth-child(3) .photo-open,.atlas-gallery figure:nth-child(4) .photo-open{aspect-ratio:4/3}.atlas-gallery figcaption{font-size:13px;padding:9px 10px}.atlas-introduction .tbl th{width:76px!important;padding:13px 10px!important}.atlas-introduction .tbl td{word-break:normal;overflow-wrap:anywhere}}

/* Four activity photos in a balanced two-by-two layout. */
.atlas-activity-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.atlas-activity-gallery figure{display:flex;flex-direction:column;min-width:0;margin:0;overflow:hidden;border-radius:8px;background:#f2f6f0}
.atlas-activity-gallery .photo-open{display:block;position:relative;width:100%;aspect-ratio:4/3;height:auto;padding:0;overflow:hidden;background:#f2f6f0}
.atlas-activity-gallery img{display:block;width:100%;height:100%;object-fit:contain}
.atlas-activity-gallery figcaption{padding:12px 15px;font-size:15px;line-height:1.6;color:#405b48}
@media(max-width:720px){.atlas-activity-gallery{grid-template-columns:1fr;gap:18px;margin-top:24px}.atlas-activity-gallery figcaption{font-size:14px;padding:11px 13px}}
