/*
BYOIP IP Data Intelligence
Add after your existing BYOIP CSS.
*/

html, 
body{
  font-size: 16px;
  scroll-behavior: smooth !important;
  scroll-padding-top: 72px;
  font-family: 'Geologica', sans-serif !important;
  --tw-text-opacity: 1;
  color: rgba(101, 106, 142, var(--tw-text-opacity));
}

.byoip-ip-info-tool,
.byoip-ip-info-tool * {
}

@media (min-width: 1300px) and (max-width: 1680px) {
    h1 {
        font-size: 48px;
    }
}
@media (min-width: 1680px) {
    h1 {
        font-size: 56px;
    }
}
h2 {
    font-size: 32px;
}
@media (min-width: 1680px) {
    h2 {
        font-size: 40px;
    }
}
h3 {
    font-size: 24px;
}
@media (min-width: 1680px) {
    h3 {
        font-size: 32px;
    }
}

.byoip-ip-info-tool {
  --byoip-panel: #ffffff;
  --byoip-text: #101411;
  --byoip-muted: #66716a;
  --byoip-line: #e3e8e4;
  --byoip-soft: #f0f4f1;
  --byoip-accent: #f3b546;
  --byoip-accent-hover: #eeca8a;
  color: var(--byoip-text);
}

.byoip-di-rir-img-logo {
  display: inline-block;
  max-width: 120px;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.byoip-di-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: #66716a;
  font-weight: 700;
  text-decoration: none;
}

.byoip-di-back:hover {
  color: #101411;
}

.byoip-di-hero h1 {
  margin: 0;
}

.byoip-di-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.byoip-di-summary div {
  border-radius: 8px;
  background: var(--byoip-soft);
  padding: 14px 16px;
}

.byoip-di-summary span {
  display: block;
  margin-bottom: 6px;
  color: var(--byoip-muted);
  font-size: 13px;
  font-weight: 600;
}

