.hnw-widget,
.hnw-products,
.hnw-inline-price-control,
.hnw-single-domain-price {
  --hnw-accent: #145cf5;
  --hnw-accent-dark: #0f49c7;
  --hnw-accent-dark: color-mix(in srgb, var(--hnw-accent), #00184a 24%);
  --hnw-ink: #10213d;
  --hnw-muted: #66758d;
  --hnw-line: #e4eaf3;
  --hnw-surface: #ffffff;
  --hnw-soft: #f9fafe;
  color: var(--hnw-ink);
  font: inherit;
  box-sizing: border-box;
}

.hnw-elementor-widget {
  display: flex;
  width: 100%;
  max-width: 100%;
}

.hnw-elementor-widget > * {
  max-width: 100%;
}

.hnw-widget *,
.hnw-products *,
.hnw-inline-price-control *,
.hnw-single-domain-price * {
  box-sizing: border-box;
}

.hnw-widget {
  width: 100%;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--hnw-line);
  border-radius: 24px;
  background: var(--hnw-soft);
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--hnw-accent), transparent 92%), transparent 34%),
    var(--hnw-soft);
  box-shadow: 0 18px 50px rgba(25, 52, 93, 0.07);
}

.hnw-widget__header {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.hnw-widget__title {
  margin: 0 0 8px;
  color: var(--hnw-ink);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.hnw-widget__subtitle {
  margin: 0;
  color: var(--hnw-muted);
  font-size: 16px;
  line-height: 1.65;
}

.hnw-search-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid var(--hnw-line);
  border-radius: 16px;
  background: var(--hnw-surface);
  box-shadow: 0 10px 28px rgba(21, 49, 90, 0.08);
}

.hnw-search-form:focus-within {
  border-color: color-mix(in srgb, var(--hnw-accent), #fff 35%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--hnw-accent), transparent 88%), 0 12px 30px rgba(21, 49, 90, 0.1);
}

.hnw-search-form__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 18px;
  height: 18px;
  border: 2px solid #718098;
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.hnw-search-form__icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #718098;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.hnw-search-form__input {
  min-width: 0;
  min-height: 54px;
  padding: 10px 16px 10px 46px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hnw-ink) !important;
  font: inherit;
  font-size: 16px;
}

.hnw-search-form__input::placeholder {
  color: #8a96a9;
}

.hnw-button,
.hnw-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--hnw-accent);
  border-radius: 11px;
  background: var(--hnw-accent);
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hnw-search-form__button {
  min-width: 152px;
  min-height: 54px;
  padding-inline: 24px;
}

.hnw-button:hover,
.hnw-link-button:hover {
  background: var(--hnw-accent-dark);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--hnw-accent), transparent 73%);
  transform: translateY(-1px);
}

.hnw-button:focus-visible,
.hnw-link-button:focus-visible,
.hnw-search-form__input:focus-visible,
.hnw-whois-card__raw:focus-visible,
.hnw-product-cycle-selector__toggle:focus-visible,
.hnw-product-cycle-selector__option:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--hnw-accent), transparent 70%) !important;
  outline-offset: 2px;
}

.hnw-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.hnw-button__spinner {
  display: none;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  border: 2px solid rgba(255,255,255,.42);
  border-top-color: #fff;
  border-radius: 50%;
  animation: hnw-spin .7s linear infinite;
}

.hnw-button.is-loading .hnw-button__spinner {
  display: inline-block;
}

.hnw-form-message {
  width: min(820px, 100%);
  margin: 12px auto 0;
  padding: 10px 13px;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  background: #fff1f2;
  color: #9f1239;
  font-size: 14px;
}

.hnw-results,
.hnw-whois-result {
  display: grid;
  gap: 10px;
  width: min(820px, 100%);
  margin: 20px auto 0;
}

.hnw-results:empty,
.hnw-whois-result:empty {
  display: none;
}

.hnw-result {
  display: grid;
  grid-template-columns: 11px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid var(--hnw-line);
  border-radius: 14px;
  background: var(--hnw-surface);
  box-shadow: 0 5px 16px rgba(23, 48, 84, .04);
}

.hnw-result__status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aab5c5;
  box-shadow: 0 0 0 5px #f0f3f7;
}

