.rlw-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.rlw-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rlw-link-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rlw-icon-link {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 0;
}

.rlw-link {
  text-decoration: none !important;
  color: inherit;
    line-height: 22px !important;
    font-size: 16px !important;
    width: 100%;
}

.rlw-link:hover {
    text-decoration: underline !important;
  color: #2563eb;
}