/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/sections/related-blog-post-section/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
section.wp-block-sections-related-blog-post-section {
  container-type: inline-size;
  container-name: related-blog-post-section;
}
section.wp-block-sections-related-blog-post-section .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: flex-start;
}
section.wp-block-sections-related-blog-post-section header {
  display: grid;
}
section.wp-block-sections-related-blog-post-section .blog-post {
  display: grid;
  gap: 24px;
}
section.wp-block-sections-related-blog-post-section .blog-post:has(.wp-block-button__link:hover) .image-wrapper img, section.wp-block-sections-related-blog-post-section .blog-post:has(.wp-block-button__link:focus-visible) .image-wrapper img {
  transform: scale(1.08);
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper {
  display: grid;
  gap: 24px;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper a img {
  transition: transform 0.4s ease;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper a:hover img, section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper a:focus-visible img {
  transform: scale(1.08);
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper a:focus-visible {
  outline: 2px solid #388e3c;
  outline-offset: 2px;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  object-fit: cover;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper > div .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper > div .categories span {
  padding: 4px 8px;
  border-radius: 500px;
  background-color: #ededed;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper > div .reading-time {
  display: flex;
  align-items: center;
  gap: 4px;
}
section.wp-block-sections-related-blog-post-section .blog-post .image-wrapper > div .reading-time span {
  color: #373737;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
section.wp-block-sections-related-blog-post-section .blog-post .blog-contents-wrapper {
  display: grid;
  gap: 24px;
  justify-content: flex-start;
}
section.wp-block-sections-related-blog-post-section .blog-post .blog-contents-wrapper .content-wrapper {
  display: grid;
  gap: 8px;
}
section.wp-block-sections-related-blog-post-section .blog-post .blog-contents-wrapper .wp-block-button__link {
  width: fit-content;
  border: 1px solid transparent;
  color: #388e3c;
  border-radius: 16px;
  background: var(--wp--preset--gradient--button-border-gradient);
  padding: 8px 16px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  text-decoration: none;
}
section.wp-block-sections-related-blog-post-section .blog-post .blog-contents-wrapper .wp-block-button__link:focus {
  background: linear-gradient(#cef0cf, #baebbc) padding-box, linear-gradient(93deg, #388e3c -11.08%, #b0ddb2 106.87%) border-box;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
section.wp-block-sections-related-blog-post-section .blog-post .blog-contents-wrapper .wp-block-button__link:hover {
  background: linear-gradient(#cef0cf, #baebbc) padding-box, linear-gradient(93deg, #388e3c -11.08%, #b0ddb2 106.87%) border-box;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
section.wp-block-sections-related-blog-post-section .blog-post .blog-contents-wrapper .wp-block-button__link:active {
  background: linear-gradient(#c4f3c5, #a5e9a7) padding-box, linear-gradient(93deg, #388e3c -11.08%, #b0ddb2 106.87%) border-box;
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}
@container (max-width: 1000px) {
  section.wp-block-sections-related-blog-post-section .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  section.wp-block-sections-related-blog-post-section .wrapper header {
    grid-column: 1/2 span;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@container (max-width: 550px) {
  section.wp-block-sections-related-blog-post-section .wrapper {
    grid-template-columns: 1fr;
  }
  section.wp-block-sections-related-blog-post-section .wrapper header {
    grid-column: 1;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/sections/related-blog-post-section/editor.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/

