/* HERO section */
.obiect-hero {
  background: #f7f5f0;
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.obiect-hero h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* Section labels */
.section-label {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid #b48a65;
  display: inline-block;
  margin-bottom: .75rem;
  padding-bottom: .2rem;
  letter-spacing: 0.6px;
  color: #3b3a38;
}



.breadcrumb-link {
  text-decoration: none;
  font-weight: 600;
  color: var(--accent, #67401e);
}

.breadcrumb-sep {
  margin: 0 .4rem;
  color: #888;
}

.breadcrumb-current {
  color: #6c757d;
  font-size: .9rem;
}

.inventory-code {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5b3312; /* un maro elegant compatibil cu tema */
  white-space: nowrap;
}


/* harta obiect */
.map-wrapper {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

#map-sit {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) { 
  #map-sit { height: 300px; }
}

@media (max-width: 576px) { 
  #map-sit { height: 220px; }
}

.leaflet-popup-content {
  font-size: 0.85rem;
  line-height: 1.3;
}

.leaflet-popup-content strong {
  font-size: 1rem;
}

/* Imagine principală */
.obiect-image-wrapper {
  max-height: 360px; /* limitează înălțimea ca să nu spargă layout-ul */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.obiect-img-principala {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Main Image */
.obiect-image-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.obiect-img-principala,
.obiect-image-wrapper img {
  width: 100%;
  object-fit: contain;
  border-radius: 6px;
}



/* Fancybox refinement */
.fancybox-caption-wrapper {
  text-align: center;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #f0f0f0;
}

.fancybox-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
}




/* Încadrarea frumoasă a cardurilor */
.card-section {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-label {
  border-bottom: 2px solid #c4b28a;
  padding-bottom: 0.3rem;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Mobile handling */
@media (max-width: 768px) {
  .obiect-image-wrapper {
    max-height: 280px;
  }
}

.obiect-image-wrapper {
  position: relative; /* necesar pentru poziționarea absolută */
  max-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.multiple-images {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 5;
}
.multiple-images i {
  font-size: 0.8rem;
}


.list-group-item {
  font-size: .92rem;
  background: transparent;
  border-color: #eee;
}
.list-group-item:first-child {
  border-top: none;
}

.capitol-bibliografie ul {
    padding-left: 1rem;
    margin: 0;
}

.capitol-bibliografie li {
    margin-bottom: 4px;
    line-height: 1.3;
}

