@import url("./consultation-service.css?v=20260724-1");

.lm-regulatory-page,
.lm-regulatory-page * {
  box-sizing: border-box;
}

.lm-regulatory-page .lm-service-intro {
  max-width: 920px;
  margin-bottom: 28px;
  border-bottom: 0;
}

.lm-regulatory-page .lm-service-intro p {
  max-width: 760px;
}

.lm-registry {
  margin: 0 0 64px;
  padding-top: 0;
}

.lm-registry__group + .lm-registry__group {
  margin-top: 42px;
}

.lm-registry__group-title {
  margin: 0 0 10px;
  color: #3d5961;
  font-family: var(--wd-title-font, "Ubuntu Sans", Arial, sans-serif);
  font-size: 18px;
  line-height: 1.4;
}

.lm-registry__list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dce8eb;
  list-style: none;
}

.lm-registry__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 96px;
  padding: 22px 0;
  border-top: 1px solid #dce8eb;
}

.lm-registry__type {
  display: block;
  margin-bottom: 6px;
  color: #fa6334;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.lm-registry__title {
  max-width: 920px;
  margin: 0;
  color: #263b42;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  text-wrap: pretty;
}

.lm-registry__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 7px;
  background: #2d4e57;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.lm-registry__link:hover {
  background: #fa6334;
  color: #fff;
}

.lm-registry__link--placeholder {
  cursor: default;
}

.lm-registry__link--placeholder:hover {
  background: #2d4e57;
}

.lm-registry__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 22px 24px;
  border-radius: 8px;
  background: #edf4f5;
}

.lm-registry__footer p {
  max-width: 760px;
  margin: 0;
  color: #405b63;
  font-size: 14px;
  line-height: 1.6;
}

.lm-registry__footer a {
  flex: 0 0 auto;
  color: #2d4e57;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(45, 78, 87, 0.35);
  text-underline-offset: 4px;
}

.lm-registry__footer a:hover {
  color: #fa6334;
}

@media (max-width: 767px) {
  .lm-registry {
    margin-bottom: 44px;
    padding-top: 0;
  }

  .lm-registry__group + .lm-registry__group {
    margin-top: 34px;
  }

  .lm-registry__item {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px 0;
  }

  .lm-registry__link {
    min-width: 0;
    width: max-content;
    min-height: 42px;
    padding: 9px 15px;
  }

  .lm-registry__footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lm-registry__link {
    transition: none;
  }
}
