/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2024 | 07:16:28 */
.news-wrap {
  --scrollbar: 0;
  max-width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  background-color: #f5f5f5;
  overflow-x: hidden;
}
.news-wrap .wp-block-query {
  width: 100%;
  max-width: unset;
}
.news-wrap .wp-block-post-template {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.news-wrap .news-list-row {
  width: 100%;
  min-height: 3.5rem;
  padding-top: 0 !important;
  padding-bottom: 1.5rem !important;
  border-color: #d4d4d4;
  border-top-width: 1px;
}
.news-wrap .wp-block-post {
  display: flex;
}
.news-wrap .wp-block-post:first-child .news-list-row {
  padding-top: 1.5rem !important;
  border-top-style: solid;
}
.news-wrap .taxonomy-category {
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--gen-jyuu-gothic-p) !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news-wrap .taxonomy-category {
    font-size: clamp(10px, 3.8vw, 14px);
  }
}
.news-wrap .taxonomy-category a {
  min-width: 4rem;
  padding: 0.75rem 2rem;
  background-color: #333;
  border-radius: 9999px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-decoration: unset;
}
@media (max-width: 768px) {
  .news-wrap .taxonomy-category a {
    padding: 0.5rem 1.5rem;
  }
}
.news-wrap .category-updates-info .taxonomy-category a {
  background-color: #4E81BF;
}
.news-wrap .category-additional-info .taxonomy-category a {
  background-color: #45A8A1;
}
.news-wrap .wp-block-post-date {
  min-width: 7.5em;
  white-space: nowrap;
  text-align: left;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .news-wrap .wp-block-post-date {
    font-size: clamp(9px, 3.2vw, 12px);
    text-align: center;
  }
}
.news-wrap .wp-block-post-title {
  max-width: 36em;
  font-size: 1.1rem !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news-wrap .wp-block-post-title {
    font-size: clamp(12px, 3.8vw, 18px) !important;
  }
}
.news-wrap .wp-block-read-more {
  position: relative;
  white-space: nowrap;
  font-size: 1.1rem;
}
.news-wrap .wp-block-read-more::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0%;
  border-bottom: 1px solid #0F5779;
  transition: all 0.2s ease;
}
.news-wrap .wp-block-read-more:hover {
  font-weight: 700;
}
.news-wrap .wp-block-read-more:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .news-wrap .wp-block-read-more {
    display: none;
  }
}
.news-wrap .wp-block-buttons {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .news-wrap .wp-block-buttons {
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  .news-wrap .news-list-taxonomy {
    flex-flow: column-reverse;
  }
}

.news-content {
  gap: 2rem;
  width: clamp(640px, 65vw, 1280px);
  padding: 3.5rem 1.5rem;
}

.news-list-wrap {
  width: 100%;
  margin-top: 2rem !important;
  padding: unset;
}

/* eof *//*# sourceMappingURL=news.css.map */