
.trusted-by__directory-link {
  display: block;
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 13, 11, 0.06);
}
.trusted-by__directory-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(15, 13, 11, 0.5);
  text-decoration: none;
  font-size: 0.88rem;
  font-style: italic;
  transition: color 0.2s ease, gap 0.2s ease;
  font-family: inherit;
}
.trusted-by__directory-link a:hover {
  color: #FF243C;
  gap: 0.7rem;
}
.trusted-by__directory-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.trusted-by__directory-link a:hover svg { transform: translateX(2px); }
:root[lang="ar"] .trusted-by__directory-link a:hover svg { transform: translateX(-2px); }
:root[lang="ar"] .trusted-by__directory-link svg { transform: scaleX(-1); }
