/*
Theme Name: Adeomed
Theme URI: https://adeomed.ro/
Author: Adeomed
Author URI: https://adeomed.ro/
Description: Tema WordPress minimală, SEO-first, fără design. Structură curată, performanță, accesibilitate.
Version: 1.0.0
License: GPLv2 or later
Text Domain: adeomed
*/

/* === Fonts: Raleway (Variable) === */
@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/adeomed/assets/fonts/raleway/Raleway-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/adeomed/assets/fonts/raleway/Raleway-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* === Base (no design, just sane defaults) === */
html {
  font-family: 'Raleway', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.15em;
}

a:hover {
  text-decoration: underline;
}

:focus {
  outline: 2px solid rgba(0,0,0,.35);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  background: #fff;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

/* === Headings (explicit sizes to avoid UA defaults / Lighthouse warning) === */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.6em 0;
}

h1 { font-size: 2rem; }      /* 32px */
h2 { font-size: 1.6rem; }    /* 25.6px */
h3 { font-size: 1.3rem; }    /* 20.8px */
h4 { font-size: 1.1rem; }    /* 17.6px */
h5 { font-size: 1rem; }      /* 16px */
h6 { font-size: 0.9rem; }    /* 14.4px */

@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }  /* 25.6px */
  h2 { font-size: 1.35rem; } /* 21.6px */
  h3 { font-size: 1.2rem; }  /* 19.2px */
}

/* Paragraph */
p {
  margin: 0 0 1em 0;
}
/* Single medic page background (match front page) */
body.single-msm_medic{
  background:#f5f2ee !important;
}
body.single-msm_medic .site-content{
  background:#f5f2ee !important;
}
body.single-msm_medic .msm-page{
  background:#f5f2ee !important;
}
body.single-msm_medic .msm-page{
  --msm-bg:#f5f2ee !important;
}
body.single-msm_medic .msm-medic{
  background:#f5f2ee !important;
}

/* Inline booking form injected in blog posts */
.adeomed-inline-booking-form {
  margin: 1.75rem 0 2rem;
  padding: 1.1rem 1rem 1rem;
  border: 1px solid #d8e7f5;
  border-radius: 14px;
  background: #f7fbff;
}

.adeomed-inline-booking-form h2 {
  margin: 0 0 0.8rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.adeomed-inline-booking-form form {
  margin: 0;
}

@media (max-width: 768px) {
  .adeomed-inline-booking-form {
    margin: 1.35rem 0 1.6rem;
    padding: 1rem 0.85rem 0.85rem;
    border-radius: 12px;
  }

  .adeomed-inline-booking-form h2 {
    font-size: 1.1rem;
  }
}
