.datepicker{--color-link-primary:hsl(var(--color-link-secondary) / 100%);}
.indeks-date{margin-bottom:var(--space-4);}
.indeks-box{position:relative;}
.indeks-field{position:relative; z-index:2; width:100%; padding:var(--space-3); background-color:transparent;
border:1px solid var(--color-border); border-radius:var(--rounded-small);}
.indeks-icon{position:absolute; z-index:1; width:48px; height:100%; right:0; top:0;}
.indeks-button{text-transform: uppercase; font-weight: 700; margin-bottom: 24px;}

@media screen and (min-width:0px) and (max-width:1023px){
  .indeks-box{margin-bottom:var(--space-2);}
  .indeks-button{width:100%;}
}

@media screen and (min-width:1024px){
  .indeks-date{display:grid; grid-template-columns:1fr auto; grid-gap:var(--space-2);}
}