.byoip-di-summary strong {
  display: block;
  color: var(--byoip-text);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.byoip-di-status {
  display: inline-flex;
  margin-top: 16px;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  background: rgba(243, 181, 70, 0.18);
  color: #7a4b00;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}

.byoip-di-status.is-error {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
}

.byoip-di-error,
.byoip-di-search-error {
  margin-top: 12px;
  color: #b91c1c;
  font-weight: 700;
}

.byoip-di-search-form {
  display: flex;
  justify-content: space-between !important;
}

.byoip-di-search-form input {
  width: 100%;
  border: 1px solid var(--byoip-line);
  border-radius: 4px;
  background: #fff;
  margin-right: 24px !important;
  padding: 16px !important;
  color: var(--byoip-text);
  font: inherit;
  font-size: 15px;
  outline: none;
}

.byoip-di-search-form button {
  min-height: 58px;
  border: 2px solid var(--byoip-accent);
  border-radius: 4px;
  background: var(--byoip-accent);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  padding: 0 24px;
}

.byoip-di-search-form button:hover {
  border-color: var(--byoip-accent-hover);
  background: var(--byoip-accent-hover);
}

.byoip-di-sections {
  display: grid;
  gap: 28px;
}

.byoip-di-card h2 {
  margin: 0 0 18px;
  color: var(--byoip-text);
  font-size: 32px;
  line-height: 1.2;
}

.byoip-di-help {
  margin: -6px 0 20px;
  color: var(--byoip-muted);
}

.byoip-di-table-row {
  gap: 8px !important;
  display: grid !important;
}

.byoip-di-table-key {
  text-transform: capitalize !important;
}

.ip-intelligence .byoip-di-table-row,
.org-template .byoip-di-table-row,
.maintainer-template .byoip-di-table-row {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(201, 203, 218, var(--tw-border-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .ip-intelligence .byoip-di-table-row,
  .org-template .byoip-di-table-row,
  .maintainer-template .byoip-di-table-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile-tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .ip-intelligence .byoip-di-table-row,
  .org-template .byoip-di-table-row,
  .maintainer-template .byoip-di-table-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
.ip-intelligence .byoip-di-table-row .item-value,
.org-template .byoip-di-table-row .item-value,
.maintainer-template .byoip-di-table-row .item-value {
  font-weight: 500;
}

.byoip-di-table-key {
}

.byoip-di-table-value {
  grid-column: span 2 / span 2 !important;
  font-weight: 500;
}

.byoip-di-providers {
  gap: 1px;
}

.byoip-di-provider {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 203, 218, var(--tw-border-opacity)) !important;
  gap: 8px !important;
  display: grid !important;
}

@media (min-width: 768px) {
  .byoip-di-provider {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    border-top-width: 1px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.byoip-di-mini-grid {
  flex-direction: column !important;
  display: flex !important;
  grid-column: span 3 / span 3 !important;
}
.byoip-di-provider-title {
  border-bottom: 1px solid var(--byoip-line);
  background: var(--byoip-soft);
  padding: 14px 16px;
  color: var(--byoip-text);
  font-size: 18px;
  font-weight: 800;
}

.byoip-di-asn-list {
  display: grid;
  gap: 8px;
}

.byoip-di-asn-list a {
  color: #0b5fff;
  font-weight: 800;
  text-decoration: none;
}

.byoip-di-asn-list span {
  display: block;
  color: var(--byoip-muted);
  font-weight: 600;
}

.byoip-di-rpki-head,
.byoip-di-rpki-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.4fr) minmax(110px, 0.7fr) minmax(110px, 0.7fr) minmax(110px, 0.7fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--byoip-line);
  padding: 14px 16px;
}

.byoip-di-rpki-head {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
  font-weight: 600 !important;
  color: rgba(1, 0, 17, var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
}

.byoip-di-rpki-row:last-child {
  border-bottom: 0;
}

.byoip-di-rpki-status--valid {
  color: #15803d;
  font-weight: 800;
}

.byoip-di-rpki-status--invalid,
.byoip-di-rpki-status--invalid_asn,
.byoip-di-rpki-status--invalid_length,
.byoip-di-rpki-status--error {
  color: #b91c1c;
  font-weight: 800;
}

.byoip-di-rpki-status--unknown,
.byoip-di-rpki-status--not_found {
  color: #92400e;
  font-weight: 800;
}

.byoip-di-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.byoip-di-card-head h2 {
  margin: 0;
}

.byoip-di-card-head span {
  color: var(--byoip-muted);
  font-size: 14px;
  font-weight: 700;
}

.byoip-di-ip-list {
  display: grid !important;
}

.byoip-di-ip-chip {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.byoip-di-ip-chip:hover {
    -webkit-text-decoration-line: underline!important;
    text-decoration-line: underline !important;
    --tw-text-opacity: 1 !important;
    color: rgba(0, 91, 255, var(--tw-text-opacity)) !important;
}

.byoip-di-empty {
  padding: 16px;
  color: var(--byoip-muted);
  font-weight: 700;
}

@media (max-width: 920px) {
  .byoip-di-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .byoip-di-search-form {
    flex-direction: column;
    gap: 12px;
  }

  .byoip-di-search-form button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .byoip-di-summary {
    grid-template-columns: 1fr;
  }

  .byoip-di-table-row,
  .byoip-di-rpki-head,
  .byoip-di-rpki-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .byoip-di-rpki-head {
    display: none;
  }

  .byoip-di-card h2 {
    font-size: 26px;
  }
}

/* WHOIS Data: RIR registrar badge */
.byoip-di-rir-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 34px;
  border-radius: 4px;
  padding: 6px 12px;
  background: #101411;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.byoip-di-rir-logo--ripe {
  background: #101411;
  color: #f3b546;
}

.byoip-di-rir-logo--arin {
  background: #1f4f82;
}

.byoip-di-rir-logo--lacnic {
  background: #005f73;
}

.byoip-di-rir-logo--apnic {
  background: #663399;
}

.byoip-di-rir-logo--afrinic {
  background: #245c36;
}

/* v1.0.5 Registrar real inline SVG logo */
.byoip-di-table-row--registrar .byoip-di-table-value {
  display: flex;
  align-items: center;
}

.byoip-di-rir-real-logo {
  display: inline-flex !important;
  align-items: center;
}

.byoip-di-rir-real-logo-svg {
  display: block;
  max-width: 132px;
  height: auto;
}

/* v1.0.8 WHOIS reference links */
.byoip-di-ref-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.byoip-di-ref-link {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #0b5fff;
  text-decoration: none;
}

.byoip-di-ref-link:hover {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1300px) {
  .\!container {
    max-width: 1300px !important;
  }
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1300px) {
  .desktop\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .desktop\:mb-1 {
    margin-bottom: 4px !important;
  }
  .desktop\:mt-3 {
    margin-top: 16px !important;
  }
  .desktop\:block {
    display: block !important;
  }
  .desktop\:hidden {
    display: none !important;
  }
  .desktop\:w-1\/2 {
    width: 50% !important;
  }
  .desktop\:w-1\/3 {
    width: 33.333333% !important;
  }
  .desktop\:w-1\/4 {
    width: 25% !important;
  }
  .desktop\:w-2\/6 {
    width: 33.333333% !important;
  }
  .desktop\:w-3\/5 {
    width: 60% !important;
  }
  .desktop\:w-3\/6 {
    width: 50% !important;
  }
  .desktop\:w-4\/5 {
    width: 80% !important;
  }
  .desktop\:w-8\/12 {
    width: 66.666667% !important;
  }
  .desktop\:w-full {
    width: 100% !important;
  }
  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .desktop\:flex-row {
    flex-direction: row !important;
  }
  .desktop\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .desktop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .desktop\:items-center {
    align-items: center !important;
  }
  .desktop\:gap-x-7 {
    column-gap: 56px !important;
  }
  .desktop\:gap-y-0 {
    row-gap: 0px !important;
  }
  .desktop\:gap-y-10 {
    row-gap: 80px !important;
  }
  .desktop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .desktop\:border-r {
    border-right-width: 1px !important;
  }
  .desktop\:border-t-0 {
    border-top-width: 0px !important;
  }
  .desktop\:p-0 {
    padding: 0px !important;
  }
  .desktop\:px-13 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .desktop\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .desktop\:py-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .desktop\:pb-2 {
    padding-bottom: 8px !important;
  }
  .desktop\:pb-6 {
    padding-bottom: 48px !important;
  }
  .desktop\:pr-6 {
    padding-right: 48px !important;
  }
  .desktop\:pr-8 {
    padding-right: 64px !important;
  }
  .desktop\:pt-13 {
    padding-top: 128px !important;
  }
  .desktop\:pt-7 {
    padding-top: 56px !important;
  }
  .desktop\:text-h3-1 {
    font-size: 32px !important;
  }
  .desktop\:text-h4-1 {
    font-size: 24px !important;
  }
  .desktop\:text-p-3 {
    font-size: 18px !important;
  }
}
.laptop\:w-3\/5 {
  width: 60% !important;
}
.laptop\:w-2\/5 {
  width: 40% !important;
}
@media (min-width: 1024px) {
  .laptop\:max-h-985 {
    max-height: 985px !important;
  }
  .laptop\:w-1\/2 {
    width: 50% !important;
  }
}
.font-semibold {
  font-weight: 600 !important;
}
.mb-6 {
  margin-bottom: 48px !important;
}
.text-dblu {
  color: rgba(1, 0, 17, var(--tw-text-opacity)) !important;
}
.leading-125 {
  line-height: 1.25 !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
}
.gap-5 {
  gap: 32px !important;
}
.flex {
  display: flex !important;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: "";
}
.border-t {
  border-top-width: 1px !important;
}
.border-dblu-lbor {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 203, 218, var(--tw-border-opacity)) !important;
}
.w-full {
  width: 100% !important;
}
.\!block,
.block {
  display: block !important;
}
@media (max-width: 1023px) {
  .mobile-laptop\:flex-col {
    flex-direction: column !important;
  }
  .mobile-laptop\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
}
.shadow-sm {
  --tw-shadow: 0px 4px 10px rgba(13, 7, 54, 0.16078) !important;
  --tw-shadow-colored: 0px 4px 10px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow) !important;
}
.shadow-vs {
  --tw-shadow: 0px 2px 8px rgba(13, 7, 54, 0.07843) !important;
  --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
p {
  margin: 0;
}
.p-5 {
  padding: 32px !important;
}
.rounded-md {
  border-radius: 20px !important;
}
.grid {
  display: grid !important;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.gap-2 {
  gap: 8px !important;
}
.py-3 {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}
.py-5 {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}
.py-7 {
  padding-bottom: 56px !important;
  padding-top: 56px !important;
}
.pl-5 {
  padding-left: 32px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-4 {
    padding-right: 24px !important;
}
.text-p-3 {
  font-size: 18px !important;
}
.text-dblu {
  color: rgba(1, 0, 17, var(--tw-text-opacity)) !important;
}
.text-dblu,
.text-dblu-botx {
  --tw-text-opacity: 1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.ip-analysis .deaggregated-networks-wrapper,
.ip-analysis .rpki-wrapper,
.org-template .deaggregated-networks-wrapper,
.org-template .rpki-wrapper,
.maintainer-template .deaggregated-networks-wrapper,
.maintainer-template .rpki-wrapper {
  height: 100%;
}
.ip-analysis .deaggregated-networks-wrapper .deaggregated-networks-content,
.ip-analysis .deaggregated-networks-wrapper .rpki-content,
.ip-analysis .deaggregated-networks-wrapper .specific-content,
.ip-analysis .rpki-wrapper .deaggregated-networks-content,
.ip-analysis .rpki-wrapper .rpki-content,
.ip-analysis .rpki-wrapper .specific-content,
.org-template .deaggregated-networks-wrapper .deaggregated-networks-content,
.org-template .deaggregated-networks-wrapper .rpki-content,
.org-template .deaggregated-networks-wrapper .specific-content,
.org-template .rpki-wrapper .deaggregated-networks-content,
.org-template .rpki-wrapper .rpki-content,
.org-template .rpki-wrapper .specific-content,
.maintainer-template .deaggregated-networks-wrapper .deaggregated-networks-content,
.maintainer-template .deaggregated-networks-wrapper .rpki-content,
.maintainer-template .deaggregated-networks-wrapper .specific-content,
.maintainer-template .rpki-wrapper .deaggregated-networks-content,
.maintainer-template .rpki-wrapper .rpki-content,
.maintainer-template .rpki-wrapper .specific-content {
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 24px;
}
@media (min-width: 1024px) {
  .ip-analysis .deaggregated-networks-wrapper .deaggregated-networks-content,
  .ip-analysis .rpki-wrapper .deaggregated-networks-content,
  .org-template .deaggregated-networks-wrapper .deaggregated-networks-content,
  .org-template .rpki-wrapper .deaggregated-networks-content,
  .maintainer-template .deaggregated-networks-wrapper .deaggregated-networks-content,
  .maintainer-template .rpki-wrapper .deaggregated-networks-content {
    max-height: 814px;
  }
  .ip-analysis .deaggregated-networks-wrapper .rpki-content,
  .ip-analysis .rpki-wrapper .rpki-content,
  .org-template .deaggregated-networks-wrapper .rpki-content,
  .org-template .rpki-wrapper .rpki-content,
  .maintainer-template .deaggregated-networks-wrapper .rpki-content,
  .maintainer-template .rpki-wrapper .rpki-content {
    max-height: 574px;
  }
}
@media (max-width: 1023px) {
  .ip-analysis .deaggregated-networks-wrapper .deaggregated-networks-content,
  .ip-analysis .rpki-wrapper .deaggregated-networks-content,
  .org-template .deaggregated-networks-wrapper .deaggregated-networks-content,
  .org-template .rpki-wrapper .deaggregated-networks-content,
  .maintainer-template .deaggregated-networks-wrapper .deaggregated-networks-content,
  .maintainer-template .rpki-wrapper .deaggregated-networks-content {
    max-height: 70dvh;
  }
  .ip-analysis .deaggregated-networks-wrapper .rpki-content,
  .ip-analysis .rpki-wrapper .rpki-content,
  .org-template .deaggregated-networks-wrapper .rpki-content,
  .org-template .rpki-wrapper .rpki-content,
  .maintainer-template .deaggregated-networks-wrapper .rpki-content,
  .maintainer-template .rpki-wrapper .rpki-content {
    max-height: 60dvh;
  }
}
.ip-analysis .asn-wrapper .rpki-wrapper,
.org-template .asn-wrapper .rpki-wrapper,
.maintainer-template .asn-wrapper .rpki-wrapper {
  height: auto;
}
@media (min-width: 1024px) {
  .ip-analysis .asn-wrapper .rpki-wrapper .rpki-content,
  .org-template .asn-wrapper .rpki-wrapper .rpki-content,
  .maintainer-template .asn-wrapper .rpki-wrapper .rpki-content {
    max-height: 288px;
  }
}
@media (max-width: 1023px) {
  .ip-analysis .ip-management-reusable-block .max-w-64,
  .org-template .ip-management-reusable-block .max-w-64,
  .maintainer-template .ip-management-reusable-block .max-w-64 {
    display: none !important;
  }
}
.ip-analysis .byoip-di-table-row,
.org-template .byoip-di-table-row,
.maintainer-template .byoip-di-table-row {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(201, 203, 218, var(--tw-border-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .ip-analysis .byoip-di-table-row,
  .org-template .byoip-di-table-row,
  .maintainer-template .byoip-di-table-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .ip-analysis .byoip-di-table-row,
  .org-template .byoip-di-table-row,
  .maintainer-template .byoip-di-table-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ip-analysis .byoip-di-table-row .item-value,
.org-template .byoip-di-table-row .item-value,
.maintainer-template .byoip-di-table-row .item-value {
  font-weight: 500;
}
.ip-analysis .specific-content,
.org-template .specific-content,
.maintainer-template .specific-content {
  overflow-y: auto;
  max-height: 270px;
}
.ip-analysis .accordion-item__answer,
.org-template .accordion-item__answer,
.maintainer-template .accordion-item__answer {
  max-height: 70dvh;
  overflow-y: auto;
}
.ip-analysis .special-content::-webkit-scrollbar,
.ip-analysis .accordion-item__answer::-webkit-scrollbar,
.ip-analysis .deaggregated-networks-content::-webkit-scrollbar,
.ip-analysis .rpki-content::-webkit-scrollbar,
.ip-analysis .specific-content::-webkit-scrollbar,
.org-template .special-content::-webkit-scrollbar,
.org-template .accordion-item__answer::-webkit-scrollbar,
.org-template .deaggregated-networks-content::-webkit-scrollbar,
.org-template .rpki-content::-webkit-scrollbar,
.org-template .specific-content::-webkit-scrollbar,
.maintainer-template .special-content::-webkit-scrollbar,
.maintainer-template .accordion-item__answer::-webkit-scrollbar,
.maintainer-template .deaggregated-networks-content::-webkit-scrollbar,
.maintainer-template .rpki-content::-webkit-scrollbar,
.maintainer-template .specific-content::-webkit-scrollbar {
  width: 8px;
}
.ip-analysis .special-content::-webkit-scrollbar-thumb,
.ip-analysis .accordion-item__answer::-webkit-scrollbar-thumb,
.ip-analysis .deaggregated-networks-content::-webkit-scrollbar-thumb,
.ip-analysis .rpki-content::-webkit-scrollbar-thumb,
.ip-analysis .specific-content::-webkit-scrollbar-thumb,
.org-template .special-content::-webkit-scrollbar-thumb,
.org-template .accordion-item__answer::-webkit-scrollbar-thumb,
.org-template .deaggregated-networks-content::-webkit-scrollbar-thumb,
.org-template .rpki-content::-webkit-scrollbar-thumb,
.org-template .specific-content::-webkit-scrollbar-thumb,
.maintainer-template .special-content::-webkit-scrollbar-thumb,
.maintainer-template .accordion-item__answer::-webkit-scrollbar-thumb,
.maintainer-template .deaggregated-networks-content::-webkit-scrollbar-thumb,
.maintainer-template .rpki-content::-webkit-scrollbar-thumb,
.maintainer-template .specific-content::-webkit-scrollbar-thumb {
  background: #d8d9e6;
  border-radius: 10px;
}
.ip-analysis .special-content::-webkit-scrollbar-thumb:hover,
.ip-analysis .accordion-item__answer::-webkit-scrollbar-thumb:hover,
.ip-analysis .deaggregated-networks-content::-webkit-scrollbar-thumb:hover,
.ip-analysis .rpki-content::-webkit-scrollbar-thumb:hover,
.ip-analysis .specific-content::-webkit-scrollbar-thumb:hover,
.org-template .special-content::-webkit-scrollbar-thumb:hover,
.org-template .accordion-item__answer::-webkit-scrollbar-thumb:hover,
.org-template .deaggregated-networks-content::-webkit-scrollbar-thumb:hover,
.org-template .rpki-content::-webkit-scrollbar-thumb:hover,
.org-template .specific-content::-webkit-scrollbar-thumb:hover,
.maintainer-template .special-content::-webkit-scrollbar-thumb:hover,
.maintainer-template .accordion-item__answer::-webkit-scrollbar-thumb:hover,
.maintainer-template .deaggregated-networks-content::-webkit-scrollbar-thumb:hover,
.maintainer-template .rpki-content::-webkit-scrollbar-thumb:hover,
.maintainer-template .specific-content::-webkit-scrollbar-thumb:hover {
  background: #d8d9e6;
}
.ip-analysis .special-content::-webkit-scrollbar-track,
.ip-analysis .accordion-item__answer::-webkit-scrollbar-track,
.ip-analysis .deaggregated-networks-content::-webkit-scrollbar-track,
.ip-analysis .rpki-content::-webkit-scrollbar-track,
.org-template .special-content::-webkit-scrollbar-track,
.org-template .accordion-item__answer::-webkit-scrollbar-track,
.org-template .deaggregated-networks-content::-webkit-scrollbar-track,
.org-template .rpki-content::-webkit-scrollbar-track,
.maintainer-template .special-content::-webkit-scrollbar-track,
.maintainer-template .accordion-item__answer::-webkit-scrollbar-track,
.maintainer-template .deaggregated-networks-content::-webkit-scrollbar-track,
.maintainer-template .rpki-content::-webkit-scrollbar-track {
  background: #f8faff;
}
.ip-analysis .specific-content::-webkit-scrollbar-track,
.org-template .specific-content::-webkit-scrollbar-track,
.maintainer-template .specific-content::-webkit-scrollbar-track {
  background: #fff;
}
.text-p-1 {
  font-size: 14px !important;
}
.py-2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.text-h3-1 {
  font-size: 32px !important;
}

h3 {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .byoip-di-rpki {
    max-height: 630px;
  }
}
@media (max-width: 1023px) {
  .byoip-di-rpki {
    max-height: 80dvh;
  }
}
.animate-fadeIn {
  animation: fadeIn 0.5s !important;
}
.w-5 {
  width: 32px !important;
}
.h-5 {
  height: 32px !important;
}
.hidden {
  display: none !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.float-left {
  float: left !important;
}
.text-blu,
.text-blu-brh {
  --tw-text-opacity: 1 !important;
}
.text-blu {
  color: rgba(0, 91, 255, var(--tw-text-opacity)) !important;
}
.rotate-45,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-180 {
  --tw-rotate: 180deg !important;
}


/* v1.0.10 Internet Routing Data: Exact Match + More Specific tables */
.byoip-di-routing-section {
  padding-bottom: 20px;
}

.byoip-di-routing-section:last-child {
  padding-bottom: 0;
}

.byoip-di-routing-table {
    padding-right: 8px !important;
    border-radius: 4px;
    max-height: 356px !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 32px !important;
   
}

.byoip-di-routing-head,
.byoip-di-routing-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(110px, .55fr);
  gap: 16px;
  align-items: start;
}

.byoip-di-routing-head {
  padding: 12px 0;
  color: rgba(1, 0, 17, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  font-weight: 600;
}

.byoip-di-routing-row {
  border-top: 1px solid rgba(201, 203, 218, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  padding: 14px 0;
  font-weight: 500;
}

.byoip-di-routing-empty {
  border-top: 1px solid rgba(201, 203, 218, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  padding: 14px 0;
  color: rgba(101, 106, 142, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  font-weight: 500;
}

.byoip-di-routing-link {
  color: rgba(0, 91, 255, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  text-decoration: none;
  font-weight: 600;
}

.byoip-di-routing-link:hover {
  text-decoration-line: underline;
}

.byoip-di-routing-holder {
  display: block;
  margin-top: 4px;
  color: rgba(101, 106, 142, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .byoip-di-routing-head,
  .byoip-di-routing-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .byoip-di-routing-holder {
    display: none;
  }
}


/* v1.0.11 ASN information + side RPKI card */
.byoip-di-rpki--asn-card .byoip-di-rpki-head,
.byoip-di-rpki--asn-card .byoip-di-rpki-row {
  grid-template-columns: minmax(120px, 1.2fr) minmax(80px, .7fr) minmax(80px, .7fr) minmax(80px, .7fr);
  gap: 8px;
  padding-left: 0;
  padding-right: 0;
}

.byoip-di-table-row--as-number .byoip-di-ref-link,
.byoip-di-table-row--organisation .byoip-di-ref-link {
  width: fit-content;
}


/* v1.0.12 RPKI clickable links */
.byoip-di-rpki-link {
  color: rgba(0, 91, 255, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  text-decoration: none;
  font-weight: 600;
}

.byoip-di-rpki-link:hover {
  text-decoration-line: underline;
}


/* v1.0.15 IPXO-like exact empty + one deaggregated block */
.byoip-di-routing-empty {
  border-top: 1px solid rgba(201, 203, 218, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  padding: 14px 0;
  color: rgba(101, 106, 142, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  font-weight: 500;
}

.deaggregated-networks-content .byoip-di-ref-link {
  word-break: break-word;
}

/* v1.0.18 ASN separate page */
.asn-intelligence .byoip-di-summary div:nth-child(3),
.asn-intelligence .byoip-di-summary div:nth-child(4) {
  display: none;
}

.asn-intelligence .byoip-di-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
  .asn-intelligence .byoip-di-summary {
    grid-template-columns: 1fr;
  }
}


/* v1.0.20 RIPE object pages */
.ripe-object-template .byoip-di-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ripe-object-template .byoip-di-table-row--address .byoip-di-table-value {
  line-height: 1.55;
}

@media (max-width: 640px) {
  .ripe-object-template .byoip-di-summary {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
    .tablet\:ml-3 {
        margin-left: 16px !important;
    }
}

.px-4 {
  padding-left: 24px !important;
    padding-right: 24px !important;
}

.btn {
  border: 2px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.25;
    outline: 0 !important;
    padding: 8px 16px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--outline--orange {
  --tw-border-opacity: 1;
    border-color: rgba(243, 181, 70, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(243, 181, 70, var(--tw-text-opacity));
}

.btn--outline--orange:hover {
    --tw-border-opacity: 1;
    border-color: var(--byoip-accent-hover);
    --tw-bg-opacity: 1;
    background: var(--byoip-accent-hover);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.cursor-pointer {
  cursor: pointer !important;
}

.items-center {
  align-items: center !important;
}

@media (max-width: 767px) {
    .mobile-tablet\:justify-center {
        justify-content: center !important;
    }
}
