.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;
  }
}@charset "UTF-8";
.strip[data-id="8cccca"] {
  --section-id: "8cccca";
  --storage-url: "https://michal.proweb.cz/_section/8cccca";
  --public-url: "https://michal.proweb.cz/_section/8cccca";
}
.strip[data-id="8cccca"] .article-container {
  padding: 40px 0;
  font-family: "Arial", sans-serif;
}
.strip[data-id="8cccca"] .article-container .container {
  max-width: 800px; /* Užší pro lepší čitelnost textu */
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="8cccca"] .article-container .loading, .strip[data-id="8cccca"] .article-container .error-message {
  text-align: center;
  padding: 50px;
  font-size: 1.2rem;
  color: #666;
}
.strip[data-id="8cccca"] .article-container .breadcrumb {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 30px;
}
.strip[data-id="8cccca"] .article-container .breadcrumb a {
  color: #ed1c24;
  text-decoration: none;
}
.strip[data-id="8cccca"] .article-container .breadcrumb a:hover {
  text-decoration: underline;
}
.strip[data-id="8cccca"] .article-container .article-header {
  margin-bottom: 30px;
}
.strip[data-id="8cccca"] .article-container .article-header .article-title {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #222;
}
.strip[data-id="8cccca"] .article-container .article-header .article-lead {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #444;
  font-weight: bold;
  margin-bottom: 20px;
}
.strip[data-id="8cccca"] .article-container .article-header .article-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  color: #777;
}
.strip[data-id="8cccca"] .article-container .article-header .article-meta .article-author {
  color: #222;
}
.strip[data-id="8cccca"] .article-container .article-main-image {
  margin-bottom: 40px;
}
.strip[data-id="8cccca"] .article-container .article-main-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.strip[data-id="8cccca"] .article-container .article-content-body {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
}
.strip[data-id="8cccca"] .article-container .article-content-body p {
  margin-bottom: 25px;
}
.strip[data-id="8cccca"] .article-container .article-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.strip[data-id="8cccca"] .article-container .article-footer .share-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="8cccca"] .article-container .article-footer .share-buttons span {
  font-weight: bold;
  font-size: 0.9rem;
}
.strip[data-id="8cccca"] .article-container .article-footer .share-buttons a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.strip[data-id="8cccca"] .article-container .article-footer .share-buttons a:hover {
  opacity: 0.8;
}
.strip[data-id="8cccca"] .article-container .article-footer .share-buttons a.share-fb {
  background: #3b5998;
}
.strip[data-id="8cccca"] .article-container .article-footer .share-buttons a.share-tw {
  background: #1da1f2;
}
@media (max-width: 768px) {
  .strip[data-id="8cccca"] .article-header .article-title {
    font-size: 2rem;
  }
}.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;
  }
}