.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}@media(max-width: 512px){.gallery-header .h2{font-size:18px}}.gallery-header.centered{justify-content:center;text-align:center}@media(max-width: 768px){.gallery-header.centered{gap:10px}}@media(max-width: 768px){.gallery-header{align-items:center;gap:10px}}.gallery-controls{display:flex;gap:15px;align-items:center}@media(max-width: 768px){.gallery-controls{gap:10px}}.gallery-controls .slider-controller-circle{border:solid 2px var(--art-scroll-thumb);width:54px;min-width:54px;height:54px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);background:rgba(0,0,0,0);cursor:pointer}@media(max-width: 768px){.gallery-controls .slider-controller-circle{width:34px;min-width:34px;height:34px}}.gallery-controls .slider-controller-circle .arrow{transition:all .3s ease}.gallery-controls .slider-controller-circle .arrow.arrow-left,.gallery-controls .slider-controller-circle .arrow.arrow-right{width:22px;height:22px}@media(max-width: 768px){.gallery-controls .slider-controller-circle .arrow.arrow-left,.gallery-controls .slider-controller-circle .arrow.arrow-right{width:12px;height:12px}}.gallery-controls .slider-controller-circle .arrow.arrow-left,.gallery-controls .slider-controller-circle .arrow.arrow-right{border-top:solid 2px var(--art-scroll-thumb);border-left:solid 2px var(--art-scroll-thumb);transform:rotate(-45deg);margin-right:-17%}.gallery-controls .slider-controller-circle .arrow.arrow-right{border-width:0;border-top:solid 2px var(--art-scroll-thumb);border-right:solid 2px var(--art-scroll-thumb);transform:rotate(45deg);margin-right:0;margin-left:-17%}.gallery-controls .slider-controller-circle:hover{border-color:var(--art-orange-light)}.gallery-controls .slider-controller-circle:hover .arrow{border-color:var(--art-orange-light)}.gallery-controls .slider-controller-circle:active{transform:scale(0.95)}.gallery-controls .slider-controller-circle:active .arrow-left{margin-left:-20%}.gallery-controls .slider-controller-circle:active .arrow-right{margin-right:-20%}.gallery-controls .slider-controller-circle:disabled{pointer-events:none;opacity:.25;cursor:not-allowed;transform:scale(1)}.gallery-counter{font-size:14px;color:#666;white-space:nowrap;transition:all .3s ease}@media(max-width: 512px){.gallery-counter{font-size:12px}}.gallery-pagination{display:flex;justify-content:center;gap:8px;margin-bottom:20px;flex-wrap:wrap}.gallery-pagination-button{min-width:36px;height:36px;padding:0 8px;border:1px solid var(--art-scroll-thumb);background:rgba(0,0,0,0);color:var(--art-text-color, #333);border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:14px}.gallery-pagination-button:hover:not(:disabled){background:rgba(var(--art-orange-light-rgb, 255, 107, 53), 0.1);border-color:var(--art-orange-light);transform:translateY(-2px)}.gallery-pagination-button.active{background:var(--art-orange-light);border-color:var(--art-orange-light);color:#fff}.gallery-pagination-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width: 768px){.gallery-pagination-button{min-width:32px;height:32px;font-size:12px}}.gallery-pagination-ellipsis{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:#666}@media(max-width: 768px){.gallery-pagination-ellipsis{min-width:32px;height:32px}}.gallery-slider{display:grid;gap:10px;transition:all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:transform,opacity}@media(max-width: 768px){.gallery-slider{gap:8px}}.gallery-slide{position:relative;overflow:hidden;border-radius:4px;background:#f5f5f5;cursor:pointer;text-decoration:none;display:block;transition:transform .3s ease,box-shadow .3s ease}.gallery-slide:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.gallery-slide:hover img{transform:scale(1.05)}.gallery-slide img{width:100%;object-fit:cover;transition:transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);aspect-ratio:3/2}.image-title{margin:8px 0 0;font-size:14px;color:#666;text-align:center}.gallery-widget.loading,.gallery-widget.error,.gallery-widget.empty{text-align:center;padding:40px;color:#666}.gallery-spinner{display:inline-block;width:60px;height:60px;border:6px solid #f3f3f3;border-top:6px solid var(--art-orange-light);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.gallery-slider:not([style*=transform]) .gallery-slide{animation:fadeIn .3s ease forwards}@media(max-width: 1023px)and (min-width: 768px){.gallery-slider{grid-template-columns:repeat(4, 1fr) !important}}@media(max-width: 767px){.gallery-slider{grid-template-columns:repeat(2, 1fr) !important}.gallery-header .h2{font-size:20px;text-align:center}.gallery-counter{font-size:12px}}@media(max-width: 480px){.gallery-controls{gap:8px}.gallery-counter{font-size:10px}}
