@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
.strip[data-id="58c461"] {
  --section-id: "58c461";
  --storage-url: "https://www.piano-forte.cz/_section/58c461";
  --public-url: "https://www.piano-forte.cz/_section/58c461";
}
.strip[data-id="58c461"] .main-header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="58c461"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="58c461"] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="58c461"] .main-header .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id="58c461"] .main-header .logo .logo-img {
  height: 100px;
  width: auto;
  object-fit: contain;
  transition: height 0.3s ease;
}
.strip[data-id="58c461"] .main-header .logo .brand-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id="58c461"] .main-header .logo .brand-name {
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #800000;
  line-height: 1;
}
.strip[data-id="58c461"] .main-header .logo .brand-tagline {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.1rem;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a {
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 8px 10px;
  border-radius: 6px;
  display: block;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a:hover {
  background-color: #f8f0f0;
  color: #800000;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a.active {
  background-color: #800000;
  color: #fff;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.2);
}
.strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="58c461"] .main-header .header-content {
    padding: 5px 0;
  }
  .strip[data-id="58c461"] .main-header .logo {
    gap: 1rem;
  }
  .strip[data-id="58c461"] .main-header .logo .logo-img {
    height: 70px;
  }
  .strip[data-id="58c461"] .main-header .logo .brand-name {
    font-size: 1.6rem;
  }
  .strip[data-id="58c461"] .main-header .logo .brand-tagline {
    font-size: 0.75rem;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    gap: 0.5rem;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list.is-open {
    display: flex;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list a {
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle {
    display: block;
  }
}.strip[data-id="46d30b"] {
  --section-id: "46d30b";
  --storage-url: "https://www.piano-forte.cz/_section/46d30b";
  --public-url: "https://www.piano-forte.cz/_section/46d30b";
}
.strip[data-id="46d30b"] {
  padding: 60px 0;
  background-color: #fff;
  font-family: "Lora", serif;
}
.strip[data-id="46d30b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="46d30b"] h2 {
  color: #800000;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.strip[data-id="46d30b"] .intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1rem;
}
.strip[data-id="46d30b"] .catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.strip[data-id="46d30b"] .card {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id="46d30b"] .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
.strip[data-id="46d30b"] .card .img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}
.strip[data-id="46d30b"] .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="46d30b"] .card .content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="46d30b"] .card .content h3 {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 1.1rem;
}
.strip[data-id="46d30b"] .card .content p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 12px;
  flex-grow: 1;
}
.strip[data-id="46d30b"] .card .content .price {
  font-weight: 700;
  color: #800000;
  font-size: 1.1rem;
}
.strip[data-id="46d30b"] .card .admin-actions {
  display: flex;
  border-top: 1px solid #eee;
}
.strip[data-id="46d30b"] .card .admin-actions button {
  flex: 1;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.strip[data-id="46d30b"] .card .admin-actions .edit-btn {
  background: #f0f0f0;
  color: #333;
}
.strip[data-id="46d30b"] .card .admin-actions .edit-btn:hover {
  background: #e0e0e0;
}
.strip[data-id="46d30b"] .card .admin-actions .delete-btn {
  background: #ff4444;
  color: white;
}
.strip[data-id="46d30b"] .card .admin-actions .delete-btn:hover {
  background: #cc0000;
}
.strip[data-id="46d30b"] .edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.strip[data-id="46d30b"] .edit-modal.active {
  display: flex;
}
.strip[data-id="46d30b"] .edit-modal .modal-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id="46d30b"] .edit-modal .modal-content h3 {
  margin-top: 0;
  color: #800000;
}
.strip[data-id="46d30b"] .admin-controls {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  border: 2px dashed #800000;
  margin-top: 50px;
}
.strip[data-id="46d30b"] .admin-controls h3 {
  color: #800000;
  margin-top: 0;
  margin-bottom: 20px;
}
.strip[data-id="46d30b"] .admin-form {
  display: grid;
  gap: 15px;
  max-width: 600px;
}
.strip[data-id="46d30b"] .admin-form input, .strip[data-id="46d30b"] .admin-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  width: 100%;
}
.strip[data-id="46d30b"] .admin-form textarea {
  height: 100px;
  resize: vertical;
}
.strip[data-id="46d30b"] .admin-form .btn-admin {
  background: #800000;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}
.strip[data-id="46d30b"] .admin-form .btn-admin:hover {
  background: #600000;
}
.strip[data-id="46d30b"] .admin-form .btn-cancel {
  background: #ccc;
  color: #333;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.strip[data-id="46d30b"] .loader {
  text-align: center;
  grid-column: 1/-1;
  padding: 50px;
  color: #888;
}.strip[data-id=a54bf4] {
  --section-id: "a54bf4";
  --storage-url: "https://www.piano-forte.cz/_section/a54bf4";
  --public-url: "https://www.piano-forte.cz/_section/a54bf4";
}
.strip[data-id=a54bf4] {
  padding: 60px 0;
  background-color: #fdfdfd;
  font-family: "Lora", serif;
}
.strip[data-id=a54bf4] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a54bf4] h2 {
  color: #800000;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.strip[data-id=a54bf4] .intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1rem;
}
.strip[data-id=a54bf4] .catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.strip[data-id=a54bf4] .card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id=a54bf4] .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
.strip[data-id=a54bf4] .card .img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}
.strip[data-id=a54bf4] .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=a54bf4] .card .content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=a54bf4] .card .content h3 {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 1.1rem;
}
.strip[data-id=a54bf4] .card .content p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 12px;
  flex-grow: 1;
}
.strip[data-id=a54bf4] .card .content .price {
  font-weight: 700;
  color: #800000;
  font-size: 1.1rem;
}
.strip[data-id=a54bf4] .card .admin-actions {
  display: flex;
  border-top: 1px solid #eee;
}
.strip[data-id=a54bf4] .card .admin-actions button {
  flex: 1;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.strip[data-id=a54bf4] .card .admin-actions .edit-btn {
  background: #f0f0f0;
  color: #333;
}
.strip[data-id=a54bf4] .card .admin-actions .edit-btn:hover {
  background: #e0e0e0;
}
.strip[data-id=a54bf4] .card .admin-actions .delete-btn {
  background: #ff4444;
  color: white;
}
.strip[data-id=a54bf4] .card .admin-actions .delete-btn:hover {
  background: #cc0000;
}
.strip[data-id=a54bf4] .edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.strip[data-id=a54bf4] .edit-modal.active {
  display: flex;
}
.strip[data-id=a54bf4] .edit-modal .modal-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id=a54bf4] .edit-modal .modal-content h3 {
  margin-top: 0;
  color: #800000;
}
.strip[data-id=a54bf4] .admin-controls {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px dashed #800000;
  margin-top: 50px;
}
.strip[data-id=a54bf4] .admin-controls h3 {
  color: #800000;
  margin-top: 0;
  margin-bottom: 20px;
}
.strip[data-id=a54bf4] .admin-form {
  display: grid;
  gap: 15px;
  max-width: 600px;
}
.strip[data-id=a54bf4] .admin-form input, .strip[data-id=a54bf4] .admin-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  width: 100%;
}
.strip[data-id=a54bf4] .admin-form textarea {
  height: 100px;
  resize: vertical;
}
.strip[data-id=a54bf4] .admin-form .btn-admin {
  background: #800000;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}
.strip[data-id=a54bf4] .admin-form .btn-admin:hover {
  background: #600000;
}
.strip[data-id=a54bf4] .admin-form .btn-cancel {
  background: #ccc;
  color: #333;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.strip[data-id=a54bf4] .loader {
  text-align: center;
  grid-column: 1/-1;
  padding: 50px;
  color: #888;
}.strip[data-id=af1aea] {
  --section-id: "af1aea";
  --storage-url: "https://www.piano-forte.cz/_section/af1aea";
  --public-url: "https://www.piano-forte.cz/_section/af1aea";
}
.strip[data-id=af1aea] {
  padding: 60px 0;
  background-color: #fff;
  font-family: "Lora", serif;
}
.strip[data-id=af1aea] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=af1aea] h2 {
  color: #800000;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.strip[data-id=af1aea] .intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1rem;
}
.strip[data-id=af1aea] .catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.strip[data-id=af1aea] .card {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id=af1aea] .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
.strip[data-id=af1aea] .card .img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}
.strip[data-id=af1aea] .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.strip[data-id=af1aea] .card .content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=af1aea] .card .content h3 {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 1.1rem;
}
.strip[data-id=af1aea] .card .content p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 12px;
  flex-grow: 1;
}
.strip[data-id=af1aea] .card .content .price {
  font-weight: 700;
  color: #800000;
  font-size: 1.1rem;
}
.strip[data-id=af1aea] .card .admin-actions {
  display: flex;
  border-top: 1px solid #eee;
}
.strip[data-id=af1aea] .card .admin-actions button {
  flex: 1;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.strip[data-id=af1aea] .card .admin-actions .edit-btn {
  background: #f0f0f0;
  color: #333;
}
.strip[data-id=af1aea] .card .admin-actions .edit-btn:hover {
  background: #e0e0e0;
}
.strip[data-id=af1aea] .card .admin-actions .delete-btn {
  background: #ff4444;
  color: white;
}
.strip[data-id=af1aea] .card .admin-actions .delete-btn:hover {
  background: #cc0000;
}
.strip[data-id=af1aea] .edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.strip[data-id=af1aea] .edit-modal.active {
  display: flex;
}
.strip[data-id=af1aea] .edit-modal .modal-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id=af1aea] .edit-modal .modal-content h3 {
  margin-top: 0;
  color: #800000;
}
.strip[data-id=af1aea] .admin-controls {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  border: 2px dashed #800000;
  margin-top: 50px;
}
.strip[data-id=af1aea] .admin-controls h3 {
  color: #800000;
  margin-top: 0;
  margin-bottom: 20px;
}
.strip[data-id=af1aea] .admin-form {
  display: grid;
  gap: 15px;
  max-width: 600px;
}
.strip[data-id=af1aea] .admin-form input, .strip[data-id=af1aea] .admin-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  width: 100%;
}
.strip[data-id=af1aea] .admin-form textarea {
  height: 100px;
  resize: vertical;
}
.strip[data-id=af1aea] .admin-form .btn-admin {
  background: #800000;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}
.strip[data-id=af1aea] .admin-form .btn-admin:hover {
  background: #600000;
}
.strip[data-id=af1aea] .admin-form .btn-cancel {
  background: #ccc;
  color: #333;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.strip[data-id=af1aea] .loader {
  text-align: center;
  grid-column: 1/-1;
  padding: 50px;
  color: #888;
}.strip[data-id=e8db31] {
  --section-id: "e8db31";
  --storage-url: "https://www.piano-forte.cz/_section/e8db31";
  --public-url: "https://www.piano-forte.cz/_section/e8db31";
}
.strip[data-id=e8db31] {
  padding: 60px 0;
  background-color: #fdfdfd;
  font-family: "Lora", serif;
}
.strip[data-id=e8db31] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e8db31] h2 {
  color: #800000;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.strip[data-id=e8db31] .intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1rem;
}
.strip[data-id=e8db31] .catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.strip[data-id=e8db31] .card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id=e8db31] .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
.strip[data-id=e8db31] .card .img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}
.strip[data-id=e8db31] .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.strip[data-id=e8db31] .card .content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=e8db31] .card .content h3 {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 1.1rem;
}
.strip[data-id=e8db31] .card .content p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 12px;
  flex-grow: 1;
}
.strip[data-id=e8db31] .card .content .price {
  font-weight: 700;
  color: #800000;
  font-size: 1.1rem;
}
.strip[data-id=e8db31] .card .admin-actions {
  display: flex;
  border-top: 1px solid #eee;
}
.strip[data-id=e8db31] .card .admin-actions button {
  flex: 1;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.strip[data-id=e8db31] .card .admin-actions .edit-btn {
  background: #f0f0f0;
  color: #333;
}
.strip[data-id=e8db31] .card .admin-actions .edit-btn:hover {
  background: #e0e0e0;
}
.strip[data-id=e8db31] .card .admin-actions .delete-btn {
  background: #ff4444;
  color: white;
}
.strip[data-id=e8db31] .card .admin-actions .delete-btn:hover {
  background: #cc0000;
}
.strip[data-id=e8db31] .edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.strip[data-id=e8db31] .edit-modal.active {
  display: flex;
}
.strip[data-id=e8db31] .edit-modal .modal-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id=e8db31] .edit-modal .modal-content h3 {
  margin-top: 0;
  color: #800000;
}
.strip[data-id=e8db31] .admin-controls {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px dashed #800000;
  margin-top: 50px;
}
.strip[data-id=e8db31] .admin-controls h3 {
  color: #800000;
  margin-top: 0;
  margin-bottom: 20px;
}
.strip[data-id=e8db31] .admin-form {
  display: grid;
  gap: 15px;
  max-width: 600px;
}
.strip[data-id=e8db31] .admin-form input, .strip[data-id=e8db31] .admin-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  width: 100%;
}
.strip[data-id=e8db31] .admin-form textarea {
  height: 100px;
  resize: vertical;
}
.strip[data-id=e8db31] .admin-form .btn-admin {
  background: #800000;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}
.strip[data-id=e8db31] .admin-form .btn-admin:hover {
  background: #600000;
}
.strip[data-id=e8db31] .admin-form .btn-cancel {
  background: #ccc;
  color: #333;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.strip[data-id=e8db31] .loader {
  text-align: center;
  grid-column: 1/-1;
  padding: 50px;
  color: #888;
}.strip[data-id="81d94f"] {
  --section-id: "81d94f";
  --storage-url: "https://www.piano-forte.cz/_section/81d94f";
  --public-url: "https://www.piano-forte.cz/_section/81d94f";
}
.strip[data-id="81d94f"] .main-footer {
  background: #222;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id="81d94f"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="81d94f"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id="81d94f"] .main-footer .footer-brand {
  font-family: "Lora", serif;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.strip[data-id="81d94f"] .main-footer h4 {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.strip[data-id="81d94f"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id="81d94f"] .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="81d94f"] .main-footer ul li {
  margin-bottom: 0.5rem;
}
.strip[data-id="81d94f"] .main-footer ul li a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="81d94f"] .main-footer ul li a:hover {
  color: #fff;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom .toplist-wrapper {
  margin-top: 1.5rem;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom .toplist-wrapper:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .strip[data-id="81d94f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}