<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ova-sev-category-2 .service-cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-sev-category-2 .service-cat-list &gt; .item-link {
  transition: all 0.3s ease;
  padding: 30px 25px;
  min-height: 125px;
  border-bottom: 1px solid #e2e2e2;
}
.ova-sev-category-2 .service-cat-list &gt; .item-link:hover {
  box-shadow: 0 4px 30px 0 rgba(7, 7, 60, 0.1);
  border-bottom: 1px solid transparent;
}
.ova-sev-category-2 .service-cat-list &gt; .item-link:hover &gt; .item .cate_name {
  text-decoration: underline;
}
.ova-sev-category-2 .service-cat-list &gt; .item-link:hover &gt; .item i {
  margin: 0 3px;
}
.ova-sev-category-2 .service-cat-list &gt; .item-link &gt; .item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ova-sev-category-2 .service-cat-list &gt; .item-link &gt; .item .cate_name {
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading);
}
.ova-sev-category-2 .service-cat-list &gt; .item-link &gt; .item i {
  transition: all 0.3s ease;
  margin: 0;
  display: inline-flex;
  color: var(--heading);
  font-size: 20px;
}
.ova-sev-category-2 .service-cat-list .child-cate .cate_name {
  color: var(--text);
}
.ova-sev-category-2 .service-cat-list .service-of-cate {
  list-style-type: none;
  padding: 0 30px;
}
.ova-sev-category-2 .service-cat-list .service-of-cate .sev_title {
  color: var(--text);
}</pre></body></html>