.elementor-221 .elementor-element.elementor-element-bda3283{--display:flex;}/* Start custom CSS for html, class: .elementor-element-69b9f12 */@font-face { font-family: "Bebas Neue"; font-weight: 400; font-display: swap; src: url("fonts/bebas-neue-400.woff2") format("woff2"); }
@font-face { font-family: "Lato"; font-weight: 400; font-display: swap; src: url("fonts/lato-400.woff2") format("woff2"); }
@font-face { font-family: "Lato"; font-weight: 700; font-display: swap; src: url("fonts/lato-700.woff2") format("woff2"); }

:root {
  --bg: #121212;
  --surface: #1a1a1a;
  --border: #2a2a2a;
  --text: #e0e0e0;
  --muted: #888;
  --heading: #f5f5f5;
  --accent: #ff5a00;
  --red: #cf2e2e;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
strong { font-weight: 700; color: var(--heading); }
p, li { font-size: 0.95rem; }
p { margin-bottom: 0.75rem; }
ul { padding-left: 1.5rem; margin-bottom: 0.75rem; }
li { margin-bottom: 0.3rem; }
li::marker { color: var(--accent); }
hr { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }

h1, h2, h3 { font-family: "Bebas Neue", sans-serif; color: var(--heading); }
h1 { font-size: 2rem; margin-bottom: 0.25rem; letter-spacing: 1px; }
h2 { font-size: 1.4rem; margin: 2rem 0 0.75rem; border-bottom: 2px solid var(--red); width: fit-content; }
h3 { font-size: 1.15rem; color: var(--accent); margin: 1.25rem 0 0.5rem; }

.updated, .lang-switch { font-size: 0.85rem; }
.updated { display: block; color: var(--muted); font-style: italic; margin-bottom: 1.5rem; }
address { font-style: normal; margin-bottom: 0.75rem; }
.lang-switch { text-align: right; margin-bottom: 1rem; }

.site-header {
  padding: 1.25rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  background: var(--surface);

  & .logo {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--heading);
    text-decoration: none;

    & span { color: var(--accent); }
  }
}

.container {
  max-width: 740px;
  margin: 2rem auto;
  background: var(--surface);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  flex: 1;
}

table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.85rem; }
th, td { text-align: left; padding: 0.6rem 0.75rem; border: 1px solid var(--border); }
th { background: rgba(255, 90, 0, 0.1); font-weight: 700; color: var(--heading); }

.warning, .contact-card { border-radius: 8px; padding: 1rem 1.25rem; margin: 1.5rem 0; }
.warning { background: rgba(207, 46, 46, 0.08); border: 1px solid rgba(207, 46, 46, 0.3); }
.warning strong { color: var(--red); }
.contact-card { background: rgba(255, 90, 0, 0.05); border: 1px solid var(--border); }

.site-footer {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: auto;

  & a { color: var(--muted); }
  & a:hover { color: var(--accent); }
}

@media (max-width: 768px) {
  .container { margin: 1rem; padding: 1.5rem 1.25rem; }
  h1 { font-size: 1.6rem; }
  table { font-size: 0.8rem; }
  th, td { padding: 0.4rem 0.5rem; }
}/* End custom CSS */