.accordion-button{background-color:#f3f4f6;color:#1f2937;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px rgba(0,0,0,5%);font-size:1.125rem;font-weight:600;transition:background-color .2s ease-in-out}.accordion-button:hover{background-color:#e5e7eb}.accordion-button:focus{outline:none}.accordion-button .icon{color:#6b7280;font-size:1.25rem;line-height:1}.accordion-content{transition:max-height .3s ease-out;max-height:0;overflow:hidden}.accordion-content:not(.hidden){max-height:none;height:auto}.gallery-accordion{width:100%;max-width:100%;-webkit-overflow-scrolling:touch}.gallery-item{width:100%;aspect-ratio:4/3}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;height:auto;overflow:visible}@media(max-width:640px){.gallery-grid{grid-template-columns:1fr;gap:8px}}.gallery-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.375rem}