/* Nyomtatási stíluslap a places.html-hez */

body {
  color: #000;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* Oldalmargók */
@page {
  margin: 1.5cm;
}

/* Ne nyomtassuk ezeket */
nav,
footer,
header,
#toggle-theme,
button,
.video-wrapper,
form,
.contact-form-section {
  display: none !important;
}

/* Képek méretezése */
img {
  max-width: 100%;
  height: auto;
  page-break-inside: avoid;
}

/* Alapszekciók */
.europe-section,
.mission-table-section {
  page-break-inside: avoid;
  margin-bottom: 20px;
  border: 1px solid #000;
  padding: 10px;
}

/* Címek */
h1, h2, h3 {
  color: #000;
  page-break-after: avoid;
  margin-top: 0;
}

p {
  text-align: justify;
}

/* Országkép címkék */
.country-name {
  font-weight: bold;
  background: none !important;
  color: #000;
  text-shadow: none;
  font-size: 0.9rem;
  position: static;
  display: block;
  margin-top: 5px;
}

/* Országkép és név */
.country-image-wrapper {
  box-shadow: none;
  border: 1px solid #000;
  margin-bottom: 10px;
}

/* „Itt segítünk” blokk */
.europe-bottom {
  page-break-inside: avoid;
  margin-bottom: 20px;
}

.country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Táblázat stílus */
table,
th,
td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 6px;
}

caption,
summary {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

/* Checkboxokat rejtsük el */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}

/* Linkek – URL is jelenjen meg */
a::after {
  content: " (" attr(href) ")";
  font-size: 0.9em;
}
