/*
Theme Name: Elite-Tema
Theme URI: https://test.examenelite.com/
Author: Examen Elite
Description: Tema base de Examen Elite con navegación global configurable, variantes por página y pie de página propio.
Version: 0.5.3
Requires at least: 6.8
Requires PHP: 8.1
Text Domain: elite-tema
*/

:root {
  --elite-ink: #20364a;
  --elite-muted: #6f8798;
  --elite-blue: #176d9c;
  --elite-blue-soft: #c9e0e8;
  --elite-surface: #fffdf9;
  --elite-line: rgba(67, 104, 122, .16);
  --elite-shadow: 0 18px 42px rgba(55, 79, 92, .12);
}

html { scroll-behavior: smooth; }
body.elite-tema-body {
  min-width: 320px;
  margin: 0;
  color: var(--elite-ink);
  background: #f5f8f8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.elite-tema-body *,
body.elite-tema-body *::before,
body.elite-tema-body *::after { box-sizing: border-box; }
body.elite-tema-body img { max-width: 100%; height: auto; }
body.elite-tema-body a { color: var(--elite-blue); }
body.elite-tema-body button,
body.elite-tema-body input,
body.elite-tema-body select,
body.elite-tema-body textarea { font: inherit; }

.elite-tema-main { min-height: 58vh; }
.elite-tema-content { width: 100%; }
.elite-tema-entry {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}
.elite-tema-content--managed { padding: 0; }
.elite-tema-content--managed > * { margin-inline: 0; }
.elite-tema-content--front { padding: 0; }
.elite-tema-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .elite-tema-entry { width: min(100% - 28px, 1180px); padding: 48px 0; }
}
