.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="7907b3"] {
  --section-id: "7907b3";
  --storage-url: "https://michal.proweb.cz/_section/7907b3";
  --public-url: "https://michal.proweb.cz/_section/7907b3";
}
.strip[data-id="7907b3"] .admin-container {
  padding: 60px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #f0f2f5;
  min-height: 100vh;
  /* Auth Box */
  /* Dashboard */
  /* Forms & Tables */
}
.strip[data-id="7907b3"] .admin-container .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="7907b3"] .admin-container .auth-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 auto;
}
.strip[data-id="7907b3"] .admin-container .auth-box h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.strip[data-id="7907b3"] .admin-container .auth-box .form-group {
  margin-bottom: 20px;
}
.strip[data-id="7907b3"] .admin-container .auth-box label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.9rem;
}
.strip[data-id="7907b3"] .admin-container .auth-box input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
.strip[data-id="7907b3"] .admin-container .auth-box .btn-primary {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  border: none;
  background: #ed1c24;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="7907b3"] .admin-container .auth-box .btn-primary:hover {
  background: #d01920;
}
.strip[data-id="7907b3"] .admin-container .auth-box .hint {
  margin-top: 15px;
  font-size: 0.8rem;
  color: #888;
  text-align: center;
}
.strip[data-id="7907b3"] .admin-container .auth-box .error-msg {
  margin-top: 15px;
  color: #ed1c24;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
}
.strip[data-id="7907b3"] .admin-container .dashboard {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-header {
  background: #333;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-header .user-info {
  font-size: 0.95rem;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-header strong {
  color: #ed1c24;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-header .btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-header .btn-secondary:hover {
  background: #fff;
  color: #333;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-nav {
  background: #eee;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-nav .nav-btn {
  background: none;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #555;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-nav .nav-btn:hover {
  background: #e5e5e5;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-nav .nav-btn.active {
  background: #fff;
  color: #ed1c24;
  border-bottom: 2px solid #ed1c24;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-content {
  padding: 30px;
}
.strip[data-id="7907b3"] .admin-container .dashboard .dash-content h3 {
  margin-bottom: 25px;
  color: #333;
  border-bottom: 2px solid #f0f2f5;
  padding-bottom: 10px;
}
.strip[data-id="7907b3"] .admin-container .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.strip[data-id="7907b3"] .admin-container .form-group {
  margin-bottom: 20px;
}
.strip[data-id="7907b3"] .admin-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #444;
}
.strip[data-id="7907b3"] .admin-container input, .strip[data-id="7907b3"] .admin-container select, .strip[data-id="7907b3"] .admin-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
}
.strip[data-id="7907b3"] .admin-container textarea {
  resize: vertical;
}
.strip[data-id="7907b3"] .admin-container .form-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.strip[data-id="7907b3"] .admin-container .btn-primary {
  background: #ed1c24;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.strip[data-id="7907b3"] .admin-container .btn-secondary {
  background: #666;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.strip[data-id="7907b3"] .admin-container .table-responsive {
  overflow-x: auto;
}
.strip[data-id="7907b3"] .admin-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.strip[data-id="7907b3"] .admin-container th {
  text-align: left;
  background: #f8f9fa;
  padding: 12px;
  border-bottom: 2px solid #dee2e6;
  color: #333;
}
.strip[data-id="7907b3"] .admin-container td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
}
.strip[data-id="7907b3"] .admin-container .status-badge {
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.strip[data-id="7907b3"] .admin-container .status-badge.draft {
  background: #eee;
  color: #777;
}
.strip[data-id="7907b3"] .admin-container .status-badge.pending {
  background: #fff3cd;
  color: #856404;
}
.strip[data-id="7907b3"] .admin-container .status-badge.published {
  background: #d4edda;
  color: #155724;
}
.strip[data-id="7907b3"] .admin-container .btn-action {
  padding: 4px 8px;
  margin-right: 5px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8rem;
}
.strip[data-id="7907b3"] .admin-container .btn-action.edit {
  background: #007bff;
  color: #fff;
}
.strip[data-id="7907b3"] .admin-container .btn-action.approve {
  background: #28a745;
  color: #fff;
}
.strip[data-id="7907b3"] .admin-container .btn-action.delete {
  background: #dc3545;
  color: #fff;
}
.strip[data-id="7907b3"] .admin-container .admin-list {
  list-style: none;
  padding: 0;
}
.strip[data-id="7907b3"] .admin-container .admin-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .strip[data-id="7907b3"] .form-row {
    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;
  }
}