.strip[data-id=ed0db3] {
  --section-id: "ed0db3";
  --storage-url: "https://kamna.proweb.cz/_section/ed0db3";
  --public-url: "https://kamna.proweb.cz/_section/ed0db3";
  /* Admin buttons in popup */
  /* Popup image styling */
  /* Modal styling for map section */
}
.strip[data-id=ed0db3] .map-section {
  padding: 5rem 0 2rem 0;
}
.strip[data-id=ed0db3] .map-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ed0db3] .map-section h1 {
  text-align: center;
  color: #5d4037;
  margin-bottom: 2rem;
}
.strip[data-id=ed0db3] .map-container {
  height: 600px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-bottom: 2rem;
}
.strip[data-id=ed0db3] .map-controls {
  background: #fdf5e6;
  padding: 2rem;
  border-radius: 8px;
}
.strip[data-id=ed0db3] .map-controls h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #5d4037;
  text-align: center;
}
.strip[data-id=ed0db3] .map-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 1rem;
  align-items: end;
}
@media (max-width: 1200px) {
  .strip[data-id=ed0db3] .map-form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .strip[data-id=ed0db3] .map-form {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=ed0db3] .map-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.strip[data-id=ed0db3] .map-form label {
  font-weight: 600;
  color: #5d4037;
  font-size: 0.9rem;
}
.strip[data-id=ed0db3] .map-form input {
  padding: 0.8rem;
  border: 1px solid #d7ccc8;
  border-radius: 4px;
  width: 100%;
  font-size: 1rem;
}
.strip[data-id=ed0db3] .btn-add-map {
  padding: 0.8rem 2rem;
  background: #e64a19;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  height: 48px;
}
.strip[data-id=ed0db3] .btn-add-map:hover {
  background: #bf360c;
}
.strip[data-id=ed0db3] .btn-add-map:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.strip[data-id=ed0db3] .popup-admin-actions {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 8px;
}
.strip[data-id=ed0db3] .btn-popup-admin {
  padding: 4px 8px;
  border-radius: 3px;
  border: none;
  font-size: 0.7rem;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.strip[data-id=ed0db3] .btn-popup-edit {
  background: #ffeb3b;
  color: #000;
}
.strip[data-id=ed0db3] .btn-popup-delete {
  background: #f44336;
  color: #fff;
}
.strip[data-id=ed0db3] .popup-image {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 8px;
  display: block;
}
.strip[data-id=ed0db3] .map-edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.strip[data-id=ed0db3] .map-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}
.strip[data-id=ed0db3] .map-modal-content h3 {
  margin-top: 0;
  color: #5d4037;
}
.strip[data-id=ed0db3] .map-edit-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strip[data-id=ed0db3] .map-edit-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #5d4037;
}
.strip[data-id=ed0db3] .map-edit-form input, .strip[data-id=ed0db3] .map-edit-form textarea {
  padding: 0.8rem;
  border: 1px solid #d7ccc8;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=ed0db3] .current-edit-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
.strip[data-id=ed0db3] .map-modal-btns {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}
.strip[data-id=ed0db3] .map-btn-save {
  background: #e64a19;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
.strip[data-id=ed0db3] .map-btn-cancel {
  background: #ccc;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}.strip[data-id="003206"] {
  --section-id: "003206";
  --storage-url: "https://kamna.proweb.cz/_section/003206";
  --public-url: "https://kamna.proweb.cz/_section/003206";
  /* Modal styling */
}
.strip[data-id="003206"] .realizations-list {
  padding: 2rem 0 5rem 0;
  background-color: #fff;
}
.strip[data-id="003206"] .realizations-list .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="003206"] .section-title {
  text-align: center;
  color: #5d4037;
  margin-bottom: 3rem;
  font-size: 2rem;
}
.strip[data-id="003206"] .no-data {
  text-align: center;
  color: #8d6e63;
  font-style: italic;
  padding: 2rem;
}
.strip[data-id="003206"] .realizations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.strip[data-id="003206"] .realization-card {
  background: #fdf5e6;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #efebe9;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.strip[data-id="003206"] .realization-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.strip[data-id="003206"] .card-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #eee;
}
.strip[data-id="003206"] .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="003206"] .realization-card:hover .card-image {
  transform: scale(1.05);
}
.strip[data-id="003206"] .admin-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  z-index: 10;
}
.strip[data-id="003206"] .btn-admin {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.strip[data-id="003206"] .btn-edit {
  background: #ffeb3b;
  color: #000;
}
.strip[data-id="003206"] .btn-edit:hover {
  background: #fdd835;
}
.strip[data-id="003206"] .btn-delete {
  background: #f44336;
  color: #fff;
}
.strip[data-id="003206"] .btn-delete:hover {
  background: #d32f2f;
}
.strip[data-id="003206"] .card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="003206"] .card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e64a19;
  padding-bottom: 0.8rem;
  padding-right: 40px;
}
.strip[data-id="003206"] .location-icon {
  font-size: 1.2rem;
}
.strip[data-id="003206"] .location-name {
  margin: 0;
  font-size: 1.25rem;
  color: #5d4037;
  font-weight: 700;
}
.strip[data-id="003206"] .card-body {
  flex-grow: 1;
}
.strip[data-id="003206"] .info-row {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.strip[data-id="003206"] .info-row .label {
  font-weight: 600;
  color: #8d6e63;
}
.strip[data-id="003206"] .info-row .value {
  color: #3e2723;
}
.strip[data-id="003206"] .info-row.description {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #d7ccc8;
}
.strip[data-id="003206"] .info-row.description p {
  margin: 0;
  font-size: 0.95rem;
  color: #4e342e;
  line-height: 1.5;
}
.strip[data-id="003206"] .edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.strip[data-id="003206"] .modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}
.strip[data-id="003206"] .modal-content h3 {
  margin-top: 0;
  color: #5d4037;
}
.strip[data-id="003206"] .edit-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strip[data-id="003206"] .edit-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #5d4037;
}
.strip[data-id="003206"] .edit-form input, .strip[data-id="003206"] .edit-form textarea {
  padding: 0.8rem;
  border: 1px solid #d7ccc8;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="003206"] .current-img-preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
.strip[data-id="003206"] .modal-btns {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}
.strip[data-id="003206"] .btn-save {
  background: #e64a19;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
.strip[data-id="003206"] .btn-cancel {
  background: #ccc;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 600px) {
  .strip[data-id="003206"] .realizations-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=d94344] {
  --section-id: "d94344";
  --storage-url: "https://kamna.proweb.cz/_section/d94344";
  --public-url: "https://kamna.proweb.cz/_section/d94344";
}
.strip[data-id=d94344] .main-footer {
  background: #3e2723;
  color: #efebe9;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id=d94344] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  padding: 0 20px;
}
.strip[data-id=d94344] .footer-col h3 {
  color: #ffab91;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.strip[data-id=d94344] .footer-col p {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id=d94344] .footer-bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #bcaaa4;
}
.strip[data-id=d94344] .contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=d94344] .contact-link:hover {
  color: #ffab91;
}