.eres-gallery-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:24px 0}.eres-gallery-card{display:block;padding:22px;border:1px solid #e5e5e5;border-radius:16px;text-decoration:none;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease}.eres-gallery-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.1)}.eres-gallery-card-title{display:block;font-weight:700;font-size:1.08rem;color:#111}.eres-gallery-card-meta{display:block;margin-top:8px;color:#666;font-size:.88rem}.eres-gallery-inline{margin-top:32px}.eres-gallery-wrap{margin:24px 0}.eres-gallery-grid{display:grid;gap:16px}.eres-cols-2{grid-template-columns:repeat(2,1fr)}.eres-cols-3{grid-template-columns:repeat(3,1fr)}.eres-cols-4{grid-template-columns:repeat(4,1fr)}.eres-cols-5{grid-template-columns:repeat(5,1fr)}.eres-cols-6{grid-template-columns:repeat(6,1fr)}.eres-gallery-item{margin:0;border:1px solid #eee;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.05)}.eres-gallery-item img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f5f5f5}.eres-gallery-item figcaption{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;font-size:.85rem}.eres-gallery-item figcaption span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eres-download-link{font-weight:600;text-decoration:none}.eres-gallery-password-box{max-width:420px;padding:24px;border:1px solid #e8e8e8;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.06);margin:24px 0}.eres-gallery-password-box label{display:block;margin-bottom:6px;font-weight:600}.eres-gallery-password-box input[type=password]{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}.eres-gallery-password-box button{margin-top:12px;padding:10px 16px;border:0;border-radius:8px;background:#111;color:#fff;cursor:pointer}.eres-gallery-error,.eres-gallery-message{padding:12px 14px;border-radius:10px;background:#fff3f3;border:1px solid #ffd0d0;color:#8a1f1f}.eres-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.86);padding:24px}.eres-lightbox.is-open{display:flex}.eres-lightbox img{max-width:92vw;max-height:86vh;border-radius:8px}.eres-lightbox button{position:absolute;top:18px;right:18px;border:0;background:#fff;color:#111;border-radius:999px;width:42px;height:42px;font-size:26px;cursor:pointer}@media(max-width:900px){.eres-gallery-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:560px){.eres-gallery-grid{grid-template-columns:1fr!important}.eres-gallery-item figcaption{display:block}.eres-download-link{display:inline-block;margin-top:6px}}

/* Version 1.2 */
.eres-gallery-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.eres-gallery-year-heading {
    margin: 34px 0 14px;
    font-size: 1.6rem;
    line-height: 1.2;
}
.eres-gallery-year-heading:first-child {
    margin-top: 0;
}
.eres-gallery-year-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-bottom: 10px;
}
.eres-gallery-back {
    margin: 0 0 20px;
}
.eres-gallery-date {
    margin-top: -8px;
    margin-bottom: 24px;
    opacity: 0.75;
}

/* Version 1.3 */
.eres-gallery-overview-list {
    display: block;
}
.eres-gallery-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 28px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
}
.eres-gallery-table th,
.eres-gallery-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}
.eres-gallery-table th {
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #666;
    background: #fafafa;
}
.eres-gallery-table tr:last-child td {
    border-bottom: 0;
}
.eres-gallery-table-title {
    font-weight: 700;
    text-decoration: none;
}
.eres-gallery-table-button,
.eres-zip-download-button {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: .9rem;
    white-space: nowrap;
}
.eres-gallery-actions {
    margin: 0 0 22px;
}
@media(max-width:640px){
    .eres-gallery-table thead{display:none}
    .eres-gallery-table,.eres-gallery-table tbody,.eres-gallery-table tr,.eres-gallery-table td{display:block;width:100%}
    .eres-gallery-table tr{border-bottom:1px solid #eee;padding:10px 0}
    .eres-gallery-table tr:last-child{border-bottom:0}
    .eres-gallery-table td{border-bottom:0;padding:8px 14px}
}
