/* Route-specific AXYN presentation for provider pages. */
/* TLD pricing */
#body > #tld-pricing {
  box-sizing: border-box;
  min-height: 400px;
  height: auto;
  margin: 0 0 48px;
  padding: clamp(64px, 8vw, 92px) 20px 56px;
  justify-content: center;
  background-color: var(--axyn-primary);
  background-image: url("/axyn-storefront-hero.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#body > #tld-pricing #tld-pricing-text {
  width: min(100%, 900px);
  margin: 0 0 30px;
  color: var(--axyn-text-on-dark);
  text-align: center;
}
#body > #tld-pricing #tld-pricing-text #big-font {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(2.55rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
#body > #tld-pricing #tld-pricing-text #small-font {
  margin-top: 14px;
  color: inherit;
  font-family: inherit;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.5;
  opacity: 0.9;
}
#body > #tld-pricing #search-bar {
  position: relative;
  display: block;
  width: min(100%, 840px);
  margin: 0;
}
#body > #tld-pricing #search-bar #search {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 56px;
  height: auto;
  padding: 13px 58px 13px 18px;
  border: 1px solid rgb(255 255 255 / 0.66);
  border-radius: var(--axyn-radius-surface);
  background: var(--axyn-surface);
  color: var(--axyn-ink);
  font: inherit;
  font-size: 1rem;
  box-shadow: 0 1rem 2.5rem rgb(3 18 66 / 0.18);
}
#body > #tld-pricing #search-bar #search-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  place-items: center;
  border-radius: var(--axyn-radius-control);
  color: var(--axyn-accent);
  cursor: pointer;
}
#body > #tld-pricing #search-bar #search-icon:hover {
  background: var(--axyn-surface-muted);
  color: var(--axyn-accent-strong);
}
html.axyn-tld-page #tld-table {
  display: block;
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto 28px;
  overflow-x: auto;
  border: 1px solid var(--axyn-border);
  border-radius: var(--axyn-radius-feature);
  background: var(--axyn-surface);
  box-shadow: var(--axyn-shadow);
  filter: none;
}
html.axyn-tld-page #tld-table table {
  width: 100%;
  min-width: 820px;
  border-radius: 0;
  box-shadow: none;
}
html.axyn-tld-page #tld-table table thead tr {
  min-height: 68px;
  height: 68px;
  background: var(--axyn-surface-muted);
}
html.axyn-tld-page #tld-table table thead tr th,
html.axyn-tld-page #tld-table table tr td {
  height: 68px;
  padding: 14px 22px;
  color: var(--axyn-ink);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  opacity: 1;
}
html.axyn-tld-page #tld-table table thead tr th {
  color: var(--axyn-ink-soft);
  font-weight: 750;
}
html.axyn-tld-page #tld-table table thead tr th:first-child,
html.axyn-tld-page #tld-table table thead tr th:last-child {
  border-radius: 0;
}
html.axyn-tld-page #tld-table table tr.color {
  background: var(--axyn-bg);
}
html.axyn-tld-page #pagination {
  min-height: 44px;
  height: auto;
  margin: 24px 0 52px;
}
html.axyn-tld-page #pagination :where(a, select) {
  min-height: 44px;
  color: var(--axyn-ink-soft);
  font-family: inherit;
}
/* Abuse reporting */
#body:has(> #content-text),
html.axyn-abuse-page #body {
  padding: 0;
  align-items: stretch;
  background: var(--axyn-bg) !important;
  background-image: none !important;
}
#body > #content-text {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 420px;
  margin: 0;
  padding: clamp(64px, 8vw, 92px) max(20px, calc((100vw - 1180px) / 2));
  justify-content: center;
  background-color: var(--axyn-primary);
  background-image: url("/axyn-storefront-hero.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--axyn-text-on-dark);
}
#body > #content-text #title {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-align: center;
}
#body > #content-text #info {
  width: min(100%, 940px);
  margin-top: 26px;
}
#body > #content-text #info p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  font-weight: 400;
  line-height: 1.65;
  opacity: 0.92;
}
#body > #content-text #info p + p {
  margin-top: 16px;
}
#body > #content-form {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1180px);
  max-width: 1180px;
  min-width: 0;
  margin: 48px auto 80px;
  padding: clamp(28px, 4vw, 56px);
  align-items: stretch;
  border: 1px solid var(--axyn-border);
  border-radius: var(--axyn-radius-feature);
  background: var(--axyn-surface);
  box-shadow: var(--axyn-shadow);
}
#body > #content-form #submit-title {
  max-width: none;
  margin: 0 0 26px;
  color: var(--axyn-ink);
  font-family: inherit;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 750;
  line-height: 1.15;
}
#body > #content-form form {
  width: 100%;
  margin: 0;
}
#body > #content-form .axyn-abuse-type-label {
  display: block;
  margin-bottom: 8px;
  color: var(--axyn-ink-soft);
  font-size: 0.94rem;
  font-weight: 750;
}
#body > #content-form form .select {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 32px;
}
#body > #content-form form .select #abuse-select {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  height: auto;
  padding: 12px 50px 12px 16px;
  border: 1px solid var(--axyn-border-strong);
  border-radius: var(--axyn-radius-control);
  background: var(--axyn-surface);
  color: var(--axyn-ink);
  font: inherit;
  font-size: 1rem;
  appearance: none;
}
#body > #content-form form .select > i {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--axyn-accent);
  pointer-events: none;
}
#body > #content-form #abuse-form > * {
  min-width: 0;
}
#body > #content-form :where(.abuse-summary, p, #notify-owner span) {
  color: var(--axyn-muted);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 1;
}
#body > #content-form :where(.title, #notify-owner #step-one) {
  color: var(--axyn-ink-soft);
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.4;
}
#body > #content-form .general-information-input,
#body > #content-form #signature-date {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
#body > #content-form .general-information-input > div,
#body > #content-form #signature-date > div {
  width: auto;
  min-width: 0;
  margin: 0;
}
#body > #content-form :where(input:not([type="checkbox"]):not([type="file"]), textarea) {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  height: auto;
  padding: 12px 14px;
  border: 1px solid var(--axyn-border-strong);
  border-radius: var(--axyn-radius-control);
  background: var(--axyn-surface);
  color: var(--axyn-ink);
  font: inherit;
  font-size: 1rem;
}
#body > #content-form textarea {
  min-height: 150px;
  resize: vertical;
}
#body > #content-form :where(input[type="checkbox"], input[type="file"]) {
  accent-color: var(--axyn-accent);
}
#body > #content-form span.optional {
  width: auto;
  height: auto;
  margin-left: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--axyn-surface-muted);
  color: var(--axyn-accent-strong);
  font-family: inherit;
  font-size: 0.78rem;
  line-height: 1.4;
}
#body > #content-form .upload-screenshots div.upload {
  gap: 24px;
  align-items: center;
}
#body > #content-form .upload-file {
  min-width: 148px;
  min-height: 44px;
  height: auto;
  border-radius: var(--axyn-radius-control);
  background: var(--axyn-accent);
  color: #ffffff;
  font-family: inherit;
}
#body > #content-form .upload-file:hover,
#body > #content-form #submit:hover {
  background: var(--axyn-accent-strong);
}
#body > #content-form #verification > div {
  gap: 24px;
}
#body > #content-form #verification .verification-input {
  box-sizing: border-box;
  width: min(60%, 520px);
  padding-left: 0;
}
#body > #content-form #verification i {
  color: var(--axyn-accent);
}
#body > #content-form #submit {
  width: 100%;
  min-height: 52px;
  height: auto;
  margin: 12px 0 0;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--axyn-radius-control);
  background: var(--axyn-accent);
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
}
@media (max-width: 850px) {
  #body > #tld-pricing {
    min-height: 342px;
    padding: 52px 20px;
  }
  #body > #tld-pricing #tld-pricing-text #big-font {
    margin: 0;
    font-size: clamp(2.2rem, 9vw, 3.1rem);
  }
  #body > #tld-pricing #search-bar {
    margin: 0;
  }
  #body > #tld-pricing #search-bar #search {
    min-height: 52px;
    height: auto;
    padding: 11px 56px 11px 14px;
    font-size: 1rem;
  }
  #body > #tld-pricing #search-bar #search-icon {
    top: 4px;
    right: 4px;
  }
  html.axyn-tld-page #tld-table {
    display: none;
  }
  html.axyn-tld-page .mobile-tld-collapse {
    width: calc(100% - 40px);
    min-height: 0;
    margin: 0 auto 24px;
    border: 1px solid var(--axyn-border);
    border-radius: var(--axyn-radius-feature);
    background: var(--axyn-surface);
    box-shadow: var(--axyn-shadow);
  }
  html.axyn-tld-page .mobile-tld-collapse > ul > li.color {
    background: var(--axyn-bg);
  }
  #body > #content-text {
    min-height: auto;
    padding: 54px 28px;
  }
  #body > #content-form {
    width: calc(100% - 32px);
    margin: 32px auto 56px;
    padding: 28px;
  }
  #body > #content-form #submit-title {
    margin: 0 0 24px;
  }
  #body > #content-form form .select {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 560px) {
  #body > #tld-pricing {
    min-height: 320px;
    margin-bottom: 28px;
    padding: 44px 16px;
  }
  #body > #tld-pricing #tld-pricing-text {
    margin-bottom: 24px;
  }
  #body > #tld-pricing #tld-pricing-text #small-font {
    font-size: 0.94rem;
  }
  html.axyn-tld-page .mobile-tld-collapse {
    width: calc(100% - 24px);
  }
  #body > #content-text {
    padding: 46px 20px;
    align-items: flex-start;
  }
  #body > #content-text #title,
  #body > #content-text #info p {
    text-align: left;
  }
  #body > #content-form {
    width: calc(100% - 24px);
    margin: 24px auto 44px;
    padding: 22px;
  }
  #body > #content-form .general-information-input,
  #body > #content-form #signature-date {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #body > #content-form .upload-screenshots div.upload,
  #body > #content-form #verification > div {
    flex-direction: column;
    align-items: stretch;
  }
  #body > #content-form .upload-file,
  #body > #content-form #verification .verification-input {
    width: 100%;
    min-width: 0;
  }
  #body > #content-form #verification > div .captcha-input {
    gap: 12px;
    align-items: center;
  }
  #body > #content-form #verification img {
    width: min(100%, 220px);
    height: auto;
  }
}
@media (prefers-contrast: more) {
  #body > #tld-pricing #search-bar #search,
  #body > #content-form,
  #body > #content-form :where(input, select, textarea) {
    border-color: var(--axyn-ink);
  }
}
