/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-related-posts/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.wp-block-blocks-salon-block-related-posts.related-posts {
  padding: clamp(60px, 10vw, 100px) 0;
  background: white;
}
.wp-block-blocks-salon-block-related-posts.related-posts .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}
.wp-block-blocks-salon-block-related-posts.related-posts .section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  color: #0f3460;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 3rem 0;
  animation: fadeInUp 0.8s ease;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-grid {
  display: grid;
  gap: 2rem;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card {
  display: flex;
  flex-direction: row;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-link-wrapper {
  flex: 0 0 300px;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-image,
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-image-placeholder {
  height: 100% !important;
  min-height: 200px;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-content {
  flex: 1;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card img {
  width: 100% !important;
  height: 220px !important;
  max-height: 220px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-link-wrapper {
  display: block;
  text-decoration: none;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-image,
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-image-placeholder {
  width: 100%;
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-image-placeholder {
  background: linear-gradient(135deg, #e6f5f6, #d4ecee);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7ebdc2;
  font-size: 3rem;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-category {
  display: inline-block;
  color: #7ebdc2;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #0f3460;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card h3 a:hover {
  color: #7ebdc2;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-card p {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  flex-grow: 1;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
  margin-top: auto;
}
.wp-block-blocks-salon-block-related-posts.related-posts .meta-date {
  color: #718096;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-blocks-salon-block-related-posts.related-posts .meta-date i {
  color: #7ebdc2;
}
.wp-block-blocks-salon-block-related-posts.related-posts .read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #7ebdc2;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.wp-block-blocks-salon-block-related-posts.related-posts .read-more i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}
.wp-block-blocks-salon-block-related-posts.related-posts .read-more:hover {
  color: #6dabad;
}
.wp-block-blocks-salon-block-related-posts.related-posts .read-more:hover i {
  transform: translateX(5px);
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-loading,
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  gap: 1.5rem;
  text-align: center;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-loading i,
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty i {
  font-size: 3.5rem;
  color: #7ebdc2;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-loading p,
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty p {
  font-size: 1.125rem;
  color: #718096;
  margin: 0;
}
.wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty i {
  color: #cbd5e0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card {
    flex-direction: column;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-link-wrapper {
    flex: initial;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-image,
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card .related-post-image-placeholder {
    height: 200px !important;
    min-height: initial;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list .related-post-card img {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .wp-block-blocks-salon-block-related-posts.related-posts {
    padding: clamp(40px, 8vh, 80px) 0;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .section-title {
    margin-bottom: 2.5rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-list {
    gap: 1.5rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-image,
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-image-placeholder {
    height: 200px !important;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-card img {
    height: 200px !important;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-content {
    padding: 1.5rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-loading,
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty {
    padding: 3rem 1.5rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-loading i,
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty i {
    font-size: 3rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-loading p,
  .wp-block-blocks-salon-block-related-posts.related-posts .related-posts-empty p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-image,
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-image-placeholder {
    height: 180px !important;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-card img {
    height: 180px !important;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-content {
    padding: 1.25rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-card h3 {
    font-size: 1.25rem;
  }
  .wp-block-blocks-salon-block-related-posts.related-posts .related-post-card p {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/