
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=e9e05b] {
  --section-id: "e9e05b";
  --storage-url: "https://www.atlashradu.cz/_section/e9e05b";
  --public-url: "https://www.atlashradu.cz/_section/e9e05b";
}
.strip[data-id=e9e05b] .castle-header {
  --header-bg: rgba(27, 48, 34, 0.95);
  --accent-color: #d4a373;
  --text-color: #ffffff;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 100%;
  background-color: var(--header-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 163, 115, 0.2);
  color: var(--text-color);
  padding: 0.75rem 0;
  z-index: 1000;
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id=e9e05b] .castle-header .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper {
  flex: 1;
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper .logo .logo-icon {
  font-size: 2rem;
  filter: drop-shadow(0 0 5px rgba(212, 163, 115, 0.4));
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper .logo .logo-text span {
  color: var(--accent-color);
}
.strip[data-id=e9e05b] .castle-header .main-nav {
  flex: 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.strip[data-id=e9e05b] .castle-header .main-nav a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5rem 0;
  transition: var(--transition);
  white-space: nowrap;
}
.strip[data-id=e9e05b] .castle-header .main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header .main-nav a:hover {
  color: var(--accent-color);
}
.strip[data-id=e9e05b] .castle-header .main-nav a:hover::after {
  width: 100%;
}
.strip[data-id=e9e05b] .castle-header .header-actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.strip[data-id=e9e05b] .castle-header .header-actions .btn-cta {
  padding: 0.6rem 1.1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: var(--transition);
  border: 1px solid var(--accent-color);
  text-align: center;
  white-space: nowrap;
}
.strip[data-id=e9e05b] .castle-header .header-actions .btn-cta.primary {
  background: var(--accent-color);
  color: #1b3022;
}
.strip[data-id=e9e05b] .castle-header .header-actions .btn-cta.primary:hover {
  background: transparent;
  color: var(--accent-color);
}
.strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper {
  display: none;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger {
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative;
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::before, .strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::before {
  top: -8px;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::after {
  bottom: -8px;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle.active .hamburger {
  background: transparent;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle.active .hamburger::before {
  transform: rotate(45deg) translate(5px, 6px);
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle.active .hamburger::after {
  transform: rotate(-45deg) translate(5px, -6px);
}
@media (max-width: 1150px) {
  .strip[data-id=e9e05b] .castle-header .main-nav {
    gap: 1rem;
  }
  .strip[data-id=e9e05b] .castle-header .main-nav a {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=e9e05b] .castle-header .main-nav, .strip[data-id=e9e05b] .castle-header .header-actions {
    display: none;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #1b3022;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    transition: 0.4s ease-in-out;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper.active {
    right: 0;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper .main-nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper .main-nav-mobile a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper .btn-cta {
    width: 100%;
    text-align: center;
  }
  .strip[data-id=e9e05b] .castle-header .mobile-toggle {
    display: block;
  }
}.strip[data-id="6fbf6c"] {
  --section-id: "6fbf6c";
  --storage-url: "https://www.atlashradu.cz/_section/6fbf6c";
  --public-url: "https://www.atlashradu.cz/_section/6fbf6c";
}
.strip[data-id="6fbf6c"] .monument-detail {
  padding: 1.5rem 0 3rem;
  background: #fdfcf9;
  overflow-x: hidden;
  /* FOTOGALERIE */
  /* LIGHTBOX */
}
.strip[data-id="6fbf6c"] .monument-detail .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.strip[data-id="6fbf6c"] .monument-detail .breadcrumb {
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.85rem;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .breadcrumb a {
  color: #d4a373;
  text-decoration: none;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .title-area {
  min-width: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header h1 {
  margin: 0 0 0.3rem;
  color: #1b3022;
  font-size: 2.2rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .header-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #666;
  font-size: 0.9rem;
  min-width: 0;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  background: #e9ecef;
  color: #495057;
  font-size: 0.8rem;
  font-weight: 600;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .action-buttons {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: stretch;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1b3022;
  font-weight: 600;
  white-space: normal;
  text-align: right;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .btn-visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border: 1.5px solid #1b3022;
  border-radius: 6px;
  background: transparent;
  color: #1b3022;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .btn-visited:hover {
  background: #1b3022;
  color: #fff;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .btn-visited.done {
  background: #1b3022;
  color: #fff;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .btn-visited .visited-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  padding: 0.1rem 0.4rem;
  border-radius: 12px;
  background: rgba(27, 48, 34, 0.12);
  color: #1b3022;
  font-size: 0.8rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-header .btn-visited.done .visited-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.strip[data-id="6fbf6c"] .monument-detail .detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
  min-width: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .main-column, .strip[data-id="6fbf6c"] .monument-detail .side-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="6fbf6c"] .monument-detail .monument-image-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.strip[data-id="6fbf6c"] .monument-detail .monument-image-wrapper img {
  display: block;
  width: 100% !important;
  height: 320px !important;
  object-fit: cover !important;
  border-radius: 10px;
}
.strip[data-id="6fbf6c"] .monument-detail .monument-image-wrapper .image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  border-radius: 0 0 10px 10px;
  background: rgba(27, 48, 34, 0.7);
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .monument-image-wrapper .admin-upload-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(27, 48, 34, 0.8);
  color: #fff;
  cursor: pointer;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section {
  margin-bottom: 1.5rem;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-title {
  margin: 0 0 0.8rem;
  color: #1b3022;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-item {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
  border: 1px solid #eee;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-item .gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.5rem;
  background: rgba(27, 48, 34, 0.72);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-item .gallery-caption-input {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 4;
  padding: 0.35rem 0.4rem;
  border: 1px solid #d4a373;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #1b3022;
  font-size: 0.72rem;
  box-sizing: border-box;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-add {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  aspect-ratio: 1/1;
  border: 2px dashed #ccc;
  border-radius: 8px;
  color: #888;
  cursor: pointer;
  background: #fafafa;
  text-align: center;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-add:hover {
  border-color: #1b3022;
  color: #1b3022;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-add .plus {
  font-size: 1.6rem;
  line-height: 1;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-section .gallery-add .label {
  font-size: 0.7rem;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-lightbox.open {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-lightbox .lb-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-lightbox .lb-caption {
  max-width: 80vw;
  margin-top: 0.8rem;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-lightbox .lb-close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
}
.strip[data-id="6fbf6c"] .monument-detail .gallery-lightbox .lb-close:hover {
  color: #d4a373;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block {
  min-width: 0;
  margin-bottom: 1.5rem;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #d4a373;
  min-width: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block h2 {
  margin: 0;
  color: #1b3022;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block .monument-nav {
  display: flex;
  flex-shrink: 0;
  gap: 0.6rem;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.45rem 0.9rem;
  border: 1.5px solid #1b3022;
  border-radius: 6px;
  background: transparent;
  color: #1b3022;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block .nav-btn:hover {
  background: #1b3022;
  color: #fff;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block .text-content {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: normal;
}
.strip[data-id="6fbf6c"] .monument-detail .content-block .text-content p {
  margin: 0 0 1rem;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search .search-row {
  margin-bottom: 0.8rem;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search .search-row:last-child {
  margin-bottom: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search .row-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search .search-tag {
  padding: 0.3rem 0.7rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #f8f9fa;
  color: #444;
  font-size: 0.8rem;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search .category-tag {
  background: #f0f2f0;
  color: #1b3022;
  font-weight: 700;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-search .search-tag:hover, .strip[data-id="6fbf6c"] .monument-detail .integrated-search .category-tag:hover {
  border-color: #1b3022;
  background: #1b3022;
  color: #fff;
}
.strip[data-id="6fbf6c"] .monument-detail .accommodation-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
}
.strip[data-id="6fbf6c"] .monument-detail .btn-accommodation {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 55px;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 10px;
  background: #1b3022;
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .btn-accommodation:hover {
  background: #d4a373;
}
.strip[data-id="6fbf6c"] .monument-detail .info-box, .strip[data-id="6fbf6c"] .monument-detail .facts-box {
  min-width: 0;
  margin-bottom: 1rem;
  padding: 1.2rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.strip[data-id="6fbf6c"] .monument-detail .info-box h3, .strip[data-id="6fbf6c"] .monument-detail .facts-box h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #1b3022;
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .info-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f3f3f3;
  min-width: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .info-list .icon {
  flex-shrink: 0;
  padding-top: 0.2rem;
  color: #d4a373;
  font-size: 1.1rem;
}
.strip[data-id="6fbf6c"] .monument-detail .info-text {
  min-width: 0;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .info-text strong {
  display: block;
  color: #999;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.strip[data-id="6fbf6c"] .monument-detail .info-text span, .strip[data-id="6fbf6c"] .monument-detail .info-text a {
  color: #1b3022;
  font-size: 0.85rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .facts-box {
  background: #fdf8f3;
  border-color: #f5e6d3;
}
.strip[data-id="6fbf6c"] .monument-detail .fact-item {
  min-width: 0;
  margin-bottom: 1.2rem;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .fact-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="6fbf6c"] .monument-detail .fact-item h4 {
  margin: 0 0 0.3rem;
  color: #8d6e63;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
.strip[data-id="6fbf6c"] .monument-detail .fact-item p {
  margin: 0;
  color: #5d4037;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.4;
}
.strip[data-id="6fbf6c"] .monument-detail .weather-widget {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 55px;
  margin-top: auto;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 10px;
  background: #1b3022;
  color: #fff;
  font-size: 0.85rem;
}
.strip[data-id="6fbf6c"] .monument-detail .weather-widget p {
  margin: 0;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-tips {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.strip[data-id="6fbf6c"] .monument-detail .integrated-tips h2 {
  margin: 0 0 1.5rem;
  color: #1b3022;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  text-align: center;
}
.strip[data-id="6fbf6c"] .monument-detail .tips-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}
.strip[data-id="6fbf6c"] .monument-detail .sight-card, .strip[data-id="6fbf6c"] .monument-detail .sight-card-admin {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 15px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.strip[data-id="6fbf6c"] .monument-detail .sight-card h3, .strip[data-id="6fbf6c"] .monument-detail .sight-card-admin h3 {
  margin: 0 0 8px;
  color: #1b3022;
  font-size: 0.85rem;
}
.strip[data-id="6fbf6c"] .monument-detail .distance {
  padding: 2px 10px;
  border-radius: 15px;
  background: #d4a373;
  color: #fff;
  font-size: 0.7rem;
}
@media (max-width: 1100px) {
  .strip[data-id="6fbf6c"] .monument-detail .tips-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .strip[data-id="6fbf6c"] .monument-detail .container {
    padding: 0 1rem;
  }
  .strip[data-id="6fbf6c"] .monument-detail .detail-header {
    flex-direction: column;
  }
  .strip[data-id="6fbf6c"] .monument-detail .action-buttons {
    width: 100%;
  }
  .strip[data-id="6fbf6c"] .monument-detail .btn-primary {
    text-align: left;
  }
  .strip[data-id="6fbf6c"] .monument-detail .btn-visited {
    width: 100%;
  }
  .strip[data-id="6fbf6c"] .monument-detail .detail-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .strip[data-id="6fbf6c"] .monument-detail .content-header {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id="6fbf6c"] .monument-detail .monument-nav {
    justify-content: space-between;
  }
  .strip[data-id="6fbf6c"] .monument-detail .nav-btn {
    flex: 1;
  }
  .strip[data-id="6fbf6c"] .monument-detail .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id="6fbf6c"] .monument-detail .monument-image-wrapper, .strip[data-id="6fbf6c"] .monument-detail .monument-image-wrapper img {
    height: 260px !important;
  }
  .strip[data-id="6fbf6c"] .monument-detail .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.strip[data-id=e0a835] {
  --section-id: "e0a835";
  --storage-url: "https://www.atlashradu.cz/_section/e0a835";
  --public-url: "https://www.atlashradu.cz/_section/e0a835";
}
.strip[data-id=e0a835] .visitor-counter {
  padding: 2.5rem 0;
  background-color: #1b3022;
  color: #ffffff;
  text-align: center;
}
.strip[data-id=e0a835] .visitor-counter .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=e0a835] .visitor-counter .counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.strip[data-id=e0a835] .visitor-counter .counter-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a373;
  font-weight: 600;
}
.strip[data-id=e0a835] .visitor-counter .counter-number {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Georgia", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.strip[data-id=e0a835] .visitor-counter .counter-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}.strip[data-id=dbd1ac] {
  --section-id: "dbd1ac";
  --storage-url: "https://www.atlashradu.cz/_section/dbd1ac";
  --public-url: "https://www.atlashradu.cz/_section/dbd1ac";
}
.strip[data-id=dbd1ac] .main-footer {
  background-color: #1b3022;
  color: #ffffff;
  padding: 3rem 0 1.5rem;
  margin-top: 0;
}
.strip[data-id=dbd1ac] .main-footer .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=dbd1ac] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
.strip[data-id=dbd1ac] .main-footer .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.strip[data-id=dbd1ac] .main-footer .logo .accent {
  color: #d4a373;
}
.strip[data-id=dbd1ac] .main-footer p {
  opacity: 0.8;
  line-height: 1.6;
  font-size: 0.95rem;
}
.strip[data-id=dbd1ac] .main-footer h4 {
  color: #d4a373;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=dbd1ac] .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=dbd1ac] .main-footer ul li {
  margin-bottom: 0.6rem;
}
.strip[data-id=dbd1ac] .main-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  font-size: 0.95rem;
  transition: opacity 0.2s, color 0.2s;
}
.strip[data-id=dbd1ac] .main-footer ul li a:hover {
  opacity: 1;
  color: #d4a373;
}
.strip[data-id=dbd1ac] .main-footer .footer-contact a {
  color: #d4a373;
  text-decoration: none;
  font-weight: 600;
}
.strip[data-id=dbd1ac] .main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .strip[data-id=dbd1ac] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}