/*
Theme Name: MedProfile
Theme URI: https://edronet.com
Author: Edronet
Author URI: https://edronet.com/
Description: Tema WordPress premium para profissionais de saúde, SEO, acessibilidade e CTA para WhatsApp.
Version: 1.2.0
Text Domain: medprofile
*/

:root {
  color-scheme: light;
}

body {
  background: #f5f7fb;
}

.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #111827;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(31, 41, 55, 0.18);
  transform: translateY(-200%);
  transition: transform 0.2s ease;
  z-index: 10000;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #0b3d91;
  outline-offset: 3px;
}
