@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/Lexend/Lexend-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/Lexend/Lexend-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/Lexend/Lexend-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/Lexend/Lexend-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/wp-content/themes/continental-2025/assets/dist/fonts/FiraSans/FiraSans-BoldItalic.ttf") format("truetype");
}
.wp-block-post_callout_block {
  height: 100%;
  container-type: inline-size;
}
.wp-block-post_callout_block__inner {
  height: 100%;
}
.wp-block-post_callout_block__inner .post_callout_block {
  position: relative;
}
.wp-block-post_callout_block__inner .post_callout_block a {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  display: grid;
  -moz-column-gap: 60px;
       column-gap: 60px;
  grid-template-columns: 290px 1fr;
  padding: 30px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.wp-block-post_callout_block__inner .post_callout_block a .image img {
  display: block;
  border-radius: 10px;
}
.wp-block-post_callout_block__inner .post_callout_block a .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.wp-block-post_callout_block__inner .post_callout_block a .content .date {
  color: #000000;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.wp-block-post_callout_block__inner .post_callout_block a .content .title {
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wp-block-post_callout_block__inner .post_callout_block .read-more {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  align-items: center;
  background-color: #E22E31;
  border-radius: 0 0 10px 10px;
  box-shadow: 2px 2px 10px -10px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 60px;
  line-height: normal;
  padding: 0 10px;
  text-align: center;
  transition: bottom 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 0;
}
.wp-block-post_callout_block__inner .post_callout_block .read-more::before {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #E22E31;
  content: "";
  height: 20px;
  width: 100%;
  z-index: 0;
}
.wp-block-post_callout_block__inner .post_callout_block:hover a.woocommerce-loop-product__link {
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.2);
}
.wp-block-post_callout_block__inner .post_callout_block:hover .read-more {
  bottom: -60px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out, box-shadow 0.15s linear 0.15s;
}
@container (max-width: 720px) {
  .wp-block-post_callout_block__inner {
    height: 100%;
    padding-bottom: 60px;
  }
  .wp-block-post_callout_block__inner .post_callout_block {
    height: 100%;
  }
  .wp-block-post_callout_block__inner .post_callout_block a {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
  }
  .wp-block-post_callout_block__inner .post_callout_block a .image {
    margin: 0 0 30px 0;
  }
}

.entry-content > .wp-block-post_callout_block {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-group > .wp-block-post_callout_block {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
