/* 
Theme Name: Cryptoinzicht.nl
Theme URI: https://cryptoinzicht.nl
Description: WordPress thema op basis van Hello Elementor
Author: CryptoInzicht.nl
Author URI: https://cryptoinzicht.nl/
Template: hello-elementor
Version: 1.0.1
Text Domain: cryptoinzicht
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html,body{
	max-width:100%;
	overflow-x: hidden;
}
.primary a {
    color: #ffffff;
}

.w-full { width: 100%; } 

.t-l{text-align: left;}
.t-c{text-align: center;}
.t-r{text-align: right !important;}


.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25rem;
}

blockquote {
	border-left: 4px var(--e-global-color-primary) solid;
    margin-left: 0;
    padding-left: 1rem;
}

.badge.up {
    background: #007a3d; /* Donkergroen, beter contrast */
}
.badge.down {
    background: #b80000; /* Donkerrood, beter contrast */
}

/* Pricetable links: pill-stijl */
.pricetable-links-cell {
	vertical-align: middle;
}
.pricetable-pill {
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.25rem;
}
.pricetable-pill:last-child {
	margin-right: 0;
}
.pricetable-pill a {
	display: inline-block;
	padding: 0.35em 0.9em;
	font-size: 0.875rem;
	line-height: 1.4;
	text-decoration: none;
	color: inherit;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 9999px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: background 0.2s ease, border-color 0.2s ease;
}
.pricetable-pill a:hover {
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.15);
}

.elementor-sticky--active {
    border-bottom: 1px var(--e-global-color-7214ba0) solid;
}

.t-vanilla, .t-vanilla tr, .t-vanilla td, .t-vanilla th {
    padding: 8px 0;
    border: 0;
    background: transparent;
    font-family: var(--e-global-typography-primary-font-family);
    vertical-align: middle;
}

progress#marketcap {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	height: 5px; width: 100%;
	background-color: #fff;
	
}

progress#marketcap[value]::before {
	content: var(--market_cap_perc);
	position: absolute;
}

progress:not(value) {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  
  /* Get rid of default border in Firefox. */
  border: none;
	border-radius: 5px;
	height: 5px; width: 100%;
	background-color: #fff;
}

progress#marketcap::-webkit-progress-value {
		background-color: var(--e-global-color-accent);
		border-radius: 5px;
}
progress#marketcap[value] {
	background-color: var(--e-global-color-accent);
	border-radius: 5px;
}

@media all and (max-width: 768px) {
	.t-vanilla {
		max-width: 100%;
		width: 100%;
		overflow-y: scroll;
	}
	.t-vanilla tr {
		max-width: calc(100% - 20px);
		width: 100%;
		overflow-y: scroll;
	}
}


.t-vanilla thead {
    border: 0 !important;
}

.t-vanilla thead th {
    text-align: left;
    padding: 8px 8px;
}
.t-vanilla thead td {
    border-top: 0;
}

.t-vanilla tbody>tr:nth-child(odd)>td, .t-vanilla tbody>tr:nth-child(odd)>th, .t-vanilla thead>tr:nth-child(odd)>th { background: transparent; }
.t-vanilla tr, t-vanilla thead th {
    border-bottom: 1px #ecf0f1 solid;
}

.t-vanilla td:first-of-type{
    font-weight: bold;
}

.t-vanilla .td-pd { max-width: 100px; }
.t-vanilla.tokenlist tr { cursor: pointer; }
.t-vanilla.tokenlist tr a:not(.elementor-button) { color: var( --e-global-color-text ); }
.t-vanilla.tokenlist tr:hover { background: var(--e-global-color-6cbaa4e); border-radius: 5px; }
.tokenlist tr a span.elementor-button-link { color: #fff !important; }
.t-vanilla.tokenlist.archive tr {padding-left: 10px; padding-right: 10px;}

.t-vanilla.tokenlist.archive td:first-child {
    padding-left:10px;
    padding-right:0;
}
.t-vanilla.tokenlist.archive td:last-child {
    padding-left:0;
    padding-right:10px;
}
.t-vanilla.tokenlist .token {
    text-align: center; vertical-align: middle;
}
.t-vanilla.tokenlist img {
    max-width: 80%;
    height: auto !important;
    /* margin: auto; */
}

.cryptocon {
	border-radius: 100% !important;
}

.archive .cryptocon {
    min-width: 30px;
}

.t-vanilla .market_cap_rank { font-size: 1.125rem; font-weight: bold; color: var(--e-global-color-text); background: var(--e-global-color-6cbaa4e); }
.t-vanilla tr:hover .market_cap_rank { background: var(--e-global-color-7214ba0); }

.t-vanilla.tokenlist.archive .bitvavo {
    color: #1956d8 !important;
}
.t-vanilla.tokenlist.archive .bitvavobg {
    background: #1956d8 !important;
}

.t-vanilla.tokenlist.archive .finst {
    color: #009fad !important;
}
.t-vanilla.tokenlist.archive .finstbg {
    background: #009fad !important;
}



@media all and (max-width: 768px) {
    .t-vanilla.tokenlist.archive h2, .t-vanilla.tokenlist.archive h4 {
        font-size: .85rem;
    }
    .t-vanilla .market_cap_rank { font-size: 0.75em; font-weight: bold; }

    .badge {
        display: inline-block;
        padding: .175em .325em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-radius: .25rem;
    }

}
/* Archive */

.wrapper {
    width: 100%;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}

.archive .hero {
    margin: 10px;
}

.archive .hero h1 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Archivo", "sans-serif";
}

