.cgfa-wrap{margin:1.5rem 0}.cgfa-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}.cgfa-filters label{display:grid;gap:.35rem;min-width:200px}.cgfa-filters label>span{font-weight:600}.cgfa-filters select,.cgfa-filters button{min-height:44px;padding:.55rem .75rem;font:inherit}.cgfa-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;transition:opacity .15s ease}.cgfa-wrap.is-loading .cgfa-grid{opacity:.4;pointer-events:none}.cgfa-item{display:block;position:relative;flex:0 0 auto;margin:0;min-width:0}.cgfa-item a{display:block}.cgfa-item img{display:block;width:100%;border-radius:0}.cgfa-item figcaption{margin-top:.4rem;font-size:.9rem}.cgfa-status{min-height:1.5em;margin:.75rem 0}.cgfa-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:1.25rem}.cgfa-pagination button{min-width:42px;min-height:42px;padding:.45rem .7rem}.cgfa-pagination button[aria-current="page"]{font-weight:700;text-decoration:underline}.cgfa-pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:520px){.cgfa-filters label,.cgfa-filters>button{width:100%}}
.cgfa-aspect-crop .cgfa-item img{aspect-ratio:4/3;object-fit:cover}
.cgfa-aspect-full .cgfa-item img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
.cgfa-lightbox-link{cursor:zoom-in}
.cgfa-modal[hidden]{display:none}
.cgfa-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.88)}
.cgfa-modal-content{display:flex;flex-direction:column;align-items:center;max-width:min(96vw,1600px);max-height:92vh}
.cgfa-modal-image{display:block;max-width:100%;max-height:84vh;width:auto;height:auto;object-fit:contain}
.cgfa-modal-caption{max-width:900px;margin:.75rem 0 0;color:#fff;text-align:center}
.cgfa-modal-close{position:fixed;top:14px;right:18px;z-index:2;width:46px;height:46px;padding:0;border:0;border-radius:50%;background:#fff;color:#111;font-size:32px;line-height:1;cursor:pointer}
body.cgfa-modal-open{overflow:hidden}

.cgfa-aspect-full .cgfa-item{overflow:hidden}
.cgfa-aspect-full .cgfa-item a{display:block;width:100%;height:100%}
.cgfa-aspect-full .cgfa-item figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:.55rem .7rem;background:linear-gradient(transparent,rgba(0,0,0,.72));color:#fff;pointer-events:none}
.cgfa-aspect-crop .cgfa-item{flex:1 1 calc((100% - (var(--cgfa-columns) - 1)*1rem)/var(--cgfa-columns));max-width:calc((100% - (var(--cgfa-columns) - 1)*1rem)/var(--cgfa-columns))}
@media(max-width:900px){.cgfa-aspect-crop .cgfa-item{flex-basis:calc((100% - 1rem)/2);max-width:calc((100% - 1rem)/2)}}
@media(max-width:520px){.cgfa-aspect-crop .cgfa-item{flex-basis:100%;max-width:100%}}

.cgfa-filters select,
.cgfa-filters .cgfa-reset{
	box-sizing:border-box;
	min-height:44px;
	padding:.55rem .75rem;
	border:1px solid currentColor;
	border-radius:6px;
	background:transparent;
	color:inherit;
	font:inherit;
	line-height:1.2;
}
.cgfa-filters .cgfa-reset{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.cgfa-rounded .cgfa-item,
.cgfa-rounded .cgfa-item a,
.cgfa-rounded .cgfa-item img{
	border-radius:12px;
}
.cgfa-square .cgfa-item,
.cgfa-square .cgfa-item a,
.cgfa-square .cgfa-item img{
	border-radius:0;
}
.cgfa-rounded .cgfa-item{
	overflow:hidden;
}
.cgfa-aspect-crop.cgfa-rounded .cgfa-item img,
.cgfa-aspect-full.cgfa-rounded .cgfa-item img{
	border-radius:inherit;
}
.cgfa-grid{
	padding-bottom:1px;
}
.cgfa-editor-shell{
	position:relative;
	min-height:80px;
}
.cgfa-editor-shell::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:2;
	pointer-events:none;
}
.editor-styles-wrapper .cgfa-editor-shell .cgfa-wrap{
	pointer-events:none;
}

.cgfa-filters{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
	align-items:end;
	width:100%;
	gap:1rem;
}
.cgfa-filters label{
	min-width:0;
	width:100%;
}
.cgfa-filters select,
.cgfa-filters .cgfa-reset{
	width:100%;
}
.cgfa-filters .cgfa-reset{
	min-width:0;
}
@media(max-width:900px){
	.cgfa-filters{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
	.cgfa-filters .cgfa-reset{
		min-width:0;
	}
}
@media(max-width:520px){
	.cgfa-filters{
		grid-template-columns:1fr;
	}
}

.cgfa-media-link{cursor:zoom-in}
.cgfa-video-preview{position:relative;width:100%;height:100%;background:#111;overflow:hidden}
.cgfa-video-preview video{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}
.cgfa-play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:rgba(0,0,0,.68);color:#fff;font-size:24px;padding-left:4px}
.cgfa-aspect-crop .cgfa-video-preview{aspect-ratio:4/3}
.cgfa-file-card{background:rgba(127,127,127,.08);border:1px solid rgba(127,127,127,.28)}
.cgfa-file-link{box-sizing:border-box;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%;min-height:170px;padding:1.25rem;text-decoration:none;color:inherit}
.cgfa-file-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:.8rem;border:1px solid currentColor;border-radius:50%;font-size:22px}
.cgfa-file-link strong{overflow-wrap:anywhere}
.cgfa-file-link>span:not(.cgfa-file-icon){margin-top:.35rem;font-size:.9rem}
.cgfa-file-action{text-decoration:underline}
.cgfa-modal-video{display:block;max-width:100%;max-height:84vh;width:auto;height:auto;background:#000}
.cgfa-modal-video[hidden],.cgfa-modal-image[hidden]{display:none}
.cgfa-rounded .cgfa-video-preview,.cgfa-rounded .cgfa-file-card,.cgfa-rounded .cgfa-file-link{border-radius:12px}
.cgfa-square .cgfa-video-preview,.cgfa-square .cgfa-file-card,.cgfa-square .cgfa-file-link{border-radius:0}
.cgfa-aspect-full .cgfa-file-link{min-height:0}
@media(max-width:520px){
	.cgfa-filters{grid-template-columns:1fr}
	.cgfa-modal{padding:12px}
}
