.gallery-layout-container{width:100%}.gallery-layout-subcontainer{max-width:1200px;margin:0 auto;padding:20px 10px}.gallery-grid{grid-template-columns:repeat(4,1fr);justify-content:center;gap:20px;margin:0 auto;padding:0;list-style:none;display:grid}@media (max-width:979px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr;justify-content:center}.gallery-card{width:100%;max-width:214px;margin:0 auto}}.gallery-card{aspect-ratio:4/3;background-color:#fff;border-radius:24px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:4px 4px 4px rgba(26,26,26,.48)}.gallery-card:hover{transform:translateY(-4px);box-shadow:4px 8px 16px rgba(26,26,26,.4)}.gallery-photos{width:100%;height:100%;position:relative;overflow:hidden}.gallery-toggle-wrap{justify-content:center;gap:8px;margin-top:20px;display:none;position:relative}.gallery-toggle{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gallery-more-btn{cursor:pointer;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #ccc;border-radius:20px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;transition:background .2s;display:inline-flex}.gallery-more-btn:hover{background:#f1f1f1}.label-text.opened{display:none}.gallery-layout-subcontainer:has(.gallery-toggle:checked) .label-text.closed{display:none}.gallery-layout-subcontainer:has(.gallery-toggle:checked) .label-text.opened{display:inline}@media (max-width:767px){.gallery-grid .gallery-card:nth-child(n+9){display:none}.gallery-layout-subcontainer:has(.gallery-toggle:checked) .gallery-grid .gallery-card{display:block}.gallery-toggle-wrap{display:flex}}@media (max-width:480px){.gallery-grid .gallery-card:nth-child(n+7){display:none}.gallery-layout-subcontainer:has(.gallery-toggle:checked) .gallery-grid .gallery-card{display:block}}
