/* /public/assets/css/country_history.css */

.qmk-country-history .qmk-map { z-index: 1; }

/* small date-row inside filter */
.qmk-his-dates{
  display:flex;
  gap: 10px;
  margin-top: 10px;
}
.qmk-his-date{
  flex: 1 1 50%;
  display:flex;
  flex-direction:column;
  gap: 6px;
  min-width: 0;
}
.qmk-his-date > span{
  font-size: 12px;
  font-weight: 850;
  color: rgba(255,255,255,.70);
}
.qmk-his-date input[type="date"]{
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.95);
  padding: 0 10px;
}

/* keep on very small screens readable */
@media (max-width: 520px){
  .qmk-his-dates{ flex-direction:column; }
  .qmk-his-date{ flex: 1 1 auto; }
}
