.photos-preview-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}.photos-preview-head strong{font-size:12px}.photos-preview-head small{font-size:10px;color:#706c66}.photos-preview-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.photo-tile{position:relative;aspect-ratio:1;background:#eee;overflow:hidden}.photo-tile img{width:100%;height:100%;object-fit:cover}.photo-tile button{position:absolute;right:4px;top:4px;width:24px;height:24px;border:0;border-radius:50%;background:rgba(16,16,16,.84);color:#fff;font-size:18px;line-height:20px;padding:0;cursor:pointer}.photo-tile button:hover{background:#f36a21}.preview.is-loading .photos-preview-list:after{content:"";display:block;width:22px;height:22px;border:3px solid #ded8ce;border-top-color:#f36a21;border-radius:50%;animation:photo-spin .7s linear infinite;margin:8px auto}.preview.is-loading .photos-preview-list{display:block;min-height:38px}@keyframes photo-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.photos-preview-list{grid-template-columns:repeat(2,1fr)}}
