/**
 * @file shop4u-changelog.css
 *
 * @description
 * Compiled output of shop4u-changelog.scss — do not edit, change the SCSS.
 *
 * @version 1.3.2
 * @created 20260805-093600
 * @modified 20260805-112331
 *
 * @author Frank Hackenberg
 * @author_uri https://foryourweb.de
 * Copyright (c) [fh] - 4UWeb
 *
 * @package Shop4U
 *
 * @license GPL-3.0-or-later
 * @license_uri https://www.gnu.org/licenses/gpl-3.0.html
 */
.shop4u-changelog {
  max-width: 800px;
  margin: 40px auto;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: #212529;
}
.shop4u-changelog .shop4u-changelog__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  color: #073a6a;
}
.shop4u-changelog h4 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #073a6a;
  border-radius: 4px;
}
.shop4u-changelog h4 + ul {
  margin: 0 0 28px;
}
.shop4u-changelog ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}
.shop4u-changelog li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.shop4u-changelog li:last-child {
  margin-bottom: 0;
}
.shop4u-changelog__older {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 58, 106, 0.12);
}
.shop4u-changelog__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #669999;
  cursor: pointer;
  list-style: none;
}
.shop4u-changelog__toggle::-webkit-details-marker {
  display: none;
}
.shop4u-changelog__toggle::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  transition: transform 0.2s ease;
}
.shop4u-changelog__toggle:hover {
  color: #073a6a;
}
.shop4u-changelog__toggle-close {
  display: none;
}
.shop4u-changelog__body {
  margin-top: 24px;
}
.shop4u-changelog__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-weight: 600;
  color: #669999;
  text-decoration: none;
}
.shop4u-changelog__more::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  transition: transform 0.2s ease;
}
.shop4u-changelog__more:hover {
  color: #073a6a;
}
.shop4u-changelog__more:hover::after {
  transform: translateX(3px);
}
.shop4u-changelog__older[open] .shop4u-changelog__toggle::before {
  transform: rotate(90deg);
}
.shop4u-changelog__older[open] .shop4u-changelog__toggle-open {
  display: none;
}
.shop4u-changelog__older[open] .shop4u-changelog__toggle-close {
  display: inline;
}

@media (max-width: 600px) {
  .shop4u-changelog {
    margin: 24px auto;
    padding: 28px 20px;
  }
  .shop4u-changelog .shop4u-changelog__title {
    font-size: 24px;
  }
}
