@charset "UTF-8";
.strip[data-id="511509"] {
  --section-id: "511509";
  --storage-url: "https://pro-dva.proweb.cz/_section/511509";
  --public-url: "https://pro-dva.proweb.cz/_section/511509";
}
.strip[data-id="511509"] .events-table-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id="511509"] .events-table-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="511509"] .events-table-section .section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
}
.strip[data-id="511509"] .events-table-section .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #b31b1b;
  margin: 15px auto 0;
}
.strip[data-id="511509"] .events-table-section .events-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
}
.strip[data-id="511509"] .events-table-section .event-row {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}
.strip[data-id="511509"] .events-table-section .event-row:last-child {
  border-bottom: none;
}
.strip[data-id="511509"] .events-table-section .event-row:hover {
  background: #fdfdfd;
}
.strip[data-id="511509"] .events-table-section .month-col {
  flex: 0 0 150px;
  padding: 20px;
  background: #f9f9f9;
  font-weight: 700;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  border-right: 2px solid #b31b1b;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.strip[data-id="511509"] .events-table-section .details-col {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.1rem;
  min-height: 60px;
  /* Styl pro prázdné/volné termíny */
}
.strip[data-id="511509"] .events-table-section .details-col:empty::before {
  content: "Volné termíny";
  color: #aaa;
  font-style: italic;
  font-size: 0.9rem;
}
.strip[data-id="511509"] .events-table-section .calendar-footer {
  margin-top: 40px;
  text-align: center;
  padding: 30px;
  background: #fdf2f2;
  border-radius: 15px;
  border: 1px dashed #b31b1b;
}
.strip[data-id="511509"] .events-table-section .calendar-footer p {
  font-weight: 600;
  color: #b31b1b;
  margin: 0;
}
@media (max-width: 600px) {
  .strip[data-id="511509"] .event-row {
    flex-direction: column;
  }
  .strip[data-id="511509"] .month-col {
    flex: none;
    width: 100%;
    padding: 10px 20px;
    border-right: none;
    border-bottom: 2px solid #b31b1b;
  }
}.strip[data-id="90e172"] {
  --section-id: "90e172";
  --storage-url: "https://pro-dva.proweb.cz/_section/90e172";
  --public-url: "https://pro-dva.proweb.cz/_section/90e172";
}
.strip[data-id="90e172"] .poster-section {
  padding: 80px 0;
  background-color: #fcfcfc;
}
.strip[data-id="90e172"] .poster-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="90e172"] .poster-section .section-title {
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}
.strip[data-id="90e172"] .poster-section .poster-container {
  max-width: 600px;
  margin: 0 auto 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  border: 8px solid #fff;
  transition: transform 0.3s ease;
}
.strip[data-id="90e172"] .poster-section .poster-container:hover {
  transform: scale(1.02);
}
.strip[data-id="90e172"] .poster-section .poster-container img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id="90e172"] .poster-section .poster-info {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
}.strip[data-id="139bea"] {
  --section-id: "139bea";
  --storage-url: "https://pro-dva.proweb.cz/_section/139bea";
  --public-url: "https://pro-dva.proweb.cz/_section/139bea";
}
.strip[data-id="139bea"] .main-footer {
  background: #222;
  color: #fff;
  padding: 60px 0 30px;
  margin-top: 50px;
}
.strip[data-id="139bea"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="139bea"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id="139bea"] .main-footer h3, .strip[data-id="139bea"] .main-footer h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.strip[data-id="139bea"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
}
.strip[data-id="139bea"] .main-footer ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="139bea"] .main-footer ul li {
  margin-bottom: 10px;
}
.strip[data-id="139bea"] .main-footer ul a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="139bea"] .main-footer ul a:hover {
  color: #fff;
}
.strip[data-id="139bea"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}