.archive .pagination {
    margin: 10px;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid var(--e-global-color-primary);
	line-height: 1;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: var(--e-global-color-primary);
    color: #fff;
}

.alert {
    background:#EA2027;
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
    border-radius: 5px;
    text-align: center;
}

.t-vanilla td.text-right {text-align: right !important; }

.hidden-mobile { display: none; }
@media all and (min-width: 768px) {
	.hidden-mobile {
		display: block;
	}
}

/* Styled tables for blog etc */
.styled-table {
	border: 0;
}
.styled-table thead {
	background: var(--e-global-color-text);
    color: var(--e-global-color-f6b1996);
}

.styled-table .up {
	color: #10ac84;
}
.styled-table .down {
	color: #ee5253;
}

.page-numbers:focus, .badge:focus {
    outline: 2px solid #1956d8;
    outline-offset: 2px;
}

.euro-calculator-card {
  max-width: 400px;
  margin: 2em auto;
  padding: 2em;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.euro-calculator-card h3 {
  margin-top: 0;
  text-align: center;
}
.euro-calculator-card .lastmodified {
  text-align: center;
}
.euro-calculator-card form {
  width: 100%;
}
.euro-calculator-card .euro-calc-flex {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.euro-calculator-card .euro-calc-flex > div {
  flex: 1 1 120px;
  min-width: 120px;
}
.euro-calculator-card label {
  font-weight: 600;
}
.euro-calculator-card input[type="number"] {
  width: 100%;
  padding: 0.5em;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1em;
}
.euro-calculator-card .euro-calc-arrow {
  font-size: 1.5em;
}
.euro-calculator-card .elementor-button-link {
  display: block;
  margin: 1.5em auto 0 auto;
  max-width: 200px;
  text-align: center;
}
@media (max-width: 500px) {
  .euro-calculator-card {
    padding: 1em;
  }
}

/* ============================================
   Euro Calculator (shortcode) – modern design
   Prefix in veld, bordered box, focus states
   ============================================ */
.euro-calculator {
  /* max-width: 420px;
  margin: 1.5em 0;
  padding: 1.5em;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); */
}

.euro-calculator .euro-calc-title {
  margin: 0 0 0.25em;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.euro-calculator .euro-calc-description {
  margin: 0 0 1.25em;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}

.euro-calculator .euro-calc-form {
  width: 100%;
}

.euro-calculator .euro-calc-flex {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  align-items: stretch;
}

.euro-calculator .euro-calc-inputgroup {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.euro-calculator .euro-calc-inputgroup:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
  outline: none;
}

.euro-calculator .euro-calc-prefix {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0 0.875em;
  background: #f3f4f6;
  border-right: 1px solid #e5e7eb;
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
}

.euro-calculator .euro-calc-prefix-euro {
  /* zelfde stijl, eventueel andere kleur */
}

.euro-calculator .euro-calc-prefix-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.euro-calculator .euro-calc-prefix-icon img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.euro-calculator .euro-calc-prefix-symbol {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
}

.euro-calculator .euro-calc-prefix-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4b5563;
  letter-spacing: 0.02em;
}

.euro-calculator .euro-calc-input {
  flex: 1;
  min-width: 0;
  padding: 0.625em 0.875em;
  border: none;
  border-radius: 0 10px 10px 0;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
  color: #111827;
  background: transparent;
}

.euro-calculator .euro-calc-input::placeholder {
  color: #9ca3af;
}

.euro-calculator .euro-calc-input:focus {
  outline: none;
}

.euro-calculator .euro-calc-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  padding: 0.25em 0;
  font-size: 1.25rem;
  color: #9ca3af;
  line-height: 1;
}

.euro-calculator .euro-calc-cta {
  display: block;
  margin-top: 1.25em;
  max-width: 200px;
  text-align: center;
}

@media (min-width: 480px) {
  .euro-calculator .euro-calc-flex {
    flex-direction: row;
    align-items: center;
    gap: 1em;
  }

  .euro-calculator .euro-calc-inputgroup {
    flex: 1;
    min-width: 0;
  }

  .euro-calculator .euro-calc-arrow {
    width: auto;
    padding: 0;
    font-size: 1.5rem;
  }
}

/* ============================================
   Zoekpagina: secties Content & Koersen
   ============================================ */
.search-results-container {
  padding: 1rem 0 2rem;
}

.search-results-hero {
  margin-bottom: 1.5rem;
}

.search-results-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--e-global-typography-primary-font-family, "Archivo", sans-serif);
  margin: 0 0 0.25em;
}

