/* =========================
   🔥 TYPOGRAFI
========================= */

html { font-size: 112.5%; }

body {
  font-size: 1rem;
  line-height: 1.6;
}

.entry-content h1 { font-size: 1.5rem; }
.entry-content h2 { font-size: 1.25rem; }
.entry-content h3 { font-size: 1.0rem; }

h1.entry-title { font-size: 1.5rem; }

.site {
  max-width: 1340px;
  margin: 40px auto; /* topp/botten */
}

/* =====================================================
   🔹 HEADER
===================================================== */
.header-image {
  margin-left: -70px;
  margin-right: -70px;
  margin-bottom: -50px;
}

.header-image img {
  width: 100%;
  display: block;
}

.site-header {
        padding-top: 0px;
    }

.site-header-menu {
	margin-top: -20px;
	margin-bottom: 0px;
}

/* =========================
   🔹 KONTAKT-RADER (DELAS!)
========================= */

.person-rad,
.kontakt-rad {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
  font-size: 0.9rem;
  margin-top: 3px;
}

/* ikon bas */
.person-rad::before,
.kontakt-rad::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.person {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 12px;
}
.person-namn {
  font-weight: 600;
  margin-bottom: 6px;
}

.person-rad.namn {
  font-weight: 600;
  margin-bottom: 2px;
}
.person-rad.namn {
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: -26px;
}
/* 🔹 underrad (Ordinarie/Suppleant) */
.person-rad.sub {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
	margin-left: -26px;
}

.person-rad {
  line-height: 1.3;
  margin: 1px 0;
}

/* ta bort konstig underline */
.person-rad a {
  box-shadow: none !important;
  text-decoration: none;
}
/* 🔥 IKONER – NU RÄTT PATH */
.person-rad.mail::before,
.kontakt-rad.mail::before {
  background-image: url("/wp-content/themes/twentysixteen-child/assets/mail.svg");
}

.person-rad.tel::before,
.kontakt-rad.tel::before {
  background-image: url("/wp-content/themes/twentysixteen-child/assets/phone.svg");
}

.person-rad.adress::before {
  background-image: url("/wp-content/themes/twentysixteen-child/assets/map-pin.svg");
}

/* 🔹 länkar */
.person-rad a,
.kontakt-rad a {
  text-decoration: none;
  color: #2271b1;
}

.person-rad a:hover,
.kontakt-rad a:hover {
  text-decoration: underline;
}

/* ============ 🔹 MOBIL ============= */ 
@media (max-width: 768px) { .header-image { display: none; } }