.strip[data-id="0c7d2a"] {
  --section-id: "0c7d2a";
  --storage-url: "https://michal.proweb.cz/_section/0c7d2a";
  --public-url: "https://michal.proweb.cz/_section/0c7d2a";
}
.strip[data-id="0c7d2a"] .news-header {
  background: #fff;
  border-bottom: 3px solid #ed1c24;
  font-family: "Arial", sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.strip[data-id="0c7d2a"] .news-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="0c7d2a"] .news-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.strip[data-id="0c7d2a"] .news-header .logo .logo-text {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  text-decoration: none;
  letter-spacing: -1px;
}
.strip[data-id="0c7d2a"] .news-header .logo .logo-text .accent {
  color: #ed1c24;
}
.strip[data-id="0c7d2a"] .news-header .logo a {
  text-decoration: none;
}
.strip[data-id="0c7d2a"] .news-header .search-bar {
  flex-grow: 1;
  max-width: 400px;
  margin: 0 30px;
}
.strip[data-id="0c7d2a"] .news-header .search-bar form {
  display: flex;
  background: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}
.strip[data-id="0c7d2a"] .news-header .search-bar input {
  border: none;
  background: transparent;
  padding: 10px 15px;
  width: 100%;
  outline: none;
}
.strip[data-id="0c7d2a"] .news-header .search-bar button {
  border: none;
  background: #333;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="0c7d2a"] .news-header .search-bar button:hover {
  background: #ed1c24;
}
.strip[data-id="0c7d2a"] .news-header .btn-login {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 8px 15px;
  border-radius: 4px;
  transition: all 0.3s;
}
.strip[data-id="0c7d2a"] .news-header .btn-login:hover {
  background: #333;
  color: #fff;
}
.strip[data-id="0c7d2a"] .news-header .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.strip[data-id="0c7d2a"] .news-header .main-nav a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: color 0.3s;
}
.strip[data-id="0c7d2a"] .news-header .main-nav a:hover, .strip[data-id="0c7d2a"] .news-header .main-nav a.active {
  color: #ed1c24;
  box-shadow: inset 0 -3px 0 #ed1c24;
}
@media (max-width: 768px) {
  .strip[data-id="0c7d2a"] .header-top {
    flex-direction: column;
    gap: 15px;
  }
  .strip[data-id="0c7d2a"] .search-bar {
    margin: 0;
    width: 100%;
  }
  .strip[data-id="0c7d2a"] .main-nav ul {
    justify-content: center;
  }
}.strip[data-id="240e24"] {
  --section-id: "240e24";
  --storage-url: "https://michal.proweb.cz/_section/240e24";
  --public-url: "https://michal.proweb.cz/_section/240e24";
}
.strip[data-id="240e24"] .hero-news {
  padding: 30px 0;
  background: #f9f9f9;
}
.strip[data-id="240e24"] .hero-news .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="240e24"] .hero-news .hero-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="240e24"] .hero-news .hero-image {
  position: relative;
  min-height: 400px;
}
.strip[data-id="240e24"] .hero-news .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.strip[data-id="240e24"] .hero-news .hero-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="240e24"] .hero-news .hero-content .category {
  display: inline-block;
  background: #ed1c24;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  align-self: flex-start;
}
.strip[data-id="240e24"] .hero-news .hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.strip[data-id="240e24"] .hero-news .hero-content h1 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s;
}
.strip[data-id="240e24"] .hero-news .hero-content h1 a:hover {
  color: #ed1c24;
}
.strip[data-id="240e24"] .hero-news .hero-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}
.strip[data-id="240e24"] .hero-news .hero-content .meta {
  font-size: 0.9rem;
  color: #888;
  display: flex;
  gap: 20px;
}
.strip[data-id="240e24"] .hero-news .hero-content .meta .author {
  font-weight: bold;
  color: #333;
}
@media (max-width: 992px) {
  .strip[data-id="240e24"] .hero-card {
    grid-template-columns: 1fr;
  }
  .strip[data-id="240e24"] .hero-image {
    min-height: 300px;
  }
  .strip[data-id="240e24"] .hero-content h1 {
    font-size: 1.8rem;
  }
}.strip[data-id="00cd96"] {
  --section-id: "00cd96";
  --storage-url: "https://michal.proweb.cz/_section/00cd96";
  --public-url: "https://michal.proweb.cz/_section/00cd96";
}
.strip[data-id="00cd96"] .news-grid-section {
  padding: 60px 0;
}
.strip[data-id="00cd96"] .news-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="00cd96"] .news-grid-section .section-title {
  font-size: 1.8rem;
  border-left: 5px solid #ed1c24;
  padding-left: 15px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.strip[data-id="00cd96"] .news-grid-section .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="00cd96"] .news-grid-section .news-item {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  transition: transform 0.3s;
}
.strip[data-id="00cd96"] .news-grid-section .news-item:hover .item-image img {
  transform: scale(1.05);
}
.strip[data-id="00cd96"] .news-grid-section .item-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 4px;
}
.strip[data-id="00cd96"] .news-grid-section .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id="00cd96"] .news-grid-section .item-content .category {
  font-size: 0.75rem;
  color: #ed1c24;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.strip[data-id="00cd96"] .news-grid-section .item-content h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
.strip[data-id="00cd96"] .news-grid-section .item-content h3 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s;
}
.strip[data-id="00cd96"] .news-grid-section .item-content h3 a:hover {
  color: #ed1c24;
}
.strip[data-id="00cd96"] .news-grid-section .item-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}
.strip[data-id="00cd96"] .news-grid-section .item-content .meta {
  font-size: 0.8rem;
  color: #aaa;
}
@media (max-width: 992px) {
  .strip[data-id="00cd96"] .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id="00cd96"] .news-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=be66e7] {
  --section-id: "be66e7";
  --storage-url: "https://michal.proweb.cz/_section/be66e7";
  --public-url: "https://michal.proweb.cz/_section/be66e7";
}
.strip[data-id=be66e7] .news-footer {
  background: #222;
  color: #ccc;
  padding: 60px 0 20px;
  font-family: "Arial", sans-serif;
}
.strip[data-id=be66e7] .news-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=be66e7] .news-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=be66e7] .news-footer .logo {
  margin-bottom: 20px;
}
.strip[data-id=be66e7] .news-footer .logo .logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
}
.strip[data-id=be66e7] .news-footer .logo .logo-text .accent {
  color: #ed1c24;
}
.strip[data-id=be66e7] .news-footer .description {
  line-height: 1.6;
  font-size: 0.95rem;
}
.strip[data-id=be66e7] .news-footer h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=be66e7] .news-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=be66e7] .news-footer ul li {
  margin-bottom: 10px;
}
.strip[data-id=be66e7] .news-footer ul a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}
.strip[data-id=be66e7] .news-footer ul a:hover {
  color: #ed1c24;
}
.strip[data-id=be66e7] .news-footer .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id=be66e7] .news-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s;
}
.strip[data-id=be66e7] .news-footer .social-links a:hover {
  background: #ed1c24;
}
.strip[data-id=be66e7] .news-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #777;
}
@media (max-width: 992px) {
  .strip[data-id=be66e7] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .strip[data-id=be66e7] .footer-grid {
    grid-template-columns: 1fr;
  }
}