/* Nordic Trust Engine – modern trust UI */
.nte-box {
  background: #ffffff;
  border: 1px solid #e6e6eb;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 18px 0;
  font-size: 15px;
  line-height: 1.55;
}

.nte-box strong {
  font-weight: 600;
}

.nte-trust-grid .nte-box {
  margin: 0;
}

.nte-trust-dropdown {
  margin: 28px 0 8px;
  font-size: 14px;
}

.nte-trust-dropdown summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  padding: 12px 14px;
  border: 1px solid #e6e6eb;
  border-radius: 12px;
  background: #fafafa;
}

.nte-trust-dropdown[open] summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nte-trust-dropdown ul {
  margin: 0;
  padding: 12px 18px;
  border: 1px solid #e6e6eb;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #ffffff;
}

.nte-trust-dropdown li {
  margin: 6px 0;
}

.nte-trust-dropdown a {
  text-decoration: none;
}

.nte-trust-dropdown a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .nte-box {
    padding: 14px;
  }
}