.hnw-result.is-available .hnw-result__status {
  background: #16a36a;
  box-shadow: 0 0 0 5px #e4f8ef;
}

.hnw-result.is-unavailable .hnw-result__status,
.hnw-result.is-error .hnw-result__status {
  background: #dc6271;
  box-shadow: 0 0 0 5px #ffedf0;
}

.hnw-result.is-loading .hnw-result__status {
  border: 2px solid #d8dfeb;
  border-top-color: var(--hnw-accent);
  background: transparent;
  box-shadow: none;
  animation: hnw-spin .7s linear infinite;
}

.hnw-result__main {
  display: grid;
  min-width: 0;
}

.hnw-result__domain {
  overflow: hidden;
  color: var(--hnw-ink);
  font-size: 15px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hnw-result__message {
  color: var(--hnw-muted);
  font-size: 13px;
}

.hnw-result__price {
  color: var(--hnw-ink);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.hnw-result__skeleton {
  width: 82px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #edf1f6, #f8fafc, #edf1f6);
  background-size: 180% 100%;
  animation: hnw-shimmer 1.2s linear infinite;
}

.hnw-whois-card {
  overflow: hidden;
  border: 1px solid var(--hnw-line);
  border-radius: 16px;
  background: var(--hnw-surface);
}

.hnw-whois-card__heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid var(--hnw-line);
}

.hnw-whois-card__title-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.hnw-whois-card__status {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dc6271;
  box-shadow: 0 0 0 5px #ffedf0;
}

.hnw-whois-card.is-available .hnw-whois-card__status {
  background: #16a36a;
  box-shadow: 0 0 0 5px #e4f8ef;
}

.hnw-whois-card__domain {
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hnw-whois-card__label {
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff0f2;
	color: #b42338;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.hnw-whois-card.is-available .hnw-whois-card__label {
	background: #e8f8f0;
	color: #087443;
}

.hnw-whois-card__available {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
}

.hnw-whois-card__price {
	font-size: 22px;
}

.hnw-whois-card__body {
	display: grid;
	gap: 18px;
	padding: 22px;
}

.hnw-whois-privacy {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding: 16px 18px;
	border: 1px solid #c7e7fb;
	border-radius: 12px;
	background: #eaf6fd;
	color: #365b7a;
}

.hnw-whois-privacy__icon {
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 1.4;
}

.hnw-whois-privacy__copy {
	display: grid;
	gap: 5px;
	font-size: 13px;
	line-height: 1.55;
}

.hnw-whois-privacy__copy strong {
	color: #244d70;
	font-size: 14px;
}

.hnw-whois-section {
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--hnw-line);
	border-radius: 14px;
	background: var(--hnw-surface);
}

.hnw-whois-section__title {
	margin: 0 0 13px;
	color: var(--hnw-ink);
	font-size: 15px;
	font-weight: 700;
}

.hnw-whois-fields {
	margin: 0;
}

.hnw-whois-field {
	display: grid;
	grid-template-columns: minmax(145px, 31%) minmax(0, 1fr);
	gap: 18px;
	padding: 11px 0;
	border-bottom: 1px solid var(--hnw-line);
}

.hnw-whois-field:first-child {
	padding-top: 0;
}

.hnw-whois-field:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.hnw-whois-field__label,
.hnw-whois-field__value {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	word-break: break-word;
}

.hnw-whois-field__label {
	color: var(--hnw-muted);
}

.hnw-whois-field__value {
	color: var(--hnw-ink);
	font-weight: 550;
}

.hnw-whois-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hnw-whois-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hnw-whois-chip {
	display: inline-flex;
	max-width: 100%;
	padding: 7px 10px;
	border: 1px solid #cbdcfb;
	border-radius: 8px;
	background: #f1f6ff;
	color: #1754b8;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	word-break: break-word;
}

.hnw-whois-chip--nameserver {
	border-color: #d8e1ec;
	background: #f7f9fc;
	color: #405674;
	text-transform: uppercase;
}

.hnw-whois-raw {
	overflow: hidden;
	border: 1px solid var(--hnw-line);
	border-radius: 12px;
	background: #f7f9fc;
}

.hnw-whois-raw__summary {
	position: relative;
	padding: 16px 46px 16px 18px;
	color: var(--hnw-ink);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.hnw-whois-raw__summary::-webkit-details-marker {
	display: none;
}

.hnw-whois-raw__summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--hnw-ink);
	border-bottom: 2px solid var(--hnw-ink);
	content: "";
	transform: translateY(-65%) rotate(45deg);
	transition: transform 160ms ease;
}

