/*
Theme Name: Euro Prices
Author: Euro Prices
Text Domain: europrices
Version: 1.0
*/
#nav {
  /*box-shadow: 0px 5px 41.5px rgb(40, 40, 40, 0.11);*/
  box-shadow: 0 0.2rem 0.4rem rgba(var(--bs-primary-rgb), 0.1);
}

.th {
  margin-bottom: 4px;
  font-size: .87rem;
  padding: 3px 10px;
  /*color: #fff;*/
  border-radius: 4px;
  break-inside: avoid; /* evita que un div se rompa entre columnas */
}

.thh {
  display: inline-block;
  width: 35px;
  font-weight: 600;
}

.thi {
  display: none;
  margin-right: 7px;
}

.breadcrumb {
  font-size: .8rem;
}

.multi-column {
  column-count: 4;
  column-gap: 4px;
}

.cdt {
  display: block;
  font-weight: 600;
  border-bottom: 1px dotted #dfdfdf;
  padding: 10px 0;
  margin-bottom: 10px;
}

.cdv {
  font-size: 1.6rem;
  font-weight: 600;
}

.cds {
  display: block;
  margin-bottom: 20px;
}



::selection {
  background: rgba(var(--bs-primary-rgb),.4);
  color: #fff;
}

::-moz-selection {
  background: rgba(var(--bs-primary-rgb),.4);
  color: #fff;
}



@media (max-width: 817px) {

  #chart {
    height: 215px !important;
  }

  .multi-column {
    column-count: 2;
    column-gap: 4px;
  }

  .cdt {
    font-size: .7rem;
    padding: 5px 0;
    margin-bottom: 5px;
  }

  .cdv {
    font-size: 1rem;
  }

  .cds {
    font-size: .8rem;
    margin-bottom: 10px;
  }

}