.strip[data-id="151eb5"] {
  --section-id: "151eb5";
  --public-url: "http://php.ach.proweb.cz/_section/151eb5";
}
.strip[data-id="151eb5"] .main-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="151eb5"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="151eb5"] .main-header .logo a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.strip[data-id="151eb5"] .main-header .nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="151eb5"] .main-header .nav ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="151eb5"] .main-header .nav ul li a:hover {
  color: #007bff;
}.strip[data-id=fc03da] {
  --section-id: "fc03da";
  --public-url: "http://php.ach.proweb.cz/_section/fc03da";
}
.strip[data-id=fc03da] .main-footer {
  background-color: #333;
  color: #fff;
  padding: 2rem 0;
  margin-top: 40px;
}
.strip[data-id=fc03da] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}