
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=fb886b] {
  --section-id: "fb886b";
  --storage-url: "https://ales-novak.proweb.cz/_section/fb886b";
  --public-url: "https://ales-novak.proweb.cz/_section/fb886b";
}
.strip[data-id=fb886b] .main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}
.strip[data-id=fb886b] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fb886b] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=fb886b] .main-header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
.strip[data-id=fb886b] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id=fb886b] .main-header .main-nav ul a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=fb886b] .main-header .main-nav ul a:hover {
  color: #e91e63;
}
@media (max-width: 768px) {
  .strip[data-id=fb886b] .header-content {
    flex-direction: column;
    gap: 15px;
  }
}.strip[data-id="2b4ec8"] {
  --section-id: "2b4ec8";
  --storage-url: "https://ales-novak.proweb.cz/_section/2b4ec8";
  --public-url: "https://ales-novak.proweb.cz/_section/2b4ec8";
}
.strip[data-id="2b4ec8"] .hidden-assets-section {
  display: none;
}.strip[data-id=f7c7ea] {
  --section-id: "f7c7ea";
  --storage-url: "https://ales-novak.proweb.cz/_section/f7c7ea";
  --public-url: "https://ales-novak.proweb.cz/_section/f7c7ea";
}
.strip[data-id=f7c7ea] .page-banner {
  padding: 100px 0;
  background-color: #f4f4f4;
  text-align: center;
}
.strip[data-id=f7c7ea] .page-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=f7c7ea] .page-banner h1 {
  font-size: 3rem;
  color: #333;
  margin: 0;
}.strip[data-id="40eb1f"] {
  --section-id: "40eb1f";
  --storage-url: "https://ales-novak.proweb.cz/_section/40eb1f";
  --public-url: "https://ales-novak.proweb.cz/_section/40eb1f";
}
.strip[data-id="40eb1f"] .calendar-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.strip[data-id="40eb1f"] .calendar-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="40eb1f"] .calendar-section .calendar-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="40eb1f"] .calendar-section .calendar-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
}
.strip[data-id="40eb1f"] .calendar-section .calendar-header p {
  color: #666;
  font-size: 1.1rem;
}
.strip[data-id="40eb1f"] .calendar-section .month-group {
  margin-bottom: 60px;
}
.strip[data-id="40eb1f"] .calendar-section .month-group:last-child {
  margin-bottom: 0;
}
.strip[data-id="40eb1f"] .calendar-section .month-group .month-title {
  font-size: 1.8rem;
  color: #0056b3;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e1e8f0;
  font-weight: 700;
}
.strip[data-id="40eb1f"] .calendar-section .events-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="40eb1f"] .calendar-section .event-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.strip[data-id="40eb1f"] .calendar-section .event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-date {
  background: #0056b3;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  text-align: center;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-date .day {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-date .weekday {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: 0.9;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-content {
  padding: 20px;
  flex-grow: 1;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-content h3 {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  color: #222;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-content .event-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #666;
  font-size: 0.95rem;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-content .event-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-content .event-info span i {
  color: #0056b3;
}
.strip[data-id="40eb1f"] .calendar-section .event-card .event-content .event-description {
  margin-top: 15px;
  color: #444;
  line-height: 1.5;
  font-size: 0.95rem;
}
.strip[data-id="40eb1f"] .calendar-section .no-events {
  text-align: center;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  color: #888;
}
.strip[data-id="40eb1f"] .calendar-section .error-message {
  background: #fff5f5;
  border: 1px solid #feb2b2;
  color: #c53030;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 600px) {
  .strip[data-id="40eb1f"] .event-card {
    flex-direction: column;
  }
  .strip[data-id="40eb1f"] .event-card .event-date {
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    min-width: auto;
  }
}.strip[data-id="99c255"] {
  --section-id: "99c255";
  --storage-url: "https://ales-novak.proweb.cz/_section/99c255";
  --public-url: "https://ales-novak.proweb.cz/_section/99c255";
}
.strip[data-id="99c255"] .main-footer {
  background: #2c3e50;
  color: white;
  padding: 40px 0;
  margin-top: 50px;
}
.strip[data-id="99c255"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="99c255"] .main-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.strip[data-id="99c255"] .main-footer .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.strip[data-id="99c255"] .main-footer .social-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="99c255"] .main-footer .social-links a {
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: background 0.3s, border-color 0.3s;
}
.strip[data-id="99c255"] .main-footer .social-links a:hover {
  background: #e91e63;
  border-color: #e91e63;
}
.strip[data-id="99c255"] .main-footer .copyright {
  font-size: 0.9rem;
  color: #bdc3c7;
  margin-top: 10px;
}