.artc-featured-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.74;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.artc-featured-img {
  overflow: hidden;
}

.tab-article-item-blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 13px;
}

span.dot-divider {
  display: block;
  width: 9px;
  background: #A53E04;
  height: 9px;
  border-radius: 30px;
}

.tab-article-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #A53E04;
  line-height: 1.2;
}

h2.tab-artc-title-main {
  font-size: 22px;
  font-family: 'GT America Bold' !important;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 9px 0;
  color: black;
}

.artc-content-items-info {
  margin: 22px 0 0 0;
}

h2.tabbing-blog-heading {
  font-size: 28px;
  color: #000000;
  font-family: 'GT America Bold' !important;
  margin: 0 0 18px 0;
  text-align: center;
}

p.article-excerpt-card-slide {
  font-size: 16px;
  color: #000000;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-main-url {
  display: block;
}

.article-main-url:hover .artc-featured-img img {
  transform: scale(1.1);
}

.tab-artc-title-main {
  display: inline;
  position: relative;
  line-height: 1.4;
}

.tab-artc-title-main span {
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.4s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.article-main-url:hover .tab-artc-title-main span {
  background-size: 100% 2px;
}

.blog-tag {
  font-size: 18px;
  color: #000000;
  font-family: 'GT America Bold';
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.tabbing-blog-list-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px 0;
  row-gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

span.blog-tag.active {
  color: #A53E04;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-tag:not(:last-child)::after {
  content: '';
  margin: 0 15px;
  background: #000;
  font-size: 30px;
  width: 9px;
  height: 9px;
  border-radius: 30px;
}

.tabbing-article-list .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 4rem 0 0 0;
}

.tabbing-article-list .custom-pagination .page {
  font-size: 20px;
  color: #2C2C2C;
}

.tabbing-article-list .custom-pagination span.page.active {
  color: #A53E04;
  font-family: 'GT-America-Expanded-Bold';
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  text-underline-offset: 3px;
}

span.article-excerpt-view-more {
  padding-top: 15px;
  font-size: 16px;
  color: #A53E04;
  line-height: 1.2;
  font-family: 'GT America Bold' !important;
  display: flex;
  text-decoration: underline;
}

@media(min-width: 768px) {
  .tabbing-with-blog {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }

  h2.tabbing-blog-heading {
    font-size: 2.0833vw;
    margin: 0 0 1.5625vw 0;
  }
}

@media(max-width: 1024px) {
  h2.tab-artc-title-main {
    font-size: 18px;
    margin: 6px 0;
  }

  .tab-article-tag {
    gap: 6px;
    font-size: 16px;
  }

  .artc-content-items-info {
    margin: 12px 0 0 0;
  }

  .tab-article-item-blog {
    gap: 30px 13px;
  }

  .tabbing-article-list .custom-pagination .page {
    font-size: 16px;
  }

  .tabbing-article-list .custom-pagination {
    gap: 20px;
    margin: 3.6rem 0 0 0;
  }

  .blog-tag {
    font-size: 16px;
  }

  .blog-tag:not(:last-child)::after {
    margin: 0 14px;
    width: 8px;
    height: 8px;
  }
}

@media (max-width:990px) {
  .tabbing-blog-list-items {
    justify-content: flex-start;
  }
}

@media (max-width:930px) {
  .tabbing-with-blog .page-width {
    padding: 0;
  }

  .tab-article-item-blog {
    padding: 0 20px;
  }

  .tabbing-blog-list-items {
    padding: 14px 20px 24px 20px;
    position: sticky;
    top: 60px;
    background: #fff;
    z-index: 1;
    margin: 0;
  }
}

@media (max-width:768px) {
  span.article-excerpt-view-more {
    padding-top: 10px;
    font-size: 14px;
  }

  .tabbing-with-blog {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }

  .tab-article-item-blog {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .artc-content-items-info {
    margin: 10px 0 0 0;
  }

  h2.tab-artc-title-main {
    margin: 10px 0;
  }

  .tabbing-article-list .custom-pagination .page {
    font-size: 13px;
  }

  .tabbing-article-list .custom-pagination {
    gap: 24px;
  }

  h2.tabbing-blog-heading {
    font-size: 24px;
    margin: 0;
  }
}

@media (max-width:640px) {
  .tab-article-item-blog {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  p.article-excerpt-card-slide {
    -webkit-line-clamp: 3;
  }
}