/* V6 · acciones de autenticación en la cabecera Vehica. */
.cdtc-header-register > a,
[data-cdtc-header-register] > a,
a.cdtc-header-register {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  border: 1px solid #f36f21 !important;
  border-radius: 10px !important;
  background: #f36f21 !important;
  color: #fff !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 7px 17px rgba(217, 87, 15, .19) !important;
}

.cdtc-header-register > a:hover,
[data-cdtc-header-register] > a:hover,
a.cdtc-header-register:hover {
  border-color: #d9570f !important;
  background: #d9570f !important;
  color: #fff !important;
}

.cdtc-header-login > a,
li.cdtc-header-login a {
  font-weight: 700 !important;
}

@media (max-width: 1024px) {
  .vehica-menu-mobile .cdtc-header-register,
  [class*="vehica-menu-mobile"] .cdtc-header-register,
  [class*="mobile-menu"] .cdtc-header-register,
  .vehica-menu-mobile [data-cdtc-header-register],
  [class*="vehica-menu-mobile"] [data-cdtc-header-register] {
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
  }

  .vehica-menu-mobile .cdtc-header-register > a,
  [class*="vehica-menu-mobile"] .cdtc-header-register > a,
  [class*="mobile-menu"] .cdtc-header-register > a,
  .vehica-menu-mobile [data-cdtc-header-register] > a,
  [class*="vehica-menu-mobile"] [data-cdtc-header-register] > a {
    width: 100% !important;
    min-height: 46px !important;
  }
}

/* V6.0.2 · separación visual entre acceso y registro en la cabecera. */
@media (min-width: 1025px) {
  /* Menús WordPress/Vehica basados en elementos <li>. */
  .cdtc-header-login,
  [data-cdtc-header-login] {
    margin-right: 12px !important;
  }

  .cdtc-header-register,
  [data-cdtc-header-register] {
    margin-left: 2px !important;
  }

  /* Headers dinámicos donde Vehica inserta los enlaces sin <li>. */
  a.cdtc-header-login,
  a[data-cdtc-header-login] {
    margin-right: 12px !important;
  }

  a.cdtc-header-register,
  a[data-cdtc-header-register] {
    margin-left: 2px !important;
  }
}

@media (max-width: 1024px) {
  /* En el menú móvil cada acción ocupa su propia fila y conserva aire vertical. */
  .cdtc-header-login,
  [data-cdtc-header-login] {
    margin: 0 0 6px !important;
  }

  .cdtc-header-register,
  [data-cdtc-header-register] {
    margin: 8px 0 0 !important;
  }
}
