.vhadru-kratky-popis {
  font-family: inherit;
  line-height: 1.5;
  color: #333;
  font-size: 0.95em;
}

.vhadru-kratky-popis strong.vhadru-accent {
  color: #5a2a44;
}

.vhadru-kratky-seznam {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.vhadru-kratky-seznam li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.vhadru-kratky-seznam li::before {
  content: "✓";
  color: #de86b8;
  font-weight: bold;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  top: -1px;
}

.vhadru-popisek {
  font-family: inherit;
  line-height: 1.6;
  color: #333;
}

.vhadru-popisek h2 {
  font-size: 1.4em;
  color: #5a2a44;
  border-bottom: 2px solid #de86b8;
  padding-bottom: 8px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.vhadru-popisek h3 {
  font-size: 1.1em;
  color: #5a2a44;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  opacity: 0.9;
}

.vhadru-popisek a {
  color: #de86b8;
  text-decoration: underline;
  font-weight: bold;
}

.vhadru-popisek a:hover {
  color: #d175a6;
}

.vhadru-highlight-box {
  background-color: #eae3df;
  border-left: 4px solid #de86b8;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 25px;
  color: #333;
}

.vhadru-cta-box {
  background-color: #faf7f9;
  border: 1px solid #f1d7e6;
  border-left: 4px solid #de86b8;
  border-radius: 8px;
  padding: 22px 20px;
  margin-bottom: 30px;
  color: #333;
  box-shadow: 0 2px 8px rgba(90, 42, 68, 0.05);
}

.vhadru-cta-box p {
  margin-top: 0;
  margin-bottom: 14px;
}

.vhadru-cta-box strong {
  color: #5a2a44;
}

.vhadru-cta-box .vhadru-seznam {
  margin-bottom: 0;
}

.vhadru-cta-note {
  margin-top: 14px;
  font-size: 0.95em;
  color: #555;
}

.vhadru-seznam {
  list-style: none;
  padding-left: 0;
}

.vhadru-seznam li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.vhadru-seznam li::before {
  content: "✓";
  color: #de86b8;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -2px;
}

.vhadru-faq-otazka {
  font-weight: bold;
  font-size: 1.05em;
  margin-bottom: 5px;
  color: #5a2a44;
  margin-top: 20px;
}

.vhadru-faq-odpoved {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid #de86b8;
  color: #444;
}

.vhadru-dalsi-dotazy {
  margin-top: 25px;
  margin-bottom: 35px;
}

.vhadru-dalsi-dotazy summary {
  cursor: pointer;
  font-weight: bold;
  color: #5a2a44;
  list-style: none;
  padding: 12px 15px;
  background-color: #de86b8;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.vhadru-dalsi-dotazy summary:hover {
  background-color: #d175a6;
}

.vhadru-dalsi-dotazy summary::-webkit-details-marker {
  display: none;
}

.vhadru-dalsi-dotazy summary::before {
  content: "▼ ";
  color: #eae3df;
  margin-right: 8px;
}

.vhadru-dalsi-dotazy[open] summary::before {
  content: "▲ ";
}

.vhadru-dalsi-dotazy > div {
  padding-top: 15px;
}

.vhadru-videa-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  grid-template-rows: auto auto;
  gap: 20px;
  margin-top: 20px;
  align-items: stretch;
}

.vhadru-video-sloupec {
  background-color: #eae3df;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vhadru-video-sloupec h2 {
  margin-top: 0 !important;
  font-size: 1.2em !important;
  border-bottom: none !important;
  color: #5a2a44 !important;
}

.vhadru-video-sloupec p {
  font-size: 0.95em;
  color: #444;
  margin-bottom: 20px;
  text-align: left;
}

.vhadru-video-sloupec iframe {
  max-width: 100%;
  border-radius: 4px;
}

.vhadru-video-sloupec > iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: auto;
}

.vhadru-video-embed {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vhadru-video-embed iframe {
  display: block;
  border-radius: 4px;
  max-width: 100%;
}

.vhadru-video-main {
  grid-column: 1;
  grid-row: 1;
}

.vhadru-video-back {
  grid-column: 1;
  grid-row: 2;
}

.vhadru-video-short {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
}

.vhadru-video-wide .vhadru-video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.vhadru-video-short .vhadru-video-embed {
  flex: 1;
}

.vhadru-video-short .vhadru-video-embed iframe {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 9 / 16;
  height: 100%;
}

@media (max-width: 768px) {
  .vhadru-videa-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .vhadru-video-main,
  .vhadru-video-back,
  .vhadru-video-short {
    width: 100%;
    height: auto;
  }

  .vhadru-video-wide .vhadru-video-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .vhadru-video-short .vhadru-video-embed {
    flex: none;
  }

  .vhadru-video-short .vhadru-video-embed iframe {
    width: 315px;
    height: 560px;
    max-width: 100%;
    aspect-ratio: auto;
  }
}
