/* Start custom CSS for html, class: .elementor-element-1dbbac5 */.sv-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.sv-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  padding: 15px;
  transition: all .2s ease;
  text-decoration: none;
}
.sv-cat-card:hover {
  border-color: #0a5bd3;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.sv-cat-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}
.sv-cat-name {
  font-weight: 600;
  font-size: 16px;
  color: #0f1720;
}
.sv-cat-card:hover .sv-cat-name {
  color: #0a5bd3;
}/* End custom CSS */