/*
================================================================================
CONTENT WIDTH
================================================================================
*/
:root {
  --cd-content-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  :root {
    --cd-content-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --cd-content-width: 944px;
  }
}
@media (min-width: 1440px) {
  :root {
    --cd-content-width: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --cd-content-width: 1600px;
  }
}

/*
================================================================================
COLORS
================================================================================
*/
/*
================================================================================
LAYOUT
================================================================================
*/
/*
================================================================================
FONTFACE
================================================================================
*/
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("NotoSans"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
FONT FAMILIES
================================================================================
*/
/*
================================================================================
MIXINS
================================================================================
*/
/*
================================================================================
FONTS
================================================================================
*/
h1,
.cd-h1 {
  font-size: 1.8125rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h1,
  .cd-h1 {
    font-size: 2.25rem;
  }
}

h2,
.cd-h2 {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h2,
  .cd-h2 {
    font-size: 1.875rem;
  }
}

h3,
.cd-h3 {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h3,
  .cd-h3 {
    font-size: 1.5rem;
  }
}

h4,
.cd-h4 {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h4,
  .cd-h4 {
    font-size: 1.375rem;
  }
}

p,
.cd-p {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  p,
  .cd-p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  p,
  .cd-p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  p,
  .cd-p {
    font-size: 1.25rem;
  }
}

.cd-small {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-small {
    font-size: 0.875rem;
  }
}

.cd-extra-small {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-extra-small {
    line-height: 1.3;
    font-size: 0.625rem;
  }
}

.cd-section-news .cd-news-link .fl-module-content .fl-button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.cd-section-news .cd-news-link .fl-module-content .fl-button:hover, .cd-section-news .cd-news-link .fl-module-content .fl-button:focus, .cd-section-news .cd-news-link .fl-module-content .fl-button:active, .cd-section-news .cd-news-link .fl-module-content .fl-button:visited {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cd-section-news .cd-news-link .fl-module-content .fl-button .fl-button-text {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: #EA002A;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cd-section-news .cd-news-link .fl-module-content .fl-button .fl-button-text {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .cd-section-news .cd-news-link .fl-module-content .fl-button .fl-button-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  .cd-section-news .cd-news-link .fl-module-content .fl-button .fl-button-text {
    font-size: 1.25rem;
  }
}
.cd-section-news .cd-news-link .fl-module-content .fl-button .fl-button-icon {
  margin-left: 0;
}
.cd-section-news .cd-news-link .fl-module-content .fl-button .fl-button-icon::before {
  color: #EA002A;
  font-size: 1rem;
}
.cd-section-news .cd-articles .fl-post-feed {
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .cd-section-news .cd-articles .fl-post-feed {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .cd-section-news .cd-articles .fl-post-feed {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cd-section-news .cd-articles .fl-post-feed .fl-post-feed-post {
  margin: 0;
  border: none;
}
.cd-section-news .cd-articles .fl-post-feed .cd-article {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-image img {
  width: 100%;
  aspect-ratio: 312/188;
  border-radius: 0.75rem;
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-inline: 0.5rem;
}
@media (min-width: 992px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-text {
    padding-inline: 0.75rem;
  }
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-title {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  hyphens: auto;
  hyphenate-limit-chars: 8 5 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-title {
    font-size: 1.375rem;
  }
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-title a:hover,
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-title a:focus,
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-title a:active {
  color: #EA002A;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-title {
    font-size: 1.125rem;
  }
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt p {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt p {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt p {
    font-size: 0.875rem;
  }
}
.cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt a {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
  color: #B70D18;
}
@media (min-width: 992px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-section-news .cd-articles .fl-post-feed .cd-article .cd-article-excerpt a {
    font-size: 0.875rem;
  }
}