.hnw-whois-raw[open] .hnw-whois-raw__summary::after {
	transform: translateY(-35%) rotate(225deg);
}

.hnw-whois-card__raw {
	max-height: 440px;
	margin: 0;
  padding: 20px;
  overflow: auto;
  background: #0f1e35;
  color: #dbe7f8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
	word-break: break-word;
}

.hnw-currency-rates {
  background: var(--hnw-surface);
}

.hnw-currency-rates__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  gap: 18px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.hnw-currency-rates__fields {
  display: grid;
  grid-template-columns: minmax(110px, .8fr) minmax(120px, 1fr) 46px minmax(120px, 1fr);
  gap: 12px;
  align-items: end;
  padding: 20px;
  border: 1px solid var(--hnw-line);
  border-radius: 16px;
  background: var(--hnw-surface);
  box-shadow: 0 10px 28px rgba(21, 49, 90, 0.06);
}

.hnw-currency-rates__field-wrap {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--hnw-muted);
  font-size: 12px;
  font-weight: 700;
}

.hnw-currency-rates__field {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid var(--hnw-line) !important;
  border-radius: 11px !important;
  outline: 0 !important;
  background: #f8faff !important;
  box-shadow: none !important;
  color: var(--hnw-ink) !important;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.hnw-currency-rates__field:focus {
  border-color: color-mix(in srgb, var(--hnw-accent), #fff 35%) !important;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--hnw-accent), transparent 88%) !important;
}

.hnw-currency-rates__swap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--hnw-accent), #fff 42%);
  border-radius: 11px;
  background: color-mix(in srgb, var(--hnw-accent), #fff 92%);
  box-shadow: none;
  color: var(--hnw-accent);
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.hnw-currency-rates__swap:hover,
.hnw-currency-rates__swap:focus-visible {
  border-color: var(--hnw-accent);
  background: var(--hnw-accent);
  color: #fff;
}

.hnw-currency-rates__swap:active {
  transform: scale(.96);
}

.hnw-currency-rates__result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px;
  border: 1px solid #cfe0ff;
  border-radius: 16px;
  background: #f2f7ff;
}

.hnw-currency-rates__result-label {
  margin-bottom: 7px;
  color: var(--hnw-muted);
  font-size: 12px;
  font-weight: 700;
}

.hnw-currency-rates__result-value {
  display: flex;
  gap: 8px;
  align-items: baseline;
  min-width: 0;
  color: var(--hnw-ink);
}

.hnw-currency-rates__result-value strong {
  overflow-wrap: anywhere;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.hnw-currency-rates__result-value span {
  color: var(--hnw-accent);
  font-size: 13px;
  font-weight: 750;
}

.hnw-currency-rates__equation {
  margin: 9px 0 0;
  color: var(--hnw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.hnw-currency-rates__source {
  width: min(920px, 100%);
  margin: 13px auto 0;
  color: var(--hnw-muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.hnw-pricing {
	background: var(--hnw-surface);
}

.hnw-pricing__header {
	max-width: 780px;
	margin: 0 auto 26px;
	text-align: center;
}

.hnw-pricing__header .hnw-widget__title {
	margin-top: 14px;
}

.hnw-pricing__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 13px;
	border: 1px solid #bed2ff;
	border-radius: 999px;
	background: #f1f6ff;
	color: var(--hnw-accent-dark);
	font-size: 12px;
	font-weight: 700;
}

.hnw-pricing-search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-bottom: 20px;
}

.hnw-pricing-search__icon {
	position: absolute;
	top: 50%;
	left: 19px;
	width: 15px;
	height: 15px;
	border: 2px solid #718098;
	border-radius: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.hnw-pricing-search__icon::after {
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background: #718098;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.hnw-pricing-search__input {
	width: 100%;
	min-height: 54px;
	padding: 10px 18px 10px 48px !important;
	border: 1px solid var(--hnw-line) !important;
	border-radius: 13px !important;
	outline: 0 !important;
	background: #f6f8fc !important;
	box-shadow: none !important;
	color: var(--hnw-ink) !important;
	font: inherit;
	font-size: 15px;
}

.hnw-pricing-search__input:focus {
	border-color: color-mix(in srgb, var(--hnw-accent), #fff 35%) !important;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--hnw-accent), transparent 88%) !important;
}

.hnw-pricing-search__count {
	color: var(--hnw-muted);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.hnw-pricing__empty {
	padding: 22px;
	border: 1px dashed #cbd6e5;
	border-radius: 14px;
	background: #f8faff;
	color: var(--hnw-muted);
	text-align: center;
}

.hnw-table-wrap {
	overflow-x: auto;
  border: 1px solid var(--hnw-line);
  border-radius: 16px;
}

.hnw-price-table {
	width: 100%;
	min-width: 920px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  background: var(--hnw-surface);
  color: var(--hnw-ink);
}

.hnw-price-table th,
.hnw-price-table td {
  padding: 16px 18px;
  border: 0 !important;
  border-bottom: 1px solid var(--hnw-line) !important;
  text-align: left;
  vertical-align: middle;
}

.hnw-price-table thead th {
  background: var(--hnw-soft);
  color: var(--hnw-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.hnw-price-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

.hnw-price-table tbody tr:hover {
  background: #fbfcff;
}

.hnw-tld-badge {
  color: var(--hnw-accent);
  font-size: 17px;
  font-weight: 750;
}

.hnw-price-table__type {
	max-width: 220px;
	color: #7183a2;
	font-size: 13px;
}

.hnw-price-table__years {
	color: #60728f;
	text-align: center !important;
}

.hnw-pricing [hidden] {
	display: none !important;
}

.hnw-price-table__action {
  text-align: right !important;
}

.hnw-ip-checker {
  background: var(--hnw-surface);
}

.hnw-ip-checker__toolbar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hnw-ip-summary {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #d9e3f0;
  border-radius: 12px;
  background: #f7f9fc;
  color: #53647c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.hnw-ip-summary__dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9aa8bb;
  box-shadow: 0 0 0 4px #edf1f6;
}

.hnw-ip-summary.is-loading .hnw-ip-summary__dot {
  border: 2px solid #cbd5e1;
  border-top-color: var(--hnw-accent);
  background: transparent;
  box-shadow: none;
  animation: hnw-spin .7s linear infinite;
}

.hnw-ip-summary.is-success {
  border-color: #b9ead4;
  background: #edf9f3;
  color: #087443;
}

.hnw-ip-summary.is-success .hnw-ip-summary__dot {
  background: #16a36a;
  box-shadow: 0 0 0 4px #dff6eb;
}

.hnw-ip-summary.is-warning {
  border-color: #f5d48c;
  background: #fff8e8;
  color: #8a5a00;
}

.hnw-ip-summary.is-warning .hnw-ip-summary__dot {
  background: #d69b18;
  box-shadow: 0 0 0 4px #fff0c8;
}

.hnw-ip-summary.is-error {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #9f1239;
}

.hnw-ip-summary.is-error .hnw-ip-summary__dot {
  background: #dc6271;
  box-shadow: 0 0 0 4px #ffedf0;
}

.hnw-ip-checker__button {
  flex: 0 0 auto;
  min-width: 132px;
}

.hnw-ip-checker__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
}

.hnw-ip-copy-button {
  gap: 9px;
  min-width: 145px;
  background: #fff;
  color: var(--hnw-accent) !important;
}

.hnw-ip-copy-button:hover {
  background: color-mix(in srgb, var(--hnw-accent), #fff 94%);
  color: var(--hnw-accent-dark) !important;
}

.hnw-ip-copy-button.is-copied {
  border-color: #16a36a;
  background: #edf9f3;
  box-shadow: none;
  color: #087443 !important;
}

.hnw-ip-copy-button.is-error {
  border-color: #dc6271;
  background: #fff1f2;
  box-shadow: none;
  color: #9f1239 !important;
}

.hnw-ip-copy-icon {
  position: relative;
  width: 13px;
  height: 14px;
  border: 1.6px solid currentColor;
  border-radius: 3px;
}

.hnw-ip-copy-icon::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 9px;
  height: 10px;
  border: 1.6px solid currentColor;
  border-radius: 3px;
  background: inherit;
  content: "";
}

.hnw-ip-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--hnw-line);
  border-radius: 16px;
}

.hnw-ip-table {
  width: 100%;
  min-width: 680px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  background: var(--hnw-surface);
  color: var(--hnw-ink);
}

.hnw-ip-table th,
.hnw-ip-table td {
  padding: 16px 18px;
  border: 0 !important;
  border-bottom: 1px solid var(--hnw-line) !important;
  text-align: left;
  vertical-align: middle;
}

.hnw-ip-table thead th {
  background: var(--hnw-soft);
  color: var(--hnw-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hnw-ip-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

.hnw-ip-table tbody th {
  font-size: 14px;
  font-weight: 700;
}

.hnw-ip-service {
  display: inline-flex;
  gap: 11px;
  align-items: center;
}

.hnw-ip-service__icon {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aab5c5;
  box-shadow: 0 0 0 4px #f0f3f7;
}

.hnw-ip-table tr.is-loading .hnw-ip-service__icon {
  border: 2px solid #d8dfeb;
  border-top-color: var(--hnw-accent);
  background: transparent;
  box-shadow: none;
  animation: hnw-spin .7s linear infinite;
}

.hnw-ip-table tr.is-success .hnw-ip-service__icon {
  background: #16a36a;
  box-shadow: 0 0 0 4px #e4f8ef;
}

.hnw-ip-table tr.is-error .hnw-ip-service__icon {
  background: #dc6271;
  box-shadow: 0 0 0 4px #ffedf0;
}

.hnw-ip-table code {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid #d8e3f2;
  border-radius: 7px;
  background: #f5f8fd;
  color: #164fa8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.hnw-ip-row-status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f0f3f7;
  color: #63738b;
  font-size: 11px;
  font-weight: 700;
}

.hnw-ip-table tr.is-success .hnw-ip-row-status {
  background: #e8f8f0;
  color: #087443;
}

.hnw-ip-table tr.is-error .hnw-ip-row-status {
  background: #fff0f2;
  color: #b42338;
}

.hnw-ip-checker__privacy {
  margin: 14px 2px 0;
  color: var(--hnw-muted);
  font-size: 12px;
  line-height: 1.55;
}

.hnw-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.hnw-products--columns-1 { grid-template-columns: minmax(0, 1fr); }
.hnw-products--columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hnw-products--columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hnw-products--columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hnw-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--hnw-line);
  border-radius: 20px;
  background: var(--hnw-surface);
  box-shadow: 0 12px 34px rgba(25, 52, 93, .06);
}

.hnw-product-card.is-cycle-open {
  z-index: 30;
}

.hnw-product-card--featured {
  border: 2px solid var(--hnw-accent);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--hnw-accent), transparent 86%);
}

.hnw-product-card__badge {
  position: absolute;
  top: 0;
  right: 22px;
  padding: 6px 13px;
  border-radius: 0 0 9px 9px;
  background: var(--hnw-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hnw-product-card__title {
  margin: 0 0 24px;
  color: var(--hnw-accent);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hnw-product-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-end;
  min-height: 56px;
  margin-bottom: 24px;
}

.hnw-regular-price {
  color: #8491a5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration-thickness: 1.5px;
  white-space: nowrap;
}

.hnw-product-card__regular-price,
.hnw-inline-price-control__regular-price {
  flex: 0 0 100%;
  margin-bottom: -2px;
}

.hnw-inline-price-control--regular-beside .hnw-inline-price-control__regular-price {
  flex: 0 1 auto;
  margin-bottom: 0;
}

.hnw-discount-badge {
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: 3px 7px;
  border-radius: 999px;
  background: #e6f8ef;
  color: #087849;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.hnw-inline-price-control__price > .hnw-discount-badge--outer {
  position: static;
  top: auto;
  margin-left: auto;
  align-self: center;
  transform: none;
}

.hnw-inline-price-control__price > .hnw-inline-price-control__discount-wrap {
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-left: auto;
}

.hnw-inline-price-control__discount-wrap > .hnw-discount-badge--outer {
  position: static;
  top: auto;
  align-self: center;
  transform: none;
}

.hnw-inline-price-control__discount-wrap[hidden] {
  display: none !important;
}

.hnw-discount-badge--outlined {
  padding: 0 7px;
  border: 1px solid #0866ff;
  border-radius: 6px;
  background: transparent;
  color: #0753cc;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 20px;
}

.hnw-product-cycle-selector__option > .hnw-discount-badge--inner {
  flex: 0 0 auto;
  padding: 3px 7px;
  font-size: 9px;
  line-height: 1.1;
}

.hnw-regular-price[hidden],
.hnw-discount-badge[hidden] {
  display: none !important;
}

.hnw-product-card__amount {
  color: var(--hnw-ink);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: .95;
}

.hnw-product-card__cycle {
  padding-bottom: 3px;
  color: var(--hnw-muted);
  font-size: 14px;
  line-height: 1.2;
}

.hnw-product-cycle-selector {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 24px;
}

.hnw-product-cycle-selector.is-open {
  z-index: 40;
}

.hnw-product-cycle-selector__toggle,
.hnw-product-cycle-selector__option {
  width: 100%;
  margin: 0 !important;
  appearance: none;
  border: 1px solid var(--hnw-line) !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--hnw-ink) !important;
  font: inherit;
  text-align: left;
  text-decoration: none !important;
  text-transform: none !important;
}

.hnw-product-cycle-selector__toggle {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  cursor: pointer;
}

.hnw-product-cycle-selector--single .hnw-product-cycle-selector__toggle {
  cursor: default;
}

.hnw-product-cycle-selector.is-open .hnw-product-cycle-selector__toggle {
  border-color: color-mix(in srgb, var(--hnw-accent), #fff 42%) !important;
  border-radius: 10px 10px 0 0 !important;
}

.hnw-product-cycle-selector__selection {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hnw-product-cycle-selector__chevron {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin: -4px 2px 0 0;
  border-right: 2px solid #53647c;
  border-bottom: 2px solid #53647c;
  transform: rotate(45deg);
  transition: transform 160ms ease, margin 160ms ease;
}

.hnw-product-cycle-selector.is-open .hnw-product-cycle-selector__chevron {
  margin-top: 4px;
  transform: rotate(225deg);
}

.hnw-product-cycle-selector__menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  max-height: 340px;
  overflow-y: auto;
  border: 1px solid color-mix(in srgb, var(--hnw-accent), #fff 42%);
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(18, 43, 80, .16);
}

.hnw-product-cycle-selector__menu[hidden] {
  display: none !important;
}

.hnw-product-cycle-selector__option {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 15px !important;
  border-width: 0 0 1px !important;
  border-radius: 0 !important;
  cursor: pointer;
}

.hnw-product-cycle-selector__option:last-child {
  border-bottom: 0 !important;
}

.hnw-product-cycle-selector__option:hover,
.hnw-product-cycle-selector__option:focus-visible {
  background: color-mix(in srgb, var(--hnw-accent), #fff 95%) !important;
}

.hnw-product-cycle-selector__option.is-selected {
  background: color-mix(in srgb, var(--hnw-accent), #fff 96%) !important;
  box-shadow: inset 3px 0 0 var(--hnw-accent) !important;
  color: var(--hnw-accent-dark) !important;
}

.hnw-product-cycle-selector__option strong {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
}

.hnw-product-cycle-selector__prices {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.hnw-product-cycle-selector__prices .hnw-regular-price {
  font-size: 11px;
}

.hnw-product-card__description {
  flex: 1;
  margin-bottom: 24px;
  color: var(--hnw-muted);
  font-size: 14px;
  line-height: 1.65;
}

.hnw-product-card__description > :first-child { margin-top: 0; }
.hnw-product-card__description > :last-child { margin-bottom: 0; }

.hnw-product-card__description ul {
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

.hnw-product-card__description li {
  position: relative;
  margin: 8px 0;
  padding-left: 22px;
}

.hnw-product-card__description li::before {
  position: absolute;
  top: .45em;
  left: 1px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #16a36a;
  border-left: 2px solid #16a36a;
  content: "";
  transform: rotate(-45deg);
}

.hnw-product-card__button {
  width: 100%;
}

.hnw-empty {
  padding: 18px 20px;
  border: 1px solid #d9e3f1;
  border-radius: 12px;
  background: #f7faff;
  color: #53647c;
  font-size: 14px;
}

.hnw-single-domain-price {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit !important;
  line-height: inherit;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

a.hnw-single-domain-price:hover,
a.hnw-single-domain-price:focus-visible {
  color: inherit !important;
  text-decoration: none !important;
}

.hnw-single-domain-price__tld {
  font-size: 16px;
  font-weight: 750;
}

.hnw-single-domain-price__price {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 650;
}

.hnw-single-domain-price__currency-symbol,
.hnw-single-domain-price__number {
  display: inline-block;
}

.hnw-single-domain-price__currency-symbol[hidden] {
  display: none !important;
}

.hnw-single-domain-price__period {
  opacity: .78;
  font-size: 11px;
  font-weight: 600;
}

.hnw-single-domain-price.is-unavailable {
  color: #718098 !important;
}

.hnw-inline-price {
  white-space: nowrap;
}

.hnw-inline-price-control {
  position: relative;
  display: block;
  width: min(240px, 100%);
  color: var(--hnw-ink);
  font: inherit;
}

.hnw-inline-price-control--plain {
  display: inline-block;
  width: auto;
}

.hnw-inline-price-control__price {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  margin-bottom: 12px;
}

.hnw-inline-price-control--plain .hnw-inline-price-control__price {
  margin-bottom: 0;
}

.hnw-inline-price-control__amount {
  display: inline-flex;
  align-items: baseline;
  color: var(--hnw-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: .95;
}

.hnw-inline-price-control__currency-symbol,
.hnw-inline-price-control__number {
  display: inline-block;
}

.hnw-inline-price-control__currency-symbol {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.hnw-inline-price-control__currency-symbol[hidden] {
  display: none !important;
}

.hnw-inline-price-control__cycle {
  padding-bottom: 2px;
  color: var(--hnw-muted);
  font-size: 12px;
  line-height: 1.2;
}

.hnw-responsive-cycle-label--mobile {
  display: none;
}

@media (max-width: 767px) {
  .hnw-responsive-cycle-label--desktop {
    display: none;
  }

  .hnw-responsive-cycle-label--mobile {
    display: inline;
  }
}

.hnw-inline-price-control__selector {
  margin-bottom: 0;
}

.hnw-inline-price-control .hnw-product-cycle-selector__toggle {
  min-height: 42px;
  padding: 8px 12px !important;
}

.hnw-inline-price-control .hnw-product-cycle-selector__option {
  min-height: 40px;
  padding: 8px 12px !important;
}

.hnw-inline-price-control__button-wrap {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}

.hnw-inline-price-control__button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--hnw-accent);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  color: var(--hnw-ink) !important;
  column-gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hnw-inline-price-control__button:hover,
.hnw-inline-price-control__button:focus-visible {
  border-color: var(--hnw-accent);
  background: var(--hnw-accent);
  color: #fff !important;
  text-decoration: none !important;
}

.hnw-inline-price-control__button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--hnw-accent), transparent 72%);
  outline-offset: 2px;
}

.hnw-inline-price-control__button--xs {
  min-height: 36px;
  padding: 8px 14px;
  font-size: 12px;
}

.hnw-inline-price-control__button--sm {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 13px;
}

.hnw-inline-price-control__button--lg {
  min-height: 54px;
  padding: 14px 24px;
  font-size: 16px;
}

.hnw-inline-price-control__button--xl {
  min-height: 60px;
  padding: 16px 28px;
  font-size: 18px;
}

.hnw-inline-price-control__button-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1;
}

.hnw-inline-price-control__button-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.hnw-inline-price-control__term-summary {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  color: var(--hnw-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.hnw-inline-price-control__term-summary[hidden] {
  display: none !important;
}

.hnw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes hnw-spin {
  to { transform: rotate(360deg); }
}

@keyframes hnw-shimmer {
  to { background-position: -180% 0; }
}

.hnw-money {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.hnw-money > span {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.hnw-money > span[hidden] {
  display: none !important;
}

.hnw-currency-switcher {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #101828;
  font: inherit;
  line-height: 1.2;
  vertical-align: middle;
}

.hnw-currency-switcher.is-open {
  z-index: 999;
}

.hnw-currency-switcher *,
.hnw-currency-switcher *::before,
.hnw-currency-switcher *::after {
  box-sizing: border-box;
}

.hnw-currency-switcher button {
  appearance: none;
  margin: 0;
  font: inherit;
}

.hnw-currency-switcher__toggle {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #d7deea;
  border-radius: 5px;
  background: #fff;
  color: #101828;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .06);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
}

.hnw-currency-switcher__toggle:hover,
.hnw-currency-switcher__toggle:focus-visible,
.hnw-currency-switcher.is-open .hnw-currency-switcher__toggle {
  border-color: var(--hnw-accent, #145cf5);
  outline: none;
}

.hnw-currency-switcher__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  font-size: 20px;
  line-height: 1;
}

.hnw-currency-switcher__flag-image {
  display: block;
  width: auto;
  height: 20px;
  max-width: none;
  object-fit: contain;
}

.hnw-currency-switcher__chevron {
  width: 0;
  height: 0;
  border-top: 5px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  opacity: .75;
  transition: transform .16s ease;
}

.hnw-currency-switcher.is-open .hnw-currency-switcher__chevron {
  transform: rotate(180deg);
}

.hnw-currency-switcher__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 1000;
  min-width: 100%;
  padding: 3px 0;
  overflow: hidden;
  border: 1px solid #d7deea;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .16);
}

.hnw-currency-switcher__menu[hidden] {
  display: none !important;
}

.hnw-currency-switcher__option {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 88px;
  padding: 6px 9px;
  border: 0;
  background: transparent;
  color: #101828;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}

.hnw-currency-switcher__option:hover,
.hnw-currency-switcher__option:focus-visible {
  outline: none;
  background: #f1f5fb;
}

.hnw-currency-switcher__option.is-selected {
  background: color-mix(in srgb, var(--hnw-accent, #145cf5), transparent 90%);
  color: var(--hnw-accent, #145cf5);
}

.hnw-currency-switcher.is-loading {
  opacity: .68;
}

.hnw-currency-switcher.is-loading button {
  cursor: wait;
}

@media (max-width: 900px) {
  .hnw-products--columns-3,
  .hnw-products--columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hnw-widget {
    padding: 20px 14px;
    border-radius: 18px;
  }

  .hnw-widget__header {
    margin-bottom: 18px;
  }

  .hnw-search-form {
    grid-template-columns: minmax(0, 1fr);
    padding: 7px;
  }

  .hnw-search-form__icon {
    top: 34px;
  }

  .hnw-search-form__button {
    width: 100%;
  }

  .hnw-result {
    grid-template-columns: 11px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .hnw-result__price {
    grid-column: 2;
  }

  .hnw-result .hnw-link-button {
    grid-column: 3;
    grid-row: 1 / span 2;
    padding-inline: 13px;
  }

  .hnw-result__skeleton {
    width: 62px;
  }

  .hnw-whois-card__heading,
  .hnw-whois-card__available {
    align-items: flex-start;
    flex-direction: column;
  }

  .hnw-whois-card__body {
    padding: 14px;
  }

  .hnw-whois-field {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .hnw-whois-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .hnw-pricing-search {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .hnw-pricing-search__icon {
    top: 27px;
  }

  .hnw-pricing-search__count {
    padding-inline: 3px;
  }

  .hnw-currency-rates__panel,
  .hnw-currency-rates__fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .hnw-currency-rates__swap {
    width: 100%;
  }

  .hnw-ip-checker__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .hnw-ip-summary {
    width: 100%;
  }

  .hnw-ip-checker__button {
    width: 100%;
  }

  .hnw-ip-checker__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .hnw-ip-checker__actions .hnw-button {
    width: 100%;
  }

  .hnw-products,
  .hnw-products--columns-2,
  .hnw-products--columns-3,
  .hnw-products--columns-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .hnw-product-card {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hnw-widget *,
  .hnw-products * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
