.custom-nf-links {
  margin-top: 24px;
  text-align: left;
}
.custom-nf-title {
  font-size: 16px;
  color: #888;
  margin-bottom: 12px;
  font-family: 'Aldente', Arial, sans-serif;
  font-weight: 500;
}
.custom-nf-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.custom-nf-link {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #00b4c4;
  border-radius: 20px;
  color: #00b4c4 !important;
  font-size: 16px;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  font-family: 'Aldente', Arial, sans-serif;
  font-weight: 500;
}
.custom-nf-link:hover {
  background: #00b4c4;
  color: #fff !important;
}

.t-search-widget__inputcontainer input {
    font-weight: 300 !important;
}
.custom-nf-speller {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #555;
  font-family: 'Aldente', Arial, sans-serif;
  font-weight: 500;
}
.custom-nf-speller-link {
  color: #00b4c4 !important;
  text-decoration: underline !important;
  cursor: pointer;
  font-weight: 600;
}