/* fonts */
.ct-gallery,.ct-gallery button {font-family:system-ui,sans-serif}
/* colors */
.ct-lightbox {background:#111;color:#fff}.ct-lightbox::backdrop {background:#000d}.ct-gallery-grid button {background:#f5f5f5}
/* layout */
.ct-gallery-grid {display:grid;grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;align-items:start;gap:1rem}.ct-gallery-grid button {display:block;width:100%;min-width:0;aspect-ratio:4/3;overflow:hidden;padding:0;border:0;border-radius:1rem;cursor:pointer}.ct-gallery-grid img {display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;object-fit:contain;border-radius:inherit}.ct-gallery-head h2,.ct-gallery-head p {margin:.25rem 0}.ct-lightbox {width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:1rem;border:0}.ct-lightbox>img {display:block;width:100%;height:100%;object-fit:contain}.ct-lightbox button {position:fixed;z-index:2;width:3rem;height:3rem;border:0;border-radius:50%;font-size:2rem;cursor:pointer}.ct-light-close {top:1rem;right:1rem}.ct-light-prev,.ct-light-next {top:50%;transform:translateY(-50%)}.ct-light-prev {left:1rem}.ct-light-next {right:1rem}.ct-gallery-editor {padding:1rem;border:1px solid #949494}.ct-gallery-editor figure {margin:0}.ct-gallery-editor figcaption {display:flex;justify-content:space-between;gap:.5rem;align-items:center}
/* special */
@media (min-width:40rem) {.ct-gallery-grid {grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem) {.ct-gallery-grid {grid-template-columns:repeat(3,1fr)}}

/* image safeguards */
.ct-gallery-grid button:empty {display:none}.ct-gallery-grid img[src=""] {visibility:hidden}.ct-gallery-editor .ct-gallery-grid figure {min-width:0}.ct-gallery-editor .ct-gallery-grid img {width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}
