/* RCAD v6.18 — buscador compacto flotante + acceso con borde amarillo */
@media (min-width:1100px){
  .rcad-cms-header .rcad-cms-header__inner{
    grid-template-columns:220px minmax(390px,1fr) 52px max-content!important;
    overflow:visible!important;
  }
  .rcad-cms-search-popover{position:relative;display:flex;align-items:center;justify-content:center;z-index:1002}
  .rcad-cms-search-toggle{width:44px;height:44px;padding:0;border:1.5px solid #f6a800;border-radius:50%;background:#fff;color:#071b46;display:grid;place-items:center;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}
  .rcad-cms-search-toggle:hover,.rcad-cms-search-toggle[aria-expanded="true"]{background:#fffaf0;box-shadow:0 3px 10px rgba(7,27,70,.08)}
  .rcad-cms-search-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .rcad-cms-search-panel{position:absolute;top:calc(100% + 13px);right:0;width:min(520px,calc(100vw - 48px));padding:10px;background:#fff;border:1px solid #e4e9f0;border-radius:12px;box-shadow:0 12px 30px rgba(7,27,70,.14);z-index:1100}
  .rcad-cms-search-panel[hidden]{display:none!important}
  .rcad-cms-search-panel:before{content:"";position:absolute;right:14px;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #e4e9f0;border-top:1px solid #e4e9f0;transform:rotate(45deg)}
  .rcad-cms-search-panel__form{height:48px;display:flex;align-items:center;position:relative;border:1px solid #cfd8e6;border-radius:9px;background:#fff;overflow:hidden}
  .rcad-cms-search-panel__icon{width:48px;display:grid;place-items:center;color:#071b46;flex:0 0 48px}
  .rcad-cms-search-panel__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .rcad-cms-search-panel input[type="search"]{appearance:none;-webkit-appearance:none;flex:1;min-width:0;height:46px!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0 10px 0 0!important;color:#071b46;font-size:14px!important}
  .rcad-cms-search-panel input[type="search"]::-webkit-search-cancel-button{display:none}
  .rcad-cms-search-close{width:46px;height:46px;flex:0 0 46px;border:0;background:transparent;color:#071b46;font-size:27px;line-height:1;cursor:pointer}
  .rcad-cms-search-close:hover{background:#f6f8fb}
  .rcad-cms-header .rcad-cms-auth-login{min-height:44px!important;padding:0 15px!important;border:1.5px solid #f6a800!important;border-radius:999px!important;background:#fff!important;color:#071b46!important;display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap}
  .rcad-cms-header .rcad-cms-auth-login:hover{background:#fffaf0!important}
  .rcad-cms-auth-login svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
}
@media (min-width:1100px) and (max-width:1279px){
  .rcad-cms-header .rcad-cms-header__inner{grid-template-columns:190px minmax(345px,1fr) 48px max-content!important}
  .rcad-cms-search-toggle{width:42px;height:42px}
}
@media (max-width:1099px){.rcad-cms-search-popover{display:none!important}}
