﻿.kaerlighed-dropdowns {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}

.kaerlighed-dropdowns details {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  padding: 0;
  margin: 0;
}

.kaerlighed-dropdowns summary {
  display: list-item;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #b31e74;
  font-weight: normal;
  padding: 10px 0;
  margin: 0;
}

.kaerlighed-dropdowns details > div {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #333;
  padding: 0 0 10px 0;
}

.kaerlighed-dropdowns p {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #333;
  margin: 8px 0;
}

.kaerlighed-dropdowns ul {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #333;
  margin: 8px 0 10px 22px;
  padding: 0;
}

.kaerlighed-dropdowns li {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #333;
  margin: 0 0 5px 0;
}

@media (max-width: 600px) {
  .kaerlighed-dropdowns {
    width: 100%;
    max-width: 100%;
  }

  .kaerlighed-dropdowns details,
  .kaerlighed-dropdowns summary,
  .kaerlighed-dropdowns details > div {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}