.search-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ecf0f1;
}

.search-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--e-global-color-text, #111);
}

/* Sectie A: Nieuws & Artikelen */
.search-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-content-item {
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.search-content-item:last-child {
  border-bottom: 0;
}

.search-content-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.search-content-link:hover .search-content-title {
  text-decoration: underline;
}

.search-content-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.search-content-date {
  font-size: 0.875rem;
  color: #6b7280;
}

.search-content-excerpt {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #4b5563;
}

/* Sectie B: Koers Kaarten */
.search-koersen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.search-koers-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-koers-card:hover {
  border-color: var(--e-global-color-primary, #1956d8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.search-koers-card:focus {
  outline: 2px solid var(--e-global-color-primary, #1956d8);
  outline-offset: 2px;
}

.search-koers-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.search-koers-icon {
  flex-shrink: 0;
}

.search-koers-icon img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

.search-koers-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.search-koers-title a {
  color: inherit;
  text-decoration: none;
}

.search-koers-title a:hover {
  text-decoration: underline;
}

.search-koers-price {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.search-koers-change {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.search-koers-sparkline {
  margin-top: 0.5rem;
  height: 44px;
}

.search-koers-sparkline canvas {
  max-width: 100%;
  height: 44px;
}

.search-no-koersen,
.search-no-results {
  margin: 1rem 0;
  color: #6b7280;
  font-size: 0.9375rem;
}

/* ============================================
   FAQ Accordion – Card-stijl, native details/summary
   ============================================ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.faq-item[open] {
  background: #f9fafb;
  border-color: var(--e-global-color-primary, #1956d8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  min-height: 48px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}

.faq-question::-webkit-details-marker,
.faq-question::marker {
  display: none;
}

.faq-question::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  border-right: 2px solid var(--e-global-color-primary, #1956d8);
  border-bottom: 2px solid var(--e-global-color-primary, #1956d8);
  transform: rotate(-45deg);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-question::after {
  transform: rotate(135deg);
}

.faq-answer {
  padding: 0.5rem 1.25rem 1.25rem;
}

.faq-answer [itemprop="text"] {
  padding-top: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4b5563;
}

.faq-answer [itemprop="text"] ul {
  margin: 0.5em 0;
  padding-left: 1.25rem;
}

.faq-answer [itemprop="text"] a {
  color: var(--e-global-color-primary, #1956d8);
  text-decoration: underline;
}

.faq-answer [itemprop="text"] a:hover {
  text-decoration: none;
}

.faq-question:focus {
  outline: 2px solid var(--e-global-color-primary, #1956d8);
  outline-offset: -2px;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 1rem 1rem;
  }

  .faq-answer {
    padding: 0 1rem 1rem;
  }
}

/* ============================================
   Koersen Archive – compact design
   Sticky header, zebra striping, tabular-nums
   ============================================ */
.container--koersen {
  font-family: "Archivo", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.koersen-table-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

/* Skeleton loader */
.koersen-skeleton {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.koersen-skeleton.hidden {
  display: none !important;
}

.skeleton-row {
  display: grid;
  grid-template-columns: 36px 1fr 90px 70px 120px 100px 100px;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ecf0f1;
}

.skeleton-cell {
  display: block;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.2s ease-in-out infinite;
}

@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.koersen-content.hidden {
  display: none !important;
}

.koersen-content[hidden] {
  display: none !important;
}

.koersen-content.js-ready {
  display: block !important;
}

/* Sticky table container */
.koersen-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

/* Koersen table – compact */
.koersen-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.koersen-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
  box-shadow: 0 2px 0 0 #e5e7eb;
}

.koersen-table thead th {
  padding: 0.5rem 0.4rem;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  font-size: 0.8125rem;
}

.koersen-table thead th.sortable {
  cursor: pointer;
  user-select: none;
}

.koersen-table thead th.sortable:hover {
  color: var(--e-global-color-primary, #1956d8);
}

.koersen-table thead th.sortable::after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.4;
  vertical-align: middle;
}

.koersen-table tbody tr.koersen-row {
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* Zebra striping */
.koersen-table tbody tr.koersen-row:nth-child(even) {
  background: rgba(249, 250, 251, 0.8);
}

.koersen-table tbody tr.koersen-row:nth-child(odd) {
  background: #fff;
}

/* Hover effect */
.koersen-table tbody tr.koersen-row:hover {
  background: var(--e-global-color-6cbaa4e, rgba(25, 86, 216, 0.06)) !important;
}

.koersen-table tbody tr.koersen-row:focus {
  outline: 2px solid var(--e-global-color-primary, #1956d8);
  outline-offset: -2px;
}

.koersen-table tbody td {
  padding: 0.5rem 0.4rem;
  vertical-align: middle;
  border-bottom: 1px solid #f3f4f6;
}

.koersen-table .col-rank {
  width: 40px;
  text-align: center;
}

.koersen-table .col-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.koersen-table .col-name .cryptocon--archive {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
}

.koersen-table .col-name .coin-name {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
}

.koersen-table .col-name .coin-name:hover {
  text-decoration: underline;
}

/* Tabular numbers for alignment */
.koersen-table .col-price,
.koersen-table .col-volume,
.koersen-table .col-cap {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.koersen-table .col-price {
  font-weight: 500;
}

.koersen-table .col-volume,
.koersen-table .col-cap {
  color: #6b7280;
  font-size: 0.8125rem;
}

.koersen-table .col-change .badge.up {
  color: #fff;
  background: #28a745;
}

.koersen-table .col-change .badge.down {
  color: #fff;
  background: #dc3545;
}

/* Sparkline – fixed width, compact, smooth curve */
.koersen-table .col-sparkline {
  width: 135px;
  min-width: 120px;
  max-width: 135px;
  padding: 0.35rem 0.5rem;
  vertical-align: middle;
}

.koersen-table .col-sparkline .sparkline-svg {
  display: block;
  width: 120px;
  height: 32px;
  margin: 0 auto;
}

.koersen-table .col-sparkline .sparkline-empty {
  display: inline-block;
  color: #9ca3af;
  font-size: 0.8125rem;
}

.koersen-row--promo td {
  background: #fefce8 !important;
}

.koersen-row--promo:hover td {
  background: #fef9c3 !important;
}

/* Mobile: hide Sparkline, Volume & Market Cap to keep focus on price/name */
@media (max-width: 768px) {
  .koersen-table {
    min-width: 280px;
  }

  .koersen-table .col-sparkline,
  .koersen-table .col-volume,
  .koersen-table .col-cap,
  .koersen-table thead th.col-sparkline,
  .koersen-table thead th.col-volume,
  .koersen-table thead th.col-cap {
    display: none;
  }

  .koersen-scroll-wrap {
    border-radius: 8px;
    margin: 0 -0.5rem;
    border-left: none;
    border-right: none;
  }

  .koersen-table {
    font-size: 0.875rem;
  }

  .koersen-table thead th {
    padding: 0.5rem 0.25rem;
    font-size: 0.8125rem;
  }

  .koersen-table tbody td {
    padding: 0.5rem 0.25rem;
  }

  .koersen-table .col-name .cryptocon--archive {
    width: 32px;
    height: 32px;
  }

  .skeleton-row {
    grid-template-columns: 32px 1fr 80px 60px;
    padding: 0.5rem 0.25rem;
  }

  .skeleton-sparkline {
    display: none;
  }
}

/* Extra small: optional card-style rows (triggered via class) */
@media (max-width: 480px) {
  .koersen-table.koersen-table--cards {
    min-width: 100%;
  }

  .koersen-table.koersen-table--cards thead {
    display: none;
  }

  .koersen-table.koersen-table--cards tbody tr {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0.25rem 0.5rem;
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
  }

  .koersen-table.koersen-table--cards tbody tr .col-rank {
    grid-row: 1;
    grid-column: 1;
  }

  .koersen-table.koersen-table--cards tbody tr .col-name {
    grid-row: 1;
    grid-column: 2;
  }

  .koersen-table.koersen-table--cards tbody tr .col-price {
    grid-row: 2;
    grid-column: 1;
  }

  .koersen-table.koersen-table--cards tbody tr .col-change {
    grid-row: 2;
    grid-column: 2;
  }
}