.strip[data-id=ad7965] {
  --section-id: "ad7965";
  --storage-url: "https://kamna.proweb.cz/_section/ad7965";
  --public-url: "https://kamna.proweb.cz/_section/ad7965";
}
.strip[data-id=ad7965] .reviews-section {
  padding: 5rem 0;
  background: #fdf5e6;
}
.strip[data-id=ad7965] .reviews-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ad7965] .reviews-section h1 {
  text-align: center;
  color: #5d4037;
  margin-bottom: 3rem;
}
.strip[data-id=ad7965] .review-card {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #e64a19;
}
.strip[data-id=ad7965] .review-text {
  font-style: italic;
  font-size: 1.1rem;
  color: #4e342e;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.strip[data-id=ad7965] .review-author {
  font-weight: bold;
  color: #5d4037;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=ad7965] .stars {
  color: #ffb300;
}.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;
}