:root{
  --nds-primary:#18b7ee;
  --nds-primary-dark:#087cf4;
  --nds-navy:#061f3d;
  --nds-text:#526173;
  --nds-line:#d9edf9;
  --nds-soft:#f6fcff;
  --nds-available:#0a84ff;
  --nds-unavailable:#d63638;
}
.nds-wrapper,
.nds-wrapper *{box-sizing:border-box}
.nds-wrapper{width:100%;max-width:760px;margin:0 auto 28px;padding:0 12px;font-family:inherit;color:var(--nds-navy)}
.nds-form{display:flex;width:100%;min-height:48px;margin:0 auto;border:1px solid #d7e5f0;border-radius:4px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(20,135,214,.08)}
.nds-input{flex:1;width:100%;min-width:0;height:48px;padding:0 18px;border:0!important;background:#f8fbff!important;color:var(--nds-navy)!important;font-size:14px!important;font-weight:500!important;outline:none!important;box-shadow:none!important;border-radius:0!important}
.nds-input::placeholder{color:#8b9aac!important;font-weight:500!important}
.nds-search-btn{flex:0 0 150px;height:48px;border:0!important;border-radius:0!important;background:linear-gradient(90deg,#20b9ed 0%,#087af2 100%)!important;color:#fff!important;font-size:13px!important;font-weight:700!important;line-height:1!important;cursor:pointer;box-shadow:none!important;transition:transform .16s ease,filter .16s ease,opacity .16s ease}
.nds-search-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.nds-search-btn:disabled{opacity:.72;cursor:wait;transform:none}
.nds-message{min-height:22px;margin:12px 0 10px;text-align:center;font-size:13px;font-weight:700;color:#0b93d2}
.nds-message.is-error{color:var(--nds-unavailable)}
.nds-results{width:100%}
.nds-tld-strip{display:flex;justify-content:center;gap:42px;margin:14px auto 0;text-align:center;flex-wrap:wrap}
.nds-tld-strip span{display:block;color:#12aee8;font-size:14px;font-weight:800;line-height:1.15}
.nds-tld-strip small{display:block;color:var(--nds-navy);font-size:10px;font-weight:700;line-height:1.2;margin-top:1px}
.nds-main-card{position:relative;overflow:hidden;width:min(100%,420px);margin:24px auto 28px;padding:27px 28px 30px;border-radius:9px;text-align:center;color:#fff;background:linear-gradient(135deg,#28bde9 0%,#0b91ed 100%);box-shadow:0 15px 34px rgba(24,183,238,.16)}
.nds-main-card:before,.nds-main-card:after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.12);pointer-events:none}.nds-main-card:before{left:-96px;top:-95px;width:220px;height:220px}.nds-main-card:after{right:-98px;bottom:-112px;width:215px;height:215px}.nds-main-card.is-unavailable{background:linear-gradient(135deg,#ef3d42 0%,#ff6974 100%);box-shadow:0 15px 34px rgba(239,61,66,.14)}
.nds-main-card h2,.nds-main-card p,.nds-main-actions{position:relative;z-index:1}.nds-main-card h2{margin:0 0 7px!important;color:#fff!important;font-size:25px!important;line-height:1.13!important;font-weight:800!important;letter-spacing:-.35px!important;word-break:break-word}.nds-main-card p{margin:0 0 15px!important;color:#fff!important;font-size:13px!important;line-height:1.35!important;font-weight:700!important}.nds-main-actions{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.nds-price{display:inline-flex;align-items:center;justify-content:center;min-height:37px;padding:9px 15px;border-radius:5px;background:rgba(255,255,255,.16);color:#fff;font-size:13px;font-weight:800;line-height:1}.nds-select-btn{display:inline-flex;align-items:center;justify-content:center;min-height:37px;min-width:118px;padding:10px 19px;border:0!important;border-radius:5px!important;background:linear-gradient(90deg,#19b7ed 0%,#087af2 100%)!important;color:#fff!important;text-decoration:none!important;font-size:12.5px!important;font-weight:800!important;line-height:1!important;box-shadow:0 8px 16px rgba(8,124,242,.18);transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.nds-select-btn:hover{color:#fff!important;filter:brightness(.97);transform:translateY(-1px);box-shadow:0 11px 22px rgba(8,124,242,.24)}
.nds-heading{margin:6px 0 18px!important;text-align:center;color:var(--nds-navy)!important;font-size:29px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.45px!important}.nds-suggestions{display:grid;grid-template-columns:1fr;gap:9px;width:100%;margin:0 auto 18px}.nds-suggestion{display:grid;grid-template-columns:minmax(0,1fr) 130px 130px;align-items:center;gap:16px;min-height:62px;padding:13px 15px;border:1px solid var(--nds-line);border-left:3px solid var(--nds-primary);border-radius:6px;background:#fbfeff;color:var(--nds-navy);box-shadow:0 8px 22px rgba(7,31,61,.035)}.nds-suggestion.is-unavailable{border-left-color:var(--nds-unavailable);background:#fffafa}.nds-suggestion-name{display:flex;align-items:center;gap:12px;min-width:0}.nds-status-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;border-radius:50%;background:#eaf8ff;color:#0a92d5;font-size:13px;font-weight:900;line-height:1}.nds-suggestion.is-unavailable .nds-status-icon{background:#fff0f0;color:var(--nds-unavailable)}.nds-suggestion strong{display:block;color:var(--nds-navy);font-size:14px!important;font-weight:800!important;line-height:1.18!important;word-break:break-word}.nds-suggestion span{display:block;color:#5f7188;font-size:12px!important;font-weight:600!important;line-height:1.25!important;margin-top:2px}.nds-suggestion-price{justify-self:center;color:#077ed8;font-size:13px!important;font-weight:800!important;white-space:nowrap;text-align:center}.nds-suggestion .nds-select-btn{min-height:35px;min-width:115px;padding:10px 14px;font-size:12px!important;border-radius:5px!important;justify-self:end;box-shadow:0 7px 14px rgba(8,124,242,.14)}
.nds-whois{margin:0 auto 26px;max-width:760px;border:1px solid var(--nds-line);border-radius:7px;background:#fff;box-shadow:0 10px 24px rgba(7,31,61,.045);overflow:hidden}.nds-whois summary{cursor:pointer;padding:14px 16px;font-size:13px;font-weight:800;color:var(--nds-navy);background:#f7fcff;list-style:none}.nds-whois summary::-webkit-details-marker{display:none}.nds-whois summary:after{content:"+";float:right;width:22px;height:22px;border-radius:50%;background:#e8f8ff;color:#13aee9;text-align:center;line-height:21px;font-weight:800}.nds-whois[open] summary:after{content:"−"}.nds-whois pre{white-space:pre-wrap;overflow:auto;margin:0;padding:16px;border-top:1px solid var(--nds-line);max-height:430px;font-size:12px;line-height:1.65;background:#fbfdff;color:#24364e}.nds-whois-card{margin:22px auto 0}.nds-whois-status{display:inline-flex;align-items:center;padding:6px 11px;border-radius:999px;background:#e9f8ff;color:#078dd2;font-size:12px;font-weight:800;margin:0 0 12px}.nds-whois-card h3{margin:0 0 12px!important;color:var(--nds-navy)!important;font-size:22px!important;font-weight:800!important;text-align:center}.nds-whois-empty{padding:16px;border:1px solid var(--nds-line);border-radius:7px;background:#fbfeff;text-align:center;color:#526173;font-size:13px;font-weight:600}
@media(max-width:767px){.nds-wrapper{padding:0 12px;max-width:100%}.nds-form{min-height:auto;flex-direction:column;border:0;border-radius:0;background:transparent;box-shadow:none;gap:8px;overflow:visible}.nds-input,.nds-search-btn{width:100%!important;min-height:48px;border-radius:5px!important;border:1px solid #d8e5f1!important}.nds-search-btn{flex:auto}.nds-tld-strip{gap:14px 24px}.nds-main-card{width:100%;padding:24px 18px;border-radius:8px}.nds-main-card h2{font-size:22px!important}.nds-heading{font-size:24px!important}.nds-suggestion{grid-template-columns:1fr;gap:9px;padding:14px;text-align:left}.nds-suggestion-price{justify-self:start;text-align:left}.nds-suggestion .nds-select-btn{justify-self:stretch;width:100%}.nds-main-actions{display:flex}.nds-price,.nds-main-card .nds-select-btn{width:auto;flex:1 1 140px}}


/* GiddHost alignment refinements */
.nds-tld-strip{display:none!important}
.nds-main-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.nds-price{height:38px;min-height:38px;padding:0 16px;border-radius:6px;font-size:13px;font-weight:800;line-height:38px;white-space:nowrap}
.nds-select-btn{height:38px;min-height:38px;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;border-radius:6px!important;padding:0 20px!important;font-size:12.5px!important;font-weight:800!important;white-space:nowrap;text-align:center!important}
.nds-heading{margin-top:10px!important;margin-bottom:18px!important;font-size:28px!important;letter-spacing:-.25px!important}
.nds-suggestions{gap:9px;max-width:760px}
.nds-suggestion{grid-template-columns:minmax(0,1fr) 132px 128px;align-items:center;min-height:58px;padding:12px 14px 12px 16px;border-radius:6px;background:#fbfeff}
.nds-suggestion-name{display:flex!important;align-items:center!important;gap:11px!important;min-width:0!important;overflow:hidden}
.nds-suggestion-name>div{min-width:0}
.nds-suggestion .nds-status-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;min-width:24px!important;flex:0 0 24px!important;margin:0!important;border-radius:999px!important;background:#eaf8ff!important;color:#0a92d5!important;font-size:12px!important;font-weight:900!important;line-height:24px!important;text-align:center!important}
.nds-suggestion.is-unavailable .nds-status-icon{background:#fff0f0!important;color:var(--nds-unavailable)!important}
.nds-suggestion strong{margin:0!important;font-size:13.5px!important;line-height:1.18!important;white-space:normal;overflow-wrap:anywhere}
.nds-suggestion-status{display:block!important;margin:2px 0 0!important;color:#5f7188!important;font-size:11.5px!important;font-weight:600!important;line-height:1.2!important}
.nds-suggestion-price{align-self:center;justify-self:center;display:flex;align-items:center;justify-content:center;min-height:38px;color:#077ed8;font-size:13px!important;font-weight:800!important;line-height:1!important;white-space:nowrap;text-align:center}
.nds-suggestion .nds-select-btn{align-self:center;justify-self:end;height:36px;min-height:36px;min-width:116px;padding:0 15px!important;font-size:12px!important;box-shadow:0 7px 14px rgba(8,124,242,.14)}
@media(max-width:767px){.nds-tld-strip{display:none!important}.nds-suggestion{grid-template-columns:1fr;gap:10px;min-height:auto;padding:14px}.nds-suggestion-name{align-items:flex-start!important}.nds-suggestion-price{justify-self:start;min-height:auto}.nds-suggestion .nds-select-btn{justify-self:stretch;width:100%;height:40px}.nds-price{flex:0 1 auto}.nds-main-card .nds-select-btn{flex:0 1 auto}}


/* Full-width WHMCS more suggestions button */
.nds-more-suggestions-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px;
  margin:12px auto 20px;
  padding:0 18px!important;
  border:0!important;
  border-radius:6px!important;
  background:linear-gradient(90deg,#20b9ed 0%,#087af2 100%)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:0 10px 22px rgba(8,124,242,.16);
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;
}
.nds-more-suggestions-btn:hover{
  color:#fff!important;
  filter:brightness(.98);
  transform:translateY(-1px);
  box-shadow:0 13px 28px rgba(8,124,242,.22);
}

/* Full-width search form refinement */
.nds-wrapper{
  max-width:100%!important;
}
.nds-form{
  width:100%!important;
  max-width:100%!important;
}
.nds-results,
.nds-main-card,
.nds-suggestions,
.nds-whois{
  margin-left:auto;
  margin-right:auto;
}
.nds-results{
  max-width:100%;
}

/* Fast mode suggestion loader */
.nds-suggestions.is-loading{
  max-width:760px;
}
.nds-suggestions-loading,
.nds-suggestions-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:14px 18px;
  border:1px solid var(--nds-line);
  border-left:3px solid var(--nds-primary);
  border-radius:6px;
  background:#fbfeff;
  color:#526173;
  font-size:13px;
  font-weight:700;
  text-align:center;
}
.nds-suggestions-loading:before{
  content:"";
  width:16px;
  height:16px;
  margin-right:9px;
  border:2px solid #d8eef9;
  border-top-color:#14aee8;
  border-radius:50%;
  animation:nds-spin .75s linear infinite;
}
@keyframes nds-spin{to{transform:rotate(360deg)}}

/* Elementor-ready layout and responsive controls */
.nds-wrapper{
  width:100%!important;
  max-width:var(--nds-max-width,100%)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  --nds-button-bg:linear-gradient(90deg,#20b9ed 0%,#087af2 100%);
  --nds-button-text:#ffffff;
  --nds-input-bg:#ffffff;
  --nds-input-text:#071f3d;
  --nds-input-border:#d9e8f4;
  --nds-result-title:#ffffff;
  --nds-form-padding:0;
  --nds-input-padding:0 22px;
  --nds-button-padding:0 28px;
  --nds-form-gap:0px;
  --nds-radius:8px;
}
.nds-form{
  gap:var(--nds-form-gap,0px)!important;
  padding:var(--nds-form-padding,0)!important;
  border-radius:var(--nds-radius,8px)!important;
}
.nds-input{
  background:var(--nds-input-bg,#fff)!important;
  color:var(--nds-input-text,#071f3d)!important;
  border-color:var(--nds-input-border,#d9e8f4)!important;
  padding:var(--nds-input-padding,0 22px)!important;
  border-radius:var(--nds-radius,8px) 0 0 var(--nds-radius,8px)!important;
}
.nds-search-btn,
.nds-select-btn,
.nds-more-suggestions-btn{
  background:var(--nds-button-bg,linear-gradient(90deg,#20b9ed 0%,#087af2 100%))!important;
  color:var(--nds-button-text,#fff)!important;
  padding:var(--nds-button-padding,0 28px)!important;
}
.nds-search-btn{
  border-radius:0 var(--nds-radius,8px) var(--nds-radius,8px) 0!important;
}
.nds-main-card h2{color:var(--nds-result-title,#fff)!important}
.nds-layout-block .nds-form{
  flex-direction:column!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  gap:var(--nds-form-gap,10px)!important;
}
.nds-layout-block .nds-input,
.nds-layout-block .nds-search-btn{
  width:100%!important;
  border-radius:var(--nds-radius,8px)!important;
  border:1px solid var(--nds-input-border,#d9e8f4)!important;
}
.nds-button-block .nds-search-btn{
  width:100%!important;
  flex:1 1 100%!important;
}
.nds-layout-inline.nds-button-block .nds-form{
  flex-wrap:wrap!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  gap:var(--nds-form-gap,10px)!important;
}
.nds-layout-inline.nds-button-block .nds-input{
  flex:1 1 100%!important;
  width:100%!important;
  border-radius:var(--nds-radius,8px)!important;
  border:1px solid var(--nds-input-border,#d9e8f4)!important;
}
.nds-layout-inline.nds-button-block .nds-search-btn{
  border-radius:var(--nds-radius,8px)!important;
}
.nds-status-icon{
  font-family:Arial, Helvetica, sans-serif!important;
  transform:none!important;
  position:relative!important;
  top:0!important;
}
@media(max-width:767px){
  .nds-wrapper{max-width:100%!important;padding-left:0!important;padding-right:0!important}
  .nds-form{
    flex-direction:column!important;
    gap:10px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .nds-input,.nds-search-btn{
    width:100%!important;
    border-radius:var(--nds-radius,8px)!important;
  }
  .nds-input{
    border:1px solid var(--nds-input-border,#d9e8f4)!important;
  }
  .nds-main-card{width:100%!important;min-height:auto!important}
  .nds-suggestion{grid-template-columns:1fr!important}
  .nds-suggestion-name{align-items:center!important}
  .nds-suggestion .nds-status-icon{margin-top:0!important}
}
