#fb-changelog {
  max-width: 720px;
  margin: 60px auto;
  font-family: Roboto, Arial, sans-serif;
}
.fb-version {
  background: #F8FAFC;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
border-radius: 20px;
}

.fb-version.active {
    box-shadow: 0px 2px 4px 0px rgba(148, 163, 184, 0.25);
}

.fb-version-header {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.fb-version-title {
color:#334155;
font-family: Cabin, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; 
}
.fb-version-date {
  font-size: 14px;
  color: #64748B;
  margin-top: 4px;
}
.fb-version-arrow {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #64748B;
  border-bottom: 2px solid #64748B;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.fb-version.active .fb-version-arrow {
  transform: rotate(225deg);
}
.fb-version-body {
  padding: 0 20px 20px 60px;
}
.fb-version-body ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.fb-version-body li {
  margin-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #64748B;
  position: relative;
  padding-left: 32px;
}
.fb-version-body li::before {
  content: '';
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 16.17L4.83 12L3.41 13.41L9 19L21 7.00003L19.59 5.59003L9 16.17Z' fill='%2364748B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
