.reepost-post-gallery-root .reepost-gallery-filters-wrap{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:1rem}.reepost-post-gallery-root .reepost-gallery-toolbar{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center;gap:0.75rem;width:100%}.reepost-post-gallery-root .reepost-gallery-filter-toggle,.reepost-post-gallery-root .reepost-gallery-year-mode-toggle{flex-shrink:0;padding:0.65rem 1.25rem;font-size:0.9375rem;font-weight:500;color:#333;background-color:#f0f0f0;border:1px solid rgba(0,0,0,0.12);border-radius:8px;cursor:pointer;transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease}.reepost-post-gallery-root .reepost-gallery-filter-toggle:hover,.reepost-post-gallery-root .reepost-gallery-year-mode-toggle:hover{background-color:#e5e5e5;border-color:rgba(0,0,0,0.2)}.reepost-post-gallery-root .reepost-gallery-filter-toggle[aria-expanded="true"],.reepost-post-gallery-root .reepost-gallery-year-mode-toggle[aria-pressed="true"]{background-color:#333;color:#fff;border-color:#333}.reepost-post-gallery-root .reepost-gallery-tags-row{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.45s cubic-bezier(0.4,0,0.2,1),opacity 0.35s cubic-bezier(0.4,0,0.2,1),margin 0.35s cubic-bezier(0.4,0,0.2,1)}.reepost-post-gallery-root .reepost-gallery-tags-row>*{overflow:hidden;min-height:0}.reepost-post-gallery-root .reepost-gallery-tags-row.is-collapsed{opacity:0;margin-top:-0.75rem;pointer-events:none}.reepost-post-gallery-root .reepost-gallery-tags-row.is-open{grid-template-rows:1fr;opacity:1;margin-top:0}.reepost-post-gallery-root .reepost-gallery-filters-panel{display:flex;flex-direction:column;width:100%}.reepost-post-gallery-root .reepost-gallery-filters-separator{width:100%;height:1px;margin:12px 0;background-color:rgba(0,0,0,0.12);flex-shrink:0}.reepost-post-gallery-root .reepost-filter-buttons{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center}.reepost-post-gallery-root .reepost-filter-button{padding:0.4rem 0.9rem;font-size:0.875rem;font-weight:500;color:#555;background-color:#f5f5f5;border:1px solid rgba(0,0,0,0.12);border-radius:20px;cursor:pointer;transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease}.reepost-post-gallery-root .reepost-filter-button:hover{background-color:#ebebeb;border-color:rgba(0,0,0,0.18)}.reepost-post-gallery-root .reepost-filter-button.active{background-color:#333;color:#fff;border-color:#333}.reepost-post-gallery-root .reepost-gallery-search-wrap{display:flex;align-items:center;width:fit-content;max-width:100%}.reepost-post-gallery-root .reepost-gallery-search-bar{position:relative;width:100%;min-width:150px;max-width:400px}.reepost-post-gallery-root .reepost-gallery-search-clear{position:absolute;right:0.75rem;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;padding:0;border:none;background:none;cursor:pointer;opacity:0.7;transition:opacity 0.2s ease,color 0.2s ease}.reepost-post-gallery-root .reepost-gallery-search-clear:hover{opacity:1}.reepost-post-gallery-root .reepost-gallery-search-clear svg{flex-shrink:0}.reepost-post-gallery-root .reepost-gallery-search-input::-webkit-search-cancel-button,.reepost-post-gallery-root .reepost-gallery-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.reepost-post-gallery-root .reepost-gallery-search-wrap.has-clear .reepost-gallery-search-input{padding-right:2.5rem}.reepost-post-gallery-root .reepost-gallery-no-results{display:none;grid-column:1 / -1;padding:2rem;text-align:center;color:#666}.reepost-post-gallery-root .reepost-gallery-grid.is-empty .reepost-gallery-no-results{display:block}.reepost-post-gallery-root .reepost-gallery-search-input{width:100%;max-width:400px;padding:0.65rem 1rem 0.65rem 2.5rem;font-size:1rem;line-height:1.5;border:1px solid rgba(0,0,0,0.15);border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0.75rem center;transition:border-color 0.2s ease,box-shadow 0.2s ease}.reepost-post-gallery-root .reepost-gallery-search-input:focus{outline:none;border-color:rgba(0,0,0,0.3);box-shadow:0 0 0 3px rgba(0,0,0,0.08)}.reepost-post-gallery-root .reepost-gallery-search-input::placeholder{color:#888}.reepost-post-gallery-root .reepost-gallery-grid{display:block;width:100%}.reepost-post-gallery-root .reepost-gallery-grid-track{display:grid;grid-template-columns:repeat(var(--reepost-pg-cols-d,3),minmax(0,1fr))}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-d,16/9)}@media (max-width:1024px){.reepost-post-gallery-root .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-t,2),minmax(0,1fr))}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-t,16/9)}}@media (max-width:767px){.reepost-post-gallery-root .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-m,1),minmax(0,1fr))}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-m,16/9)}}.reepost-post-gallery-root.is-desktop .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-d,3),minmax(0,1fr))}.reepost-post-gallery-root.is-desktop .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-d,16/9)}.reepost-post-gallery-root.is-tablet .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-t,2),minmax(0,1fr))}.reepost-post-gallery-root.is-tablet .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-t,16/9)}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid-track{grid-template-columns:repeat(var(--reepost-pg-cols-m,1),minmax(0,1fr))}.reepost-post-gallery-root.is-mobile .reepost-gallery-grid .reepost-gallery-item{aspect-ratio:var(--reepost-pg-aspect-m,16/9)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item{position:relative;display:block;overflow:hidden;cursor:pointer;text-decoration:none;transition:opacity 0.5s cubic-bezier(0.4,0,0.2,1),transform 0.4s cubic-bezier(0.4,0,0.2,1);opacity:0;transform:scale(0.98)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon{cursor:default}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.gallery-item-ready{opacity:1;transform:scale(1)}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-hiding{opacity:0 !important;transform:scale(0.85) !important;pointer-events:none;overflow:hidden}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-hidden{display:none !important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-showing{animation:reepostFilterShow 0.4s cubic-bezier(0.4,0,0.2,1) forwards}@keyframes reepostFilterShow{from{opacity:0;transform:scale(0.85)}to{opacity:1;transform:scale(1)}}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:filter 0.6s cubic-bezier(0.4,0,0.2,1),transform 0.6s cubic-bezier(0.4,0,0.2,1),opacity 0.6s ease;will-change:transform,filter}.reepost-post-gallery-root[data-reepost-pg-hover-mode="poster"] .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:blur(var(--reepost-pg-blur-d,2.5px)) brightness(var(--reepost-pg-brightness,0.7));transform:scale(var(--reepost-pg-zoom,1.02))}.reepost-post-gallery-root[data-reepost-pg-hover-mode="poster"].is-tablet .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:blur(var(--reepost-pg-blur-t,2.5px)) brightness(var(--reepost-pg-brightness,0.7))}.reepost-post-gallery-root[data-reepost-pg-hover-mode="poster"].is-mobile .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:blur(var(--reepost-pg-blur-m,2.5px)) brightness(var(--reepost-pg-brightness,0.7))}.reepost-post-gallery-root[data-reepost-pg-hover-mode="poster"] .reepost-gallery-grid .reepost-gallery-item::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent var(--reepost-pg-vignette-start,30%),rgba(var(--reepost-pg-vignette-rgb,0,0,0),var(--reepost-pg-vignette-opacity,0)) var(--reepost-pg-vignette-end,80%));opacity:0;transition:opacity 0.6s ease;pointer-events:none;z-index:var(--reepost-z-overlay)}.reepost-post-gallery-root[data-reepost-pg-hover-mode="poster"] .reepost-gallery-grid .reepost-gallery-item:hover::after{opacity:1}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(20px) scale(0.9);opacity:0;visibility:hidden;transition:opacity var(--reepost-pg-title-duration,0.6s) cubic-bezier(0.4,0,0.2,1) var(--reepost-pg-title-delay,0s),visibility var(--reepost-pg-title-duration,0.6s) cubic-bezier(0.4,0,0.2,1) var(--reepost-pg-title-delay,0s),transform var(--reepost-pg-title-duration,0.6s) cubic-bezier(0.4,0,0.2,1) var(--reepost-pg-title-delay,0s);z-index:var(--reepost-z-content);text-align:center;width:90%;max-width:90%;background:none !important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay{text-shadow:var(--reepost-pg-title-shadow,0 2px 10px rgba(0,0,0,0.4))}@media (min-width:1025px){.reepost-post-gallery-root.reepost-pg-title-d-hover .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root.reepost-pg-title-d-no_hover .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.reepost-post-gallery-root.reepost-pg-title-d-no_hover .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(0.9)}.reepost-post-gallery-root.reepost-pg-title-d-never .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.reepost-pg-title-d-never .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.reepost-post-gallery-root.reepost-pg-title-d-always .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.reepost-pg-title-d-always .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1 !important;visibility:visible !important;transform:translate(-50%,-50%) translateY(0) scale(1) !important;transition:none !important}}@media (min-width:768px) and (max-width:1024px){.reepost-post-gallery-root.reepost-pg-title-t-hover .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root.reepost-pg-title-t-no_hover .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.reepost-post-gallery-root.reepost-pg-title-t-no_hover .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(0.9)}.reepost-post-gallery-root.reepost-pg-title-t-never .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.reepost-pg-title-t-never .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.reepost-post-gallery-root.reepost-pg-title-t-always .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.reepost-pg-title-t-always .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1 !important;visibility:visible !important;transform:translate(-50%,-50%) translateY(0) scale(1) !important;transition:none !important}}@media (max-width:767px){.reepost-post-gallery-root.reepost-pg-title-m-hover .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) scale(1)}.reepost-post-gallery-root.reepost-pg-title-m-no_hover .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.reepost-post-gallery-root.reepost-pg-title-m-no_hover .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(0.9)}.reepost-post-gallery-root.reepost-pg-title-m-never .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.reepost-pg-title-m-never .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.reepost-post-gallery-root.reepost-pg-title-m-always .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root.reepost-pg-title-m-always .reepost-gallery-grid .reepost-gallery-item:hover .gallery-title-overlay{opacity:1 !important;visibility:visible !important;transform:translate(-50%,-50%) translateY(0) scale(1) !important;transition:none !important}}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay.is-title-always-visible{opacity:1 !important;visibility:visible !important;transform:translate(-50%,-50%) translateY(0) scale(1) !important;transition:none !important}.reepost-post-gallery-root .coming-soon-overlay{position:absolute;text-align:center;z-index:var(--reepost-z-content);opacity:1;transition:opacity 0.4s ease,transform 0.4s ease;pointer-events:none;white-space:normal;word-break:break-word;display:flex;align-items:center;justify-content:center}.reepost-post-gallery-root .coming-soon-overlay{text-shadow:var(--reepost-pg-coming-soon-shadow,0 2px 10px rgba(0,0,0,0.4))}.reepost-post-gallery-root .coming-soon-overlay.no-bg{background:none !important;width:80% !important;height:auto !important;padding:12px 10px !important;border-radius:0 !important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:hover .coming-soon-overlay{opacity:0}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon:hover .coming-soon-overlay{opacity:1}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"] .reepost-gallery-grid .reepost-gallery-item[data-video-type] .gallery-img{transition:filter 0.6s cubic-bezier(0.4,0,0.2,1),transform 0.6s cubic-bezier(0.4,0,0.2,1),opacity 0.6s ease}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"] .reepost-gallery-grid .reepost-gallery-item[data-video-type].video-hover-active .gallery-img{opacity:0}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"] .reepost-gallery-grid .reepost-gallery-item .gallery-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:var(--reepost-z-media);opacity:0;pointer-events:none;transition:opacity 0.6s ease;overflow:hidden;background:transparent}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"] .reepost-gallery-grid .reepost-gallery-item[data-video-type].video-hover-active .gallery-video-container{opacity:1;pointer-events:auto}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon:hover .gallery-img{filter:none;transform:none}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon[data-video-type]:hover .gallery-img{opacity:1}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.is-coming-soon[data-video-type]:hover .gallery-video-container{opacity:0;pointer-events:none}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"].is-tablet .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-img,.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"].is-mobile .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-img{opacity:1}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"].is-tablet .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-video-container,.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"].is-mobile .reepost-gallery-grid .reepost-gallery-item[data-video-type]:hover .gallery-video-container{opacity:0;pointer-events:none}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-video-container:empty{display:none !important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:not([data-video-type]) .gallery-video-container{display:none !important}.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"] .reepost-gallery-grid .reepost-gallery-item .gallery-video-container video,.reepost-post-gallery-root[data-reepost-pg-hover-mode="video"] .reepost-gallery-grid .reepost-gallery-item .gallery-video-container iframe{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;background:transparent}@media (prefers-reduced-motion:reduce){.reepost-post-gallery-root .reepost-year-section-body,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-img,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-video-container,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item .gallery-title-overlay,.reepost-post-gallery-root .reepost-gallery-filter-btn,.reepost-post-gallery-root .reepost-year-section-toggle{transition:none !important;animation:none !important}.reepost-post-gallery-root[data-reepost-pg-hover-mode="poster"] .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img,.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:none !important;transform:none !important}.reepost-post-gallery-root .reepost-gallery-grid .reepost-gallery-item.filter-showing{animation:none !important;opacity:1;transform:none}}.reepost-post-gallery-root.reepost-pg-prefers-reduced-motion[data-reepost-pg-hover-mode="poster"] .reepost-gallery-grid .reepost-gallery-item:hover .gallery-img{filter:none !important;transform:none !important}
