@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');

/* Icons */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?nocache');
  src: url('../fonts/icons.eot?nocache#iefix') format('embedded-opentype'),
       url('../fonts/icons.ttf?nocache') format('truetype'),
       url('../fonts/icons.woff?nocache') format('woff'),
       url('../fonts/icons.svg?nocache#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check1:before { content: "\e905"; }
.icon-chevron-right:before { content: "\e900"; }
.icon-search:before { content: "\e901"; }
.icon-check-circle-o:before { content: "\e902"; }
.icon-check:before { content: "\e903"; }

/* Base */
html { overflow-x: hidden; overflow-y: scroll; }
body {
  overflow-x: hidden;
  max-width: 1000px;
  margin: auto;
  background-color: #ccc;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}
a { transition: all 0.3s ease; }
a:focus, a:hover { text-decoration: none; }
b { font-weight: 700; }
hr { margin: 0; }
thead { font-weight: bold; }
.form-control:focus { border-color: #2f5c8c; box-shadow: none; }

/* Main container */
.main-container {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #bbb;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}
.main-container .row { padding: 8px; }

/* Pagination */
.pagination>li.active>a { background-color: #2f5c8c !important; color: #fff !important; }
.pagination>li>a { color: #2f5c8c; }

/* Links */
a.page { font-size: 16px; color: #2f5c8c; border-bottom: 1px solid #2f5c8c; font-weight: bold; }
a.page:hover { color: #EE4135; border-bottom-color: #EE4135; }
a.link { font-weight: bold; border-bottom: 0.4pt solid; color: #143559; }
a.link:hover { color: #8e170f; }
a.link_gr, a.link_embed { color: #a2a2a2; }
a.link_embed { text-decoration: underline; }
a.link_sm { color: #2f5c8c; text-decoration: none; border-bottom: 0.5pt dotted #2f5c8c; }
a.link_sm:hover { color: #EE4135; border-bottom: 0.5pt dotted #EE4135; }
a.freeapi { color: #fff; }
.td-selected { border-bottom: 2px solid #2f5c8c; }

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  border: none;
  border-radius: 6px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(47,92,140,0.2);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #3a6fa8 0%, #4a7fb8 100%);
  box-shadow: 0 4px 12px rgba(47,92,140,0.3);
  transform: translateY(-1px);
}
.btn-primary:active { transform: translateY(0); box-shadow: 0 2px 4px rgba(47,92,140,0.2); }
.btn-primary:disabled, .btn-primary:disabled:hover {
  background: #a2a2a2;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* PayPal */
#paypalCheckoutContainer { max-width: 1000px; width: 100% !important; }
.paypal-buttons { width: 100% !important; }

/* Navigation - Desktop */
#nav-desktop { display: flex; flex-wrap: wrap; text-align: center; }
#nav-desktop h2 { color: black; font-weight: 700; font-size: 18px; line-height: 30px; }
#nav-desktop ul { list-style-type: none; padding: 0; }
#nav-desktop a { color: #2f5c8c; }
#nav-desktop a:hover { color: #EE4135; }
#nav-desktop .text-stats p { font-family: Inconsolata, monospace; font-size: 16px; }
#nav-desktop a.freeapi {
  font-size: 14px;
  color: #fff;
  background-color: #2f5c8c;
  border: 1px solid #3a5572;
  border-radius: 5px;
  padding: 3px 5px;
}

/* Navigation - Mobile */
#nav-mobile { position: absolute; width: 100%; left: 0; background-color: #00263A !important; }
#nav-mobile, #navbarNavDropdown, #nav-spacer { display: none; }
#nav-mobile .nav-link { font-weight: bold; }
#nav-mobile .dropdown-item:hover { color: #8e170f; }
#nav-mobile .dropdown-item:active { background-color: #a2a2a2; }
#nav-spacer { min-height: 30px; height: 30px; }

/* Utilities */
.hl { color: #3480d1; }
.top-orgs { font-size: 14px; line-height: 23px; }

/* Form elements */
.input-group input {
  border: 1px solid #2f5c8c;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.form-btn {
  border: 1px solid #2f5c8c;
  border-left: 0;
  background: transparent;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* Block layout */
.block { margin-top: 10px; margin-bottom: 5px; border-radius: 3px; }
.block iframe { border: 1px solid #aaa; width: 100%; height: 200px; }
.block p { font-size: 1em; color: #555454; margin: 5px; padding-bottom: 15px; }
.block p.spaced { line-height: 28px; }
.block p.spaced br { line-height: 40px; }
.block p.nobt { padding-bottom: 0; }
.block p.tool { min-height: 78px; }
.block p.tool b { font-size: 15px; }
.block p.tool br { height: 60px; }
.block b.normal { font-weight: bold; color: black; }
.block h1, .block h3 { font-weight: bold; font-size: 22px; margin-bottom: 15px; }
.block h2 { font-size: 16px; line-height: 28px; padding-left: 5px; }
.block h4 { font-weight: bold; font-size: 16px; color: #2f5c8c; }
.block h5 { font-weight: bold; font-size: 17px; color: #2f5c8c; }
.block h1 .sub { font-size: 12px; font-style: italic; font-weight: normal; margin-bottom: 15px; }
.block hr { margin: 0; }
.block small { font-size: 16px; }
.block form { margin: 10px 20px 20px 0; }
.block table { width: 100%; }
.block .bottom { margin-bottom: 20px; }
.block .netblock { border-top: 1px dashed #aaa; padding: 10px 0; margin: 10px 0; }
.block.right p { font-size: 14px; }
.block.right ul { padding: 0; font-size: 14px; list-style-type: none; }

/* Multi-column layouts */
.twocols, .threecols, .fourcols, .fivecols { column-gap: 30px; word-wrap: break-word; white-space: pre-wrap; column-fill: auto; }
.twocols { column-count: 2; }
.threecols { column-count: 3; }
.fourcols { column-count: 4; }
.fivecols { column-count: 5; }

/* Footer & Intro */
table.footer { width: 100%; color: #a2a2a2; }
p.intro { padding: 0 10px; font-size: 16px; text-align: center; margin-bottom: 20px; }

/* API docs */
.api-help td { padding: 5px; vertical-align: top; }
.api-help td.title { font-weight: 700; font-size: 15px; width: 30%; }
code { color: #888; font-size: 11px; white-space: pre-wrap; line-height: 15px; display: block; padding-top: 5px; }
.code-inline, .code-block {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 15px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  overflow-x: auto;
  color: #333;
}
.code-block code { color: #333; }

/* Contact form */
.contact input, .contact select, .contact textarea { font-size: 14px; border: 1px solid #2f5c8c; }
.contact textarea { width: 100%; height: 145px; min-height: 145px; }

/* Account forms */
.account input[type="text"], .account input[type="password"] {
  font-size: 14px;
  border: 1px solid #2f5c8c;
  height: 25px;
  margin-bottom: 5px;
  width: 70%;
}
.account-small { width: 70%; }
.account-small input[type="text"], .account-small input[type="password"] {
  font-size: 13px;
  border: 1px solid #2f5c8c;
  height: 35px;
}

/* Legacy datasets table */
.pre-scrollable { max-height: 300px; }
.table-responsive-sm th { text-align: center; }
.table-responsive-sm .table .stroke { color: #8e170f; text-decoration: line-through; }
.table-responsive-sm .table .c1 { width: 18%; padding-left: 5px; font-weight: 500; }
.table-responsive-sm .table .c2 { word-wrap: break-word; width: 40%; color: #555454; }
.table-responsive-sm .table .c3 { width: 22%; color: #555454; }
.table-responsive-sm .table .c4 { width: 8%; }
.table-responsive-sm .table .c5 { width: 12%; text-align: center; }
.table-responsive-sm .table .c6 { width: 30%; }
.table-responsive-sm .table .c7 { width: 70%; }
.table-responsive-sm .table .c8 { width: 50%; }
.table-responsive-sm .table .c9 { width: 10%; text-align: center; }
.table-responsive-sm .table .c10 { width: 20%; text-align: center; }
.table-striped td { color: #555454; }

/* Dataset section cards */
.dataset-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
  background: #fff;
}
.dataset-section-header {
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
}
.dataset-section-body { padding: 20px; }
.dataset-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
}
.dataset-page-header h1 { margin: 0; }

/* Field grid */
.field-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; margin: 15px 0; }
.field-item { background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 6px; padding: 12px 15px; }
.field-name { font-family: 'Inconsolata', monospace; font-weight: 700; color: #2f5c8c; font-size: 14px; }
.field-desc { color: #666; font-size: 13px; margin-top: 4px; }

/* Info badges */
.info-badge { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 14px; font-weight: 400; margin-right: 8px; }
.info-badge.update { background: #e3f2fd; color: #1565c0; }
.info-badge.note { background: #fff3e0; color: #e65100; }

/* Preview image */
.preview-image { max-width: 100%; border: 1px solid #ddd; border-radius: 8px; margin-top: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

/* Dataset table */
.dataset-table-container { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; margin: 20px 0; }
.dataset-table-header {
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
}
.dataset-table-body { max-height: 500px; overflow-y: auto; }
.dataset-table { width: 100%; border-collapse: collapse; }
.dataset-table thead { background: #f8f9fa; position: sticky; top: 0; z-index: 1; }
.dataset-table th { padding: 12px 10px; text-align: center; font-weight: 600; color: #333; border-bottom: 2px solid #e0e0e0; font-size: 13px; }
.dataset-table th:first-child { text-align: left; padding-left: 15px; }
.dataset-table td { padding: 10px; text-align: center; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #555; }
.dataset-table td:first-child { text-align: left; padding-left: 15px; }
.dataset-table tr:hover { background: #f8f9fa; }
.dataset-table .price-free { color: #2e7d32; font-weight: 700; }
.dataset-table .country-cell { display: flex; align-items: center; gap: 8px; }
.dataset-table .country-cell a { font-weight: 600; }

/* Highlight cards */
.highlight-card { display: flex; gap: 20px; margin: 20px 0; }
.highlight-card .card-item { flex: 1; border: 1px solid #e0e0e0; border-radius: 8px; padding: 20px; background: #fff; transition: all 0.3s ease; }
.highlight-card .card-item:hover { border-color: #2f5c8c; box-shadow: 0 4px 12px rgba(47,92,140,0.15); }
.highlight-card .card-title { font-weight: 700; color: #2f5c8c; font-size: 15px; margin-bottom: 8px; }
.highlight-card .card-text { color: #666; font-size: 14px; line-height: 1.5; }

/* Details grid */
.details-grid { display: grid; grid-template-columns: 240px 1fr; gap: 0; }
.details-grid .detail-label { padding: 12px 15px; background: #f8f9fa; font-weight: 600; color: #333; font-size: 14px; border-bottom: 1px solid #f0f0f0; }
.details-grid .detail-value { padding: 12px 15px; font-size: 14px; color: #555; border-bottom: 1px solid #f0f0f0; }

/* Sample table */
.sample-table { width: 100%; border-collapse: collapse; }
.sample-table th { background: #f8f9fa; padding: 10px 15px; text-align: left; font-weight: 600; color: #333; border-bottom: 2px solid #e0e0e0; font-size: 13px; }
.sample-table td { padding: 8px 15px; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #555; font-family: 'Inconsolata', monospace; }
.sample-table tr:hover { background: #f8f9fa; }

/* API endpoints grid */
.api-endpoints-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; margin: 20px 0; }
.api-endpoint-card { border: 1px solid #ddd; border-radius: 8px; padding: 15px; transition: all 0.3s ease; background: #fff; }
.api-endpoint-card:hover { border-color: #2f5c8c; box-shadow: 0 4px 12px rgba(47,92,140,0.15); transform: translateY(-2px); }
.api-endpoint-card .endpoint-name { font-weight: 700; font-size: 15px; color: #2f5c8c; margin-bottom: 8px; display: block; text-decoration: none; border-bottom: none; }
.api-endpoint-card .endpoint-name:hover { color: #EE4135; }
.api-endpoint-card .endpoint-description { font-weight: 300; font-size: 14px; color: #666; margin-bottom: 4px; display: block; text-decoration: none; border-bottom: none; }
.api-endpoint-card .endpoint-availability { font-size: 12px; color: #666; background: #f5f5f5; padding: 4px 8px; border-radius: 4px; display: inline-block; }
.api-endpoint-card .endpoint-availability.free { background: #e3f2fd; color: #1565c0; }
.api-endpoint-card .endpoint-availability.all-plans { background: #e8f5e9; color: #2e7d32; }
.api-endpoint-card .endpoint-availability.limited { background: #fff3e0; color: #e65100; }

/* API details table */
.api-details { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; margin: 15px 0; background: #fff; }
.api-details-header { background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%); color: #fff; padding: 12px 20px; font-weight: 700; font-size: 16px; }
.api-details-body { padding: 0; }
.api-details-row { display: flex; border-bottom: 1px solid #f0f0f0; }
.api-details-row:last-child { border-bottom: none; }
.api-details-label { width: 180px; min-width: 180px; padding: 12px 15px; background: #f8f9fa; font-weight: 600; color: #333; font-size: 14px; }
.api-details-value { flex: 1; padding: 12px 15px; font-size: 14px; color: #555; }
.api-details-value code { background: #f5f5f5; border: 1px solid #e8e8e8; border-radius: 4px; padding: 10px; margin-top: 5px; }
.api-endpoint-url { font-family: 'Inconsolata', monospace; background: #e3f2fd; padding: 6px 10px; border-radius: 4px; color: #1565c0; font-size: 13px; display: inline-block; }
.api-method-badge { display: inline-block; padding: 3px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; margin-right: 5px; }
.api-method-badge.get { background: #e8f5e9; color: #2e7d32; }
.api-method-badge.post { background: #e3f2fd; color: #1565c0; }
.api-param { font-family: 'Inconsolata', monospace; background: #f0f0f0; padding: 2px 6px; border-radius: 3px; font-size: 13px; }
.api-param-desc { color: #666; margin-left: 5px; }

/* Order card layout */
.order-card-layout { display: flex; gap: 30px; align-items: flex-start; }
.order-card-image { flex-shrink: 0; }
.order-card-image img { width: 120px; height: auto; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.order-card-details { flex: 1; }
.order-price { font-size: 18px; font-weight: 700; color: #2f5c8c; }
.price-free { color: #2e7d32; font-weight: 700; }

/* Cart table */
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table thead th { background: #f8f9fa; padding: 12px 15px; text-align: left; font-weight: 600; color: #333; border-bottom: 2px solid #e0e0e0; font-size: 13px; }
.cart-table thead th:nth-child(2), .cart-table thead th:nth-child(3) { text-align: center; width: 200px; }
.cart-table tbody td { padding: 15px; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #555; }
.cart-table tbody tr:hover { background: #f8f9fa; }
.cart-table tfoot td { padding: 15px; border-top: 2px solid #e0e0e0; background: #f8f9fa; }
.cart-item-name { display: flex; align-items: center; gap: 10px; }
.cart-item-icon { color: #2e7d32; font-weight: 700; font-size: 16px; }
.cart-item-price { text-align: center; font-weight: 600; color: #333; }
.cart-item-actions { text-align: center; }
.cart-total-label { font-weight: 700; color: #333; font-size: 16px; }
.cart-total-price { text-align: center; font-weight: 700; color: #2f5c8c; font-size: 18px; }
.cart-user-info { margin-top: 20px; padding-top: 15px; border-top: 1px solid #f0f0f0; text-align: right; color: #666; font-size: 14px; }

/* Payment options */
.payment-option { min-height: 200px; }
.payment-option .card-text p { margin: 0 0 15px 0; color: #666; }
.crypto-payment-section { text-align: center; padding: 10px 0; }
.crypto-link img { max-height: 80px; transition: transform 0.3s ease; }
.crypto-link:hover img { transform: scale(1.05); }
.crypto-note { margin-top: 15px; font-size: 13px; color: #888; }

/* Processing states */
.processing-message { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px; background: #e3f2fd; border-radius: 6px; color: #1565c0; font-weight: 500; }
.processing-message img { width: 24px; height: 24px; }
.processing-error { padding: 15px 20px; background: #ffebee; border-radius: 6px; color: #c62828; font-weight: 500; text-align: center; }
.empty-cart-message { text-align: center; padding: 40px 20px; color: #666; }
.empty-cart-message p { margin: 10px 0; font-size: 15px; }

/* Account item cards */
.account-item-card { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; background: #fff; transition: all 0.3s ease; }
.account-item-card:hover { border-color: #2f5c8c; box-shadow: 0 4px 12px rgba(47,92,140,0.15); }
.account-item-card:last-child { margin-bottom: 0; }
.account-item-header { background: #f8f9fa; padding: 12px 15px; font-weight: 600; color: #333; border-bottom: 1px solid #e0e0e0; font-size: 15px; }
.account-item-body { padding: 15px; display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.account-item-details { flex: 1; min-width: 200px; }
.account-item-details .detail { display: block; color: #555; font-size: 14px; margin-bottom: 5px; }
.account-item-details .detail:last-child { margin-bottom: 0; }
.account-item-status { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.account-item-status .detail { color: #555; font-size: 14px; }
.account-item-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* Status badges */
.status-badge { display: inline-block; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: 600; }
.status-badge.active { background: #e8f5e9; color: #2e7d32; }
.status-badge.expired { background: #ffebee; color: #c62828; }
.status-badge.pending { background: #fff3e0; color: #e65100; }

/* Update choice grid */
.update-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; width: 100%; margin: 10px 0; }
.update-choice { border: 2px solid #e0e0e0; border-radius: 8px; padding: 15px; cursor: pointer; transition: all 0.3s ease; background: #fff; }
.update-choice:hover { border-color: #3a6fa8; background: #f8f9fa; }
.update-choice.selected { border-color: #2f5c8c; background: #e3f2fd; }
.update-choice .choice-title { font-weight: 700; color: #2f5c8c; margin-bottom: 8px; font-size: 15px; }
.update-choice .choice-price { font-weight: 600; color: #333; margin-bottom: 8px; font-size: 14px; }
.update-choice .choice-desc { color: #666; font-size: 13px; line-height: 1.4; }

/* API key display */
.api-key-code { font-family: 'Inconsolata', monospace; background: #f8f9fa; padding: 4px 8px; border-radius: 4px; font-size: 14px; color: #2f5c8c; word-break: break-all; }

/* Invoice table */
.invoice-table { width: 100%; border-collapse: collapse; }
.invoice-table thead th { background: #f8f9fa; padding: 10px 15px; text-align: left; font-weight: 600; color: #333; border-bottom: 2px solid #e0e0e0; font-size: 13px; }
.invoice-table tbody td { padding: 10px 15px; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #555; }
.invoice-table tbody tr:hover { background: #f8f9fa; }

/* Pricing grid */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pricing-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px 20px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.pricing-card:hover { border-color: #2f5c8c; box-shadow: 0 8px 24px rgba(47,92,140,0.15); transform: translateY(-4px); }
.pricing-card.featured { border-color: #2f5c8c; border-width: 2px; box-shadow: 0 4px 16px rgba(47,92,140,0.2); }
.pricing-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pricing-badge { font-size: 18px; font-weight: 700; color: #2f5c8c; margin-bottom: 15px; }
.pricing-price { margin-bottom: 15px; }
.pricing-price .price-amount { font-size: 42px; font-weight: 700; color: #333; }
.pricing-price .price-period { font-size: 16px; color: #666; font-weight: 400; }
.pricing-queries { background: #f8f9fa; padding: 10px 15px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; color: #555; }
.pricing-queries strong { color: #2f5c8c; font-size: 16px; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 20px 0; text-align: left; flex: 1; }
.pricing-features li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #555; display: flex; align-items: center; gap: 10px; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features .feature-check { color: #2e7d32; font-weight: 700; font-size: 14px; }
.pricing-features .feature-x { color: #ccc; font-weight: 700; font-size: 14px; }
.pricing-features li.feature-na { color: #aaa; }

/* Login inline form */
.login-inline-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.login-inline-form .form-control { flex: 1; min-width: 150px; }

/* API checkout layout */
.api-checkout-layout { display: flex; gap: 30px; flex-wrap: wrap; }
.api-checkout-summary { flex: 1; min-width: 280px; padding: 20px; background: #f8f9fa; border-radius: 8px; border: 1px solid #e0e0e0; }
.api-checkout-payment { flex: 1; min-width: 280px; padding: 20px; background: #fff; border-radius: 8px; border: 1px solid #e0e0e0; }
.free-plan-info { display: flex; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
.free-plan-details { flex: 1; min-width: 280px; }
.free-plan-action { display: flex; align-items: center; justify-content: center; padding: 20px; }

/* CSV Viewer */
.csv-viewer {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.csv-viewer-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
  border-bottom: 1px solid #d0d0d0;
}
.csv-viewer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.csv-icon { font-size: 16px; }
.csv-viewer-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
}
.csv-separator { color: #ccc; }
.csv-viewer-content {
  max-height: 400px;
  overflow: auto;
  background: #fafafa;
}
.csv-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inconsolata', monospace;
  font-size: 13px;
}
.csv-table thead { position: sticky; top: 0; z-index: 1; }
.csv-table thead tr { background: #f0f0f0; }
.csv-table th {
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
  color: #2f5c8c;
  border-bottom: 2px solid #d0d0d0;
  border-right: 1px solid #e0e0e0;
  white-space: nowrap;
}
.csv-table th:last-child { border-right: none; }
.csv-table td {
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #f0f0f0;
  color: #333;
}
.csv-table td:last-child { border-right: none; }
.csv-table tbody tr:nth-child(even) { background: #f5f5f5; }
.csv-table tbody tr:hover { background: #e8f4fc; }
.csv-table .csv-row-num {
  background: #f0f0f0;
  color: #888;
  text-align: right;
  font-size: 11px;
  padding: 6px 8px;
  border-right: 2px solid #d0d0d0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  user-select: none;
}
.csv-table thead .csv-row-num {
  background: #e8e8e8;
  color: #666;
}
.csv-viewer-footer {
  padding: 8px 15px;
  background: #f0f0f0;
  border-top: 1px solid #d0d0d0;
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* Responsive: Large tablets */
@media (max-width: 1200px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card { max-width: none; }
}

/* Responsive: Tablets */
@media (max-width: 1024px) {
  .threecols { column-count: 2; }
  .fourcols { column-count: 3; }
  .fivecols { column-count: 4; }
}

/* Responsive: Small tablets */
@media (max-width: 800px) {
  .twocols, .threecols { column-count: 1; }
  .fourcols { column-count: 2; }
  .fivecols { column-count: 3; }
}

/* Responsive: Mobile */
@media (max-width: 768px) {
  #nav-desktop { display: none; }
  #nav-mobile, #nav-spacer { display: block; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card:hover { transform: none; }
  .login-inline-form { flex-direction: column; }
  .login-inline-form .form-control, .login-inline-form .btn { width: 100%; }
  .highlight-card { flex-direction: column; }
  .field-grid { grid-template-columns: 1fr; }
  .details-grid { grid-template-columns: 1fr; }
  .details-grid .detail-label { border-bottom: none; padding-bottom: 4px; }
  .details-grid .detail-value { padding-top: 4px; }
  .order-card-layout { flex-direction: column; }
  .order-card-image { text-align: center; width: 100%; }
  .update-choice-grid { grid-template-columns: 1fr; }
  .account-item-body { flex-direction: column; align-items: flex-start; }
  .account-item-actions { width: 100%; justify-content: flex-start; }
  .api-checkout-layout, .free-plan-info { flex-direction: column; }
  .free-plan-action { width: 100%; justify-content: flex-start; }
}

/* Responsive: API details */
@media (max-width: 600px) {
  .api-details-row { flex-direction: column; }
  .api-details-label { width: 100%; border-bottom: 1px solid #e8e8e8; }
  .api-endpoints-grid { grid-template-columns: 1fr; }
}

/* Responsive: Small mobile */
@media (max-width: 500px) {
  .fourcols { column-count: 1; line-height: 33px; }
  .fivecols { column-count: 2; line-height: 33px; }
}

@media (max-width: 400px) {
  .fivecols { column-count: 1; line-height: 33px; }
}

/* Info card */
.info-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  margin: 20px 0;
  overflow: hidden;
}
.info-card.compact { margin: 15px 0; }
.info-card-body { padding: 20px; }
.info-card.compact .info-card-body { padding: 15px; }
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}
.info-item { display: flex; flex-direction: column; gap: 4px; }
.info-row { display: flex; gap: 10px; margin-bottom: 8px; }
.info-row:last-child { margin-bottom: 0; }
.info-label { font-weight: 600; color: #2f5c8c; font-size: 13px; }
.info-value { color: #555; font-size: 14px; }

/* Version toggle buttons */
.version-toggle { display: flex; gap: 8px; }
.version-toggle .btn { padding: 6px 16px; font-size: 13px; }

/* Network card */
.network-card { display: flex; gap: 20px; border: 1px solid #e8e8e8; border-radius: 8px; padding: 15px 20px; margin: 12px 0; background: #fff; transition: all 0.3s ease;}
.network-card:hover { border-color: #2f5c8c; box-shadow: 0 4px 12px rgba(47,92,140,0.1); }
.network-card-main { flex: 1; min-width: 0; }
.network-card-details { flex-shrink: 0; min-width: 280px; display: flex; flex-direction: column; }
.network-header { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.network-name { font-weight: 700; color: #333; font-size: 15px; }
a.network-name { color: #2f5c8c; text-decoration: none; border-bottom: none; }
a.network-name:hover { color: #EE4135; }
.network-netname { margin-bottom: 8px; }
.network-descr { color: #666; font-size: 14px; line-height: 1.5; margin-bottom: 8px; }
.network-meta { display: flex; flex-wrap: wrap; gap: 15px; font-size: 14px; color: #555; }
.network-links { display: flex; flex-wrap: wrap; gap: 4px; margin-top: auto; padding-top: 12px; justify-content: flex-start; }
.network-links a { display: inline-block; padding: 3px 12px; background: #f0f4f8; border: 1px solid #d0dce8; border-radius: 5px; color: #2f5c8c; font-size: 13px; text-decoration: none; transition: all 0.2s ease;}
.network-links a:hover { background: #e3ecf5; border: 1px solid #2f5c8c; color: #1a3a5c;}

.detail-row { display: flex; gap: 8px; margin-bottom: 4px; font-size: 14px; }
.detail-row .detail-label { color: #666; font-weight: 600; }
.detail-row .detail-value { color: #333; }

/* Search result card */
.search-result-card { border: 1px solid #e8e8e8; border-radius: 8px; margin: 12px 0; background: #fff; overflow: hidden; transition: all 0.3s ease;}
.search-result-card:hover { border-color: #2f5c8c; box-shadow: 0 4px 12px rgba(47,92,140,0.1); }
.search-result-header { padding: 12px 20px; border-bottom: 1px solid #f0f0f0; background: #f8f9fa; }
.search-result-name { font-weight: 700; font-size: 16px; color: #2f5c8c; text-decoration: none; border-bottom: none; }
.search-result-name:hover { color: #EE4135; }
.search-result-body { padding: 15px 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.search-result-info { flex: 1; min-width: 200px; font-size: 14px; color: #555; }
.search-result-stats { display: flex; gap: 20px; }
.stat-item { display: flex; gap: 6px; font-size: 14px; }
.stat-label { color: #666; }
.stat-value { font-weight: 600; color: #333; }

/* Results summary */
.results-summary { margin: 15px 0; padding: 15px 20px; background: #f8f9fa; border-radius: 8px; border: 1px solid #e8e8e8; }
.results-summary p { margin: 0 0 10px 0; color: #555; font-size: 14px; }
.results-summary p:last-child { margin-bottom: 0; }
.sort-info { font-style: italic; color: #888 !important; font-size: 13px !important; }

/* More results button */
.more-results { text-align: center; margin: 20px 0; padding: 15px; }

/* Alert boxes */
.alert-box { padding: 16px 15px 0 15px; border-radius: 8px; margin: 15px 0; }
.alert-box p { margin: 0; font-size: 14px; line-height: 1.5; }
.alert-box.alert-info { background: #e3f2fd; border: 1px solid #90caf9; color: #1565c0; }
.alert-box.alert-warning { background: #fff3e0; border: 1px solid #ffcc80; color: #e65100; }
.alert-box.alert-danger { background: #ffebee; border: 1px solid #ef9a9a; color: #c62828; }
.alert-box.alert-success { background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; }

/* Error page */
.error-page { text-align: center; padding: 60px 20px; }
.error-page .error-icon { font-size: 72px; font-weight: 700; color: #2f5c8c; margin-bottom: 20px; opacity: 0.3; }
.error-page h1 { font-size: 28px; color: #333; margin-bottom: 15px; }
.error-page p { color: #666; font-size: 15px; max-width: 500px; margin: 0 auto 10px auto; }

/* IP page layout */
.ip-page-layout { display: flex; gap: 30px; flex-wrap: wrap; }
.ip-info-section { flex: 1; min-width: 300px; margin-bottom: 20px; }
.ip-info-section h1 { font-size: 22px; font-weight: 700; margin-bottom: 15px; }
.ip-map-section { flex: 1; min-width: 300px; margin-top: 40px; }
.map-container { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; }
.map-container iframe { width: 100%; height: 250px; border: none; display: block; }
.map-links { text-align: right; margin-top: 8px; font-size: 13px; }

/* IP info grid */
.ip-info-grid { border: 1px solid #e8e8e8; border-radius: 8px; overflow: hidden; }
.ip-info-row { display: flex; border-bottom: 1px solid #f0f0f0; }
.ip-info-row:last-child { border-bottom: none; }
.ip-info-label { width: 140px; min-width: 140px; padding: 10px 12px; background: #f8f9fa; font-weight: 600; color: #333; font-size: 13px; }
.ip-info-value { flex: 1; padding: 10px 12px; font-size: 14px; color: #555; word-break: break-word; }

/* Sub-network info */
.sub-network-info { background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 8px; padding: 15px 20px; margin: 20px 0; }
.sub-network-info .detail-row { margin-bottom: 6px; }
.sub-network-info .detail-row:last-child { margin-bottom: 0; }

/* IP list */
.ip-list { padding: 20px; background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 8px; margin: 15px 0; font-size: 13px;}
.ip-link { display: block; color: #2f5c8c; text-decoration: none; white-space: nowrap; }
.ip-link:hover { color: #EE4135; }

/* Domain list */
.domain-list { column-gap: 20px; padding: 20px; background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 8px; margin: 15px 0; }
.domain-item { display: block; margin-bottom: 4px; color: #333; font-size: 14px; word-break: break-all; }

/* Domain table */
.domain-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.domain-table thead th {
  background: #f8f9fa;
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e0e0e0;
  font-size: 13px;
}
.domain-table thead th:nth-child(3),
.domain-table thead th:nth-child(4) { text-align: right; width: 120px; }
.domain-table tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}
.domain-table tbody td:nth-child(3),
.domain-table tbody td:nth-child(4) { text-align: right; }
.domain-table tbody tr:hover { background: #f8f9fa; }
.domain-table .featured-row { background: #e3f2fd; }
.domain-table .featured-row:hover { background: #d0e8fc; }
.domain-table .price-cell { font-weight: 600; }
.best-value-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  text-transform: uppercase;
}

/* IP domain group */
.ip-domain-group { margin: 15px 0; }
.ip-domain-header { font-weight: 700; color: #2f5c8c; font-size: 15px; margin-bottom: 10px; padding: 10px 15px; background: #e3f2fd; border-radius: 6px; }

/* Contact form */
.contact-form-layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.contact-form-fields { flex: 1; min-width: 250px; }
.contact-form-message { flex: 1; min-width: 300px; }
.contact-form-group { margin-bottom: 15px; }
.contact-form-group:last-child { margin-bottom: 0; }
.contact-label {
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}
.contact-select,
.contact-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease;
}
.contact-select:focus,
.contact-input:focus,
.contact-textarea:focus {
  border-color: #2f5c8c;
  outline: none;
}
.contact-textarea {
  width: 100%;
  min-height: 180px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  resize: vertical;
  font-family: inherit;
}

/* Auth forms */
.auth-forms { max-width: 500px; }
.auth-form-container { margin-bottom: 20px; }
.auth-form-fields { display: flex; flex-direction: column; gap: 10px; margin-bottom: 15px; }
.auth-form-fields .form-control { width: 100%; padding: 10px 12px; font-size: 14px; border: 1px solid #ddd; border-radius: 6px; }
.auth-form-fields .form-control:focus { border-color: #2f5c8c; outline: none; }
.auth-form-links { margin-bottom: 15px; }

/* Pagination nav */
.pagination-nav { margin: 30px 0; }
.pagination-nav .pagination { display: flex; justify-content: center; gap: 5px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.pagination-nav .page-item { margin: 0; }
.pagination-nav .page-link { display: block; padding: 8px 14px; border: 1px solid #e0e0e0; border-radius: 6px; color: #2f5c8c; text-decoration: none; font-size: 14px; transition: all 0.3s ease; }
.pagination-nav .page-link:hover { background: #f8f9fa; border-color: #2f5c8c; }
.pagination-nav .page-item.active .page-link { background: #2f5c8c; border-color: #2f5c8c; color: #fff; }
.pagination-nav .page-item.disabled .page-link { color: #aaa; cursor: not-allowed; background: #f8f9fa; }

/* Credits purchase section */
.credits-purchase-section {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.credits-info { text-align: center; min-width: 180px; }
.credits-price-display { margin-bottom: 5px; }
.credits-amount { font-size: 36px; font-weight: 700; color: #2f5c8c; }
.credits-label { font-size: 16px; color: #666; margin-left: 8px; }
.credits-cost { margin-bottom: 8px; }
.credits-dollar { font-size: 24px; color: #333; vertical-align: top; }
.credits-value { font-size: 48px; font-weight: 700; color: #333; line-height: 1; }
.credits-rate { font-size: 13px; color: #888; margin: 0; }
.credits-slider-container { flex: 1; min-width: 250px; }
.credits-slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e0e0e0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.credits-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(47,92,140,0.4);
  transition: transform 0.2s ease;
}
.credits-slider::-webkit-slider-thumb:hover { transform: scale(1.1); }
.credits-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(47,92,140,0.4);
}
.credits-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #888;
}
.credits-form { display: flex; align-items: center; }
.credits-submit { white-space: nowrap; }


/* Subscription styles */
.subscription-note {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.subscription-details-box {
  margin: 20px 0;
  padding: 15px 20px;
  background: #e3f2fd;
  border: 1px solid #90caf9;
  border-radius: 8px;
}
.subscription-details-box p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #1565c0;
  line-height: 1.5;
}
.subscription-details-box p:last-child {
  margin-bottom: 0;
}
.subscription-extra {
  font-style: italic;
  color: #1976d2 !important;
}
.cart-user-note {
  font-size: 13px;
  color: #888;
  margin-left: 5px;
}
.cart-user-note a {
  color: #2f5c8c;
}
.processing-message {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
}
.processing-message img {
  width: 24px;
  height: 24px;
}
.processing-error {
  padding: 15px 20px;
  background: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 8px;
  color: #c62828;
  font-size: 14px;
}

/* Order Confirmation Page */
.order-confirmation-page {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.order-processing {
  text-align: center;
  padding: 60px 20px;
}
.processing-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e9ecef;
  border-top-color: #2f5c8c;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spinner 0.8s linear infinite;
}
@keyframes spinner {
  to { transform: rotate(360deg); }
}
.order-processing p {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.order-success {
  text-align: center;
}
.order-success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}
.order-success-icon .checkmark {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.order-success h1 {
  color: #28a745;
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 700;
}
.order-success-message {
  color: #666;
  font-size: 15px;
  margin: 0 0 30px;
}
.order-details-grid {
  text-align: left;
}
.order-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.order-detail-row:last-child {
  border-bottom: none;
}
.order-detail-label {
  color: #666;
  font-size: 14px;
}
.order-detail-value {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.order-amount {
  color: #2f5c8c;
  font-size: 16px;
}
.order-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.order-actions .btn-primary {
  min-width: 220px;
}
.btn-secondary-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.btn-secondary-link:hover {
  color: #2f5c8c;
}


/* Downloads table */
.downloads-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.downloads-table thead th {
  background: #f8f9fa;
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e0e0e0;
  font-size: 13px;
}
.downloads-table thead th:nth-child(2),
.downloads-table thead th:nth-child(3) {
  width: 120px;
}
.downloads-table thead th:nth-child(4) {
  width: 150px;
}
.downloads-table tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  vertical-align: middle;
}
.downloads-table tbody tr:hover {
  background: #f8f9fa;
}
.downloads-table .subscription-row {
  background: #e3f2fd;
}
.downloads-table .subscription-row:hover {
  background: #d0e8fc;
}
.download-item-name {
  font-weight: 500;
  color: #333;
}
.subscription-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2f5c8c 0%, #3a6fa8 100%);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-right: 8px;
  text-transform: uppercase;
}
.download-version {
  font-family: 'Monaco', 'Consolas', monospace;
  font-size: 13px;
}
.version-na {
  color: #aaa;
  font-style: italic;
}
.download-date {
  color: #666;
  font-size: 13px;
}
.download-actions {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}
.download-btn {
  display: inline-block;
  padding: 5px 12px;
  background: #f0f4f8;
  border: 1px solid #d0dce8;
  border-radius: 4px;
  color: #2f5c8c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.download-btn:hover {
  background: #2f5c8c;
  border-color: #2f5c8c;
  color: #fff;
}


/* Password reset / auth forms */
.password-reset-form {
  max-width: 400px;
}
.form-field {
  margin-bottom: 15px;
}
.form-label {
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}
.form-actions {
  margin-top: 20px;
}
.form-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.form-footer p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #666;
}
.form-footer p:last-child {
  margin-bottom: 0;
}
.form-footer a {
  color: #2f5c8c;
  font-weight: 500;
}


/* Responsive: Network cards */
@media (max-width: 768px) {
  .network-card { flex-direction: column; gap: 15px; }
  .network-card-details { min-width: auto; }
  .search-result-body { flex-direction: column; }
  .search-result-stats { flex-direction: column; gap: 8px; }
  .ip-page-layout { flex-direction: column; }
  .ip-info-label { width: 120px; min-width: 120px; }
  .info-grid { grid-template-columns: 1fr; }
  .credits-purchase-section { flex-direction: column; gap: 25px; text-align: center; }
  .credits-slider-container { width: 100%; }
  .contact-form-layout { flex-direction: column; }
}
