.fddl-guide-link-wrap {
  margin-top: 0.8rem;
}

.fddl-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.58rem 0.95rem;
  background: linear-gradient(135deg, #ffb23a 0%, #ff8f1f 100%);
  color: #0d2a48 !important;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: 0 0.7rem 1.6rem rgba(255, 143, 31, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.fddl-guide-link:hover,
.fddl-guide-link:focus {
  color: #0d2a48 !important;
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 0.9rem 1.9rem rgba(255, 143, 31, 0.28);
  text-decoration: none !important;
}

.fddl-guide-link:focus-visible {
  outline: 3px solid rgba(17, 83, 133, 0.35);
  outline-offset: 3px;
}

.fddl-guide-link__arrow {
  font-size: 1.05em;
  line-height: 1;
}
