/* --- Zoznam albumov (grid) --- */
.eben-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.eben-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.eben-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.eben-thumb {
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    display: block;
}

.eben-card-body {
    padding: 0.75rem 0.9rem;
}

.eben-title {
    font-weight: 700;
    margin: 0 0 0.2rem 0;
}

.eben-meta {
    color: #6b7280;
    font-size: 0.9rem;
}

/* --- Sekcia pre upload (shortcode) --- */
.eben-upload-wrap {
    max-width: 780px;
    margin: 1rem auto;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.eben-field {
    margin-bottom: 1rem;
}

.eben-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.eben-field input[type="text"],
.eben-field input[type="number"] {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border: 1px solid #d1d5db;
    border-radius: 0.6rem;
}

.eben-upload-drop {
    padding: 1rem;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    text-align: center;
}

.eben-btn {
    display: inline-block;
    background: #111827;
    color: #fff;
    padding: 0.65rem 1rem;
    border-radius: 0.65rem;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.eben-btn:hover {
    opacity: 0.9;
}

.eben-hint {
    color: #6b7280;
    font-size: 0.9rem;
}

.eben-progress {
    position: relative;
    height: 16px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-top: 12px;
        display: -webkit-box;
}

.eben-progress-bar {
    height: 100%;
    background: #ca2626;
    border-radius: 10px;
}

.eben-progress-text {
    margin-top: 6px;
    font-size: 0.9rem;
    color: #4b5563;
}

/* --- Single album (masonry) --- */
.eben-photos.masonry {
    column-width: 280px; /* cieľová šírka "dlaždice" */
    column-gap: 12px;
}

@media (max-width: 1024px) {
    .eben-photos.masonry {
        column-width: 240px;
    }
}

@media (max-width: 640px) {
    .eben-photos.masonry {
        column-width: 180px;
    }
}

.eben-figure{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 12px 0;
  display: inline-block;
  width: 100%;
}


/* !!! Dôležité: obrázok MUSÍ rešpektovať šírku stĺpca */
.eben-figure img,
.eben-photo{
  display:block;
  width:100%;
  height:auto;
}


/* Pôvodné .eben-open nahrádzame na správnu triedu */
.eben-lightbox-trigger{
  display:block;
  border-radius:12px;
  overflow:hidden;
  border:0px solid #e5e7eb;
}
.eben-lightbox-trigger img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  transition:transform .18s ease;
}
.eben-lightbox-trigger:hover img{ transform:scale(1.015); }

.eben-lightbox-trigger br { display: none !important; }

/* (voliteľné) ak téma niekde násilne nastavuje šírky obrázkov */
.eben-album .eben-figure img{ width:100% !important; height:auto !important; }

div#eben-lightbox-caption {
    display: none;
}

.eben-figure a {
    display: block;
}

.eben-open {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.eben-open img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.18s ease;
}

.eben-open:hover img {
    transform: scale(1.015);
}

.eben-caption {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.35rem;
    display:none;
}

.eben-album-head {
    margin-bottom: 2rem;
}

.eben-album-head h2 {
    margin: 0;
    font-size: 2.2rem;
}

.eben-album-meta {
    font-size: 1rem;
    color: #6b7280;
}



/* Kontajner – zapni CSS columns a zruš cudzie layouty */
.eben-album .eben-photos.masonry{
  display: block !important;
  columns: 280px;
  -webkit-columns: 280px;
  -moz-columns: 280px;
  column-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  /* istota proti témam, ktoré nútia flex/grid */
  flex: none !important;
  display: block !important;
}

@media (max-width:1024px){
  .eben-album .eben-photos.masonry{
    columns: 240px;
    -webkit-columns: 240px;
    -moz-columns: 240px;
  }
}
@media (max-width:640px){
  .eben-album .eben-photos.masonry{
    columns: 180px;
    -webkit-columns: 180px;
    -moz-columns: 180px;
  }
}

/* Dlaždica – nesmie sa lámať medzi stĺpce */
.eben-album .eben-figure{
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
  float: none !important;   /* pre istotu proti „float“ témam */
}

.eben-album .eben-figure img{
  display: block;
  width: 100% !important;
  height: auto !important;
}


.eben-gallery-by-year{margin-top:8px}
.eben-year-heading{margin:1.5rem 0 .75rem;font-size:1.8rem;font-weight:800}


@media (max-width: 768px) {
    #eben-lightbox-next,
    #eben-lightbox-prev {
        display: none !important;
    }
}


