/* MEISTER Archidona · botón directo MEISTIA DATE en cabecera desktop · v1.6.3 */
.site-header .nav-date-choice{
  gap:8px;
  border-color:#e8e2d7;
  background:#e8e2d7;
  color:#080808;
  font-weight:850;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.site-header .nav-date-choice svg{width:15px;height:15px;fill:none;stroke:var(--orange,#f59a00);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 15px}
.site-header .nav-date-choice:hover,.site-header .nav-date-choice:focus-visible{border-color:var(--orange,#f59a00);background:#f7f3ec;color:#080808;transform:translateY(-1px)}
.site-header .nav-date-choice:focus-visible{outline:2px solid var(--orange,#f59a00);outline-offset:3px}

@media(min-width:1181px) and (max-width:1420px){
  .site-header .nav-date-choice{padding-inline:9px!important;font-size:9px!important;letter-spacing:.035em!important}
  .site-header .nav-date-choice svg{width:13px;height:13px;flex-basis:13px}
}
@media(min-width:1181px) and (max-width:1240px){
  .site-header .nav-wrap{gap:7px!important;padding-inline:10px!important}
  .site-header .main-nav .menu{gap:7px!important}
  .site-header .nav-actions{gap:4px!important}
  .site-header .nav-date-choice{padding-inline:7px!important;font-size:8.2px!important}
}
@media(prefers-reduced-motion:reduce){.site-header .nav-date-choice{transition:none!important}}
