.gfc.module-blog-library {
  position: relative;
}
.gfc.module-blog-library h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Selawik Bold", sans-serif;
}
.gfc.module-blog-library .breadcrumb {
  margin-bottom: 40px;
}
.gfc.module-blog-library .breadcrumb a {
  text-decoration: none;
}
.gfc.module-blog-library .header-image {
  width: 100%;
}
.gfc.module-blog-library .form-find-article {
  display: flex;
  gap: 2rem;
}
.gfc.module-blog-library .form-find-article input {
  height: 50px;
  border-radius: 8px;
}
.gfc.module-blog-library .form-find-article button {
  height: 50px;
  border-radius: 8px;
  background-color: #ba093d;
}
.gfc.module-blog-library .category-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gfc.module-blog-library .category-item a {
  text-decoration: none;
}
.gfc.module-blog-library .category-count {
  padding-left: 6px;
  padding-right: 6px;
  border: solid 1px #cdcdcd;
  background-color: #eee;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.gfc.module-blog-library .featured-article {
  display: flex;
  gap: 2rem;
  margin-bottom: 20px;
  border-bottom: solid #eee 1px;
  padding-bottom: 20px;
}
.gfc.module-blog-library .featured-article a {
  text-decoration: none;
}
.gfc.module-blog-library .custom-thumbnail {
  width: 100px;
  height: 100px;
}
.gfc.module-blog-library .featured-thumbnail {
  width: 100%;
}
.gfc.module-blog-library .recent-article-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gfc.module-blog-library .recent-article-left-col {
  width: 100px;
}
.gfc.module-blog-library .read-more {
  color: #ba093d;
  font-weight: 700;
  text-decoration: none;
}
.gfc.module-blog-library .read-more-card {
  position: relative;
}
.gfc.module-blog-library .card-thumbnail {
  width: 100%;
  height: 474px;
  object-fit: cover;
}
.gfc.module-blog-library .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gfc.module-blog-library .pagination a, .gfc.module-blog-library .pagination span {
  padding: 0px 20px;
  height: auto;
}
.gfc.module-blog-library .pagination .next,
.gfc.module-blog-library .pagination .prev {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .gfc.module-blog-library .pagination .next,
  .gfc.module-blog-library .pagination .prev {
    display: none;
  }
}
.gfc.module-blog-library .pagination .prev {
  left: 0;
  text-align: left;
}
.gfc.module-blog-library .pagination .prev:before {
  content: "";
  background: url(../../images/prev.svg) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 10px;
}
.gfc.module-blog-library .pagination .prev:after {
  content: none;
}
.gfc.module-blog-library .pagination .next {
  right: 0;
  text-align: right;
}
.gfc.module-blog-library .pagination .next:before {
  content: none;
}
.gfc.module-blog-library .pagination .next:after {
  content: "";
  background: url(../../images/next.svg) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 10px;
}
.gfc.module-blog-library .pagination a:hover {
  text-decoration: none;
  color: black;
}
.gfc.module-blog-library .page-numbers {
  border-radius: 4px;
}
.gfc.module-blog-library .page-numbers {
  background-color: unset;
  text-decoration: none;
  font-weight: 400;
}
.gfc.module-blog-library .page-numbers.current {
  color: black;
  border-radius: var(--Spacing-spacing-2xs, 4px);
  border: 1px solid var(--Medium-Gray-mediumgray500, #D4D9DD);
  background: #F4F4F4;
}
.gfc.module-blog-library .post-tags {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  padding: 10px;
  background-color: #f1f1f2;
  color: #ba093d;
}
.gfc.module-blog-library .post-tags a {
  text-decoration: none;
  font-family: "Selawik Bold", sans-serif;
}
.gfc.module-blog-library .ribbons.top.left {
  --ribbons-top-left-thin-width: 30%;
  --ribbons-top-left-thin-height: 3px;
  --ribbons-top-left-thin-bgcolor: #ba093d;
  --ribbons-top-left-thick-width: 50%;
  --ribbons-top-left-thick-height: 35px;
  --ribbons-top-left-thick-bgcolor: #9f0a3d;
  height: calc(var(--ribbons-top-left-thick-height) * 2);
}
.gfc.module-blog-library .ribbons.top.left .thin {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  width: var(--ribbons-top-left-thin-width, 30%);
  height: var(--ribbons-top-left-thin-height, 3px);
  background-color: var(--ribbons-top-left-thin-bgcolor, #ba093d);
}
.gfc.module-blog-library .ribbons.top.left .thick {
  position: relative;
  z-index: 2;
  left: 0;
  top: calc(var(--ribbons-top-left-thick-height) / 2);
  width: var(--ribbons-top-left-thick-width, 40%);
  height: var(--ribbons-top-left-thick-height, 50px);
  background-color: var(--ribbons-top-left-thick-bgcolor, #9f0a3d);
}
@media (min-width: 992px) {
  .gfc.module-blog-library .ribbons.top.left {
    --ribbons-top-left-thin-width: 4%;
    --ribbons-top-left-thin-height: 3px;
    --ribbons-top-left-thin-bgcolor: #ba093d;
    --ribbons-top-left-thick-width: 5%;
    --ribbons-top-left-thick-height: 49px;
    --ribbons-top-left-thick-bgcolor: #9f0a3d;
    height: unset;
  }
}
@media screen and (min-width: 1500px) {
  .gfc.module-blog-library .ribbons.top.left {
    --ribbons-top-left-thin-width: 13%;
    --ribbons-top-left-thick-width: 15%;
  }
}
@media (min-width: 992px) {
  .gfc.module-blog-library .ribbons.top.left .thin {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 40px;
    width: var(--ribbons-top-left-thin-width, 30%);
    height: var(--ribbons-top-left-thin-height, 3px);
    background-color: var(--ribbons-top-left-thin-bgcolor, #ba093d);
  }
  .gfc.module-blog-library .ribbons.top.left .thick {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 70px;
    width: var(--ribbons-top-left-thick-width, 40%);
    height: var(--ribbons-top-left-thick-height, 50px);
    background-color: var(--ribbons-top-left-thick-bgcolor, #9f0a3d);
  }
}

/*# sourceMappingURL=module-blog-library.css.map */
