.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* News Archive Layout */
.tm-service-news-archive {
  width: 100%;
  /* Left Sidebar */
  /* Main Content Area */
  /* Responsive Design */
}
.tm-service-news-archive .news-archive-wrapper {
  display: flex;
  gap: 0;
  min-height: 600px;
}
.tm-service-news-archive .news-archive-sidebar {
  width: 290px;
  background-color: #eee;
  padding: 45px;
  flex-shrink: 0;
}
.tm-service-news-archive .news-archive-sidebar .filter-title {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
}
.tm-service-news-archive .news-archive-sidebar .year-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tm-service-news-archive .news-archive-sidebar .year-filter-list li {
  margin: 0;
  padding: 0;
}
.tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 5px 0;
  font-size: 24px;
  cursor: pointer;
  line-height: 45px;
  border-bottom: none;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item:hover {
  color: #666;
}
.tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item.active {
  color: #d4a574;
  font-weight: 400;
}
.tm-service-news-archive .news-archive-content {
  flex: 1;
  background-color: #fff;
  padding: 45px;
  min-height: 600px;
  /* Search Bar */
  /* News Grid */
  /* News Item Card */
  /* No Results */
}
.tm-service-news-archive .news-archive-content .news-search-bar {
  position: relative;
  margin-bottom: 50px;
}
.tm-service-news-archive .news-archive-content .news-search-bar .news-search-input {
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  height: 48px;
  outline: none;
  border: none;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.tm-service-news-archive .news-archive-content .news-search-bar .news-search-input:focus {
  border-color: #2c2c2c;
}
.tm-service-news-archive .news-archive-content .news-search-bar .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
}
.tm-service-news-archive .news-archive-content .news-grid-container {
  width: 100%;
  background-color: transparent;
  border: none;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: transparent;
  border: none;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-0 {
  gap: 0;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-5 {
  gap: 5px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-10 {
  gap: 10px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-15 {
  gap: 15px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-20 {
  gap: 20px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-25 {
  gap: 25px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-30 {
  gap: 30px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-35 {
  gap: 35px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-40 {
  gap: 40px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-50 {
  gap: 50px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-60 {
  gap: 60px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-70 {
  gap: 70px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-80 {
  gap: 80px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-90 {
  gap: 90px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-grid.gutter-100 {
  gap: 100px;
}
.tm-service-news-archive .news-archive-content .news-grid-container .news-item {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.tm-service-news-archive .news-archive-content .news-archive-item {
  background-color: rgb(243, 243, 243);
  border: none;
  border-radius: 0;
  padding: 20px;
  height: auto;
  display: block;
  box-shadow: none;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-date {
  font-size: 0.813rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-content-line {
  display: block;
  line-height: 1.5;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-source {
  display: inline;
  color: var(--theme-color1);
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-source span {
  color: #666;
  font-weight: 600;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-source .source-separator {
  color: #666;
  font-weight: 700;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-separator {
  color: #666;
  margin: 0 4px;
  font-weight: 400;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-title {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 400;
  display: inline;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-title a {
  color: #666;
  text-decoration: none;
  display: inline;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-title a:hover {
  color: #000;
  text-decoration: underline;
}
.tm-service-news-archive .news-archive-content .news-archive-item .news-title a:hover .external-link-icon {
  color: #000;
}
.tm-service-news-archive .news-archive-content .news-archive-item .external-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #999;
}
.tm-service-news-archive .news-archive-content .news-archive-item .external-link-icon svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.tm-service-news-archive .news-archive-content .no-results {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .tm-service-news-archive .news-archive-content .news-grid-container .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .tm-service-news-archive .news-archive-wrapper {
    flex-direction: column;
  }
  .tm-service-news-archive .news-archive-sidebar {
    width: 100%;
    padding: 20px;
  }
  .tm-service-news-archive .news-archive-sidebar .year-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item {
    border-bottom: none;
    padding: 8px 15px;
    background-color: transparent;
    border-radius: 0;
  }
  .tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item:hover, .tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item.active {
    background-color: transparent;
  }
  .tm-service-news-archive .news-archive-sidebar .year-filter-list .year-filter-item.active {
    color: var(--theme-color1);
  }
  .tm-service-news-archive .news-archive-content {
    padding: 20px;
  }
  .tm-service-news-archive .news-archive-content .news-grid-container .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .tm-service-news-archive .news-archive-content {
    padding: 15px;
  }
  .tm-service-news-archive .news-archive-content .news-search-bar {
    margin-bottom: 20px;
  }
  .tm-service-news-archive .news-archive-content .news-grid-container .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}