.elementor-565 .elementor-element.elementor-element-906722f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-565 .elementor-element.elementor-element-3800163{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-3800163 *//* === СТОРІНКА ДІЗНАТИСЯ БІЛЬШЕ === */
.vdm-heading {
  text-align: center;
  padding: 60px 20px 40px;
  max-width: 900px;
  margin: 0 auto;
}
.vdm-title {
  font-family: 'Cormorant SC', serif !important;
  font-weight: 700 !important;
  font-size: clamp(40px, 6vw, 72px) !important;
  letter-spacing: 6px !important;
  color: #1c1c1c !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vdm-ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 24px 0;
}
.vdm-ornament .line {
  width: 70px;
  height: 1px;
  background: #8a3a2a;
  display: block;
}
.vdm-ornament .diamond {
  width: 9px;
  height: 9px;
  background: #8a3a2a;
  transform: rotate(45deg);
  display: block;
}
.vdm-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.6;
  color: #5a4a3a;
  margin: 0 auto;
}
.vdm-section {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.vdm-block-title {
  font-family: 'Cormorant SC', serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 4px !important;
  color: #1c1c1c !important;
  border-bottom: 1.5px solid #8a3a2a;
  padding-bottom: 10px;
  margin-bottom: 28px !important;
}

/* КНИГИ */
.vdm-books-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #8a3a2a #f0ebe0;
  scrollbar-width: thin;
}
.vdm-books-track::-webkit-scrollbar {
  height: 4px;
}
.vdm-books-track::-webkit-scrollbar-track {
  background: #f0ebe0;
}
.vdm-books-track::-webkit-scrollbar-thumb {
  background: #8a3a2a;
  border-radius: 2px;
}
.vdm-book {
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: transform 0.2s ease;
}
.vdm-book:hover {
  transform: translateY(-4px);
}
.vdm-book img {
  height: 200px;
  width: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.vdm-hint {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #8a7a6a;
  text-align: center;
  margin-top: 12px;
}

/* ФІЛЬМИ */
.vdm-films-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.vdm-film-card {
  background: #1c1c1c;
  border-radius: 4px;
  padding: 24px 20px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.vdm-film-card:hover {
  transform: translateY(-3px);
  background: #2a2a2a;
}
.vdm-film-badge {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #8a3a2a;
}
.vdm-film-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #f5f0e6;
  line-height: 1.3;
}
.vdm-film-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: #b8ad99;
}

/* СТАТТІ */
.vdm-articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.vdm-article {
  border-left: 3px solid #8a3a2a;
  padding: 14px 18px;
  background: #fff;
  text-decoration: none !important;
  transition: background 0.2s ease;
  border-radius: 0 4px 4px 0;
}
.vdm-article:hover {
  background: #f5f0e6;
}
.vdm-article-source {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #8a3a2a;
  margin-bottom: 6px;
}
.vdm-article-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #1c1c1c;
  line-height: 1.4;
}

/* Адаптив */
@media (max-width: 768px) {
  .vdm-films-grid {
    grid-template-columns: 1fr;
  }
  .vdm-articles-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .vdm-heading {
    padding: 40px 16px 30px;
  }
}/* End custom CSS */