.atg-section{background-color:var(--atg-section-bg,#f4f4f4);font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;--atg-card-bg:#fff;--atg-accent:#06c;--atg-text:#222;--atg-heading:#000;--atg-shadow:rgba(0,0,0,.1)}.atg-heading{color:var(--atg-heading)}.atg-subheading{color:var(--atg-text)}.atg-cards{align-items:stretch;display:grid;gap:1.25rem;grid-template-columns:1fr}.atg-cards .atg-card{height:100%}@media (min-width:768px){.atg-cards.atg-layout-2{grid-template-columns:repeat(2,minmax(0,1fr))}.atg-cards.atg-layout-3{grid-template-columns:repeat(3,minmax(0,1fr))}.atg-cards.atg-layout-gt3{display:grid;gap:1.25rem;grid-auto-columns:minmax(18rem,1fr);grid-auto-flow:column;grid-template-rows:repeat(2,1fr);justify-content:center}}@media (min-width:1280px){.atg-cards.atg-layout-gt3{grid-auto-columns:minmax(20rem,1fr)}}.atg-card{background-color:var(--atg-card-bg);border-radius:.5rem;color:var(--atg-text);display:flex;flex-direction:column;gap:.75rem;padding:2rem}.border-thin{border:1px solid var(--atg-accent)}.border-medium{border:3px solid var(--atg-accent)}.border-thick{border:6px solid var(--atg-accent)}.atg-shadow{box-shadow:0 4px 6px -1px var(--atg-shadow),0 2px 4px -2px var(--atg-shadow)}.atg-card__media{border-radius:.5rem;overflow:hidden;position:relative;width:100%}.atg-card__img{aspect-ratio:4/3;display:block;height:auto;margin:0 auto;max-width:400px;object-fit:fill;width:100%}.atg-card__body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:20px 0}.atg-card__category{background-color:#99ebf7;border-radius:.125rem;color:#374151;font-size:1rem;font-weight:600;line-height:1.25rem;max-width:80%;padding:5px 10px;width:100%}.atg-card__title{color:var(--atg-heading);font-size:1.5rem;line-height:1.2;margin-bottom:.25rem}.atg-card__text{color:var(--atg-text)}.atg-text-left{text-align:left}.atg-text-center{text-align:center}