.endringslogg-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  max-height: 50%;
  width: 340px;
  max-width: 100%;
  background-color: #fff;
  z-index: 1050;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.endringslogg-container.hidden {
  display: none;
}

.endringslogg-header {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.endringslogg-header .endringslogg-title-wrapper {
  display: flex;
  flex-direction: column;
}
.endringslogg-header .endringslogg-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}
.endringslogg-header .endringslogg-subtitle {
  font-size: 0.85em;
  color: #666;
  margin-top: 2px;
}
.endringslogg-header .endringslogg-close {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  padding: 0;
  line-height: 0.8;
  color: #999;
}
.endringslogg-header .endringslogg-close:hover {
  color: #333;
}

.endringslogg-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  border-radius: 0 0 8px 8px;
}

.endringslogg-modal-content {
  color: #333;
  font-size: 0.875em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  padding: 0;
}
.endringslogg-modal-content p {
  margin-left: 0px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.endringslogg-modal-content h2 {
  margin: 15px;
  font-weight: 600;
  font-size: 1.2em;
}
.endringslogg-modal-content > p {
  margin: 0 15px 15px 15px;
  color: #666;
}
.endringslogg-modal-content .rub {
  font-size: 0.95em;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 15px;
  margin-top: 0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f5f5; /* Greyer background */
  color: #333;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd; /* Slightly darker border */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px;
  transition: background-color 0.2s;
}
.endringslogg-modal-content .rub:hover {
  background-color: #e8e8e8; /* Darker grey on hover */
}
.endringslogg-modal-content .rub1 {
  color: #333;
}
.endringslogg-modal-content .rub2 {
  background-color: #f5faff;
  color: #0056b3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230056b3'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z'/%3E%3C/svg%3E");
  border: none;
  border-bottom: 1px solid #eee;
}
.endringslogg-modal-content .svar {
  display: none;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
  color: #555;
  border: none;
}

.log-section {
  padding: 0.5rem 0;
}

.log-header {
  font-weight: 700;
  color: #333;
  margin: 0.8rem 0 0.3rem 0;
  font-size: 0.95rem;
}
.log-header:first-child {
  margin-top: 0;
}

.log-list {
  margin: 0;
  padding-left: 2rem;
  list-style-type: disc !important;
}
.log-list li {
  margin-bottom: 0.3rem;
  color: #555;
  display: list-item;
  list-style-type: disc !important;
  margin-left: 0.5rem;
}

/*# sourceMappingURL=endringslogg.css.map */
