.info__property-group:not(:last-of-type) {
  margin-bottom: 16px;
}

.tab:not(.open) .tab__sublist:has(+ [data-hide-show-more-item]),
.tab:not(.open) .tab__sublist-item:has(+ [data-hide-show-more-item]) {
  margin: 0;
}
.tab:not(.open) [data-show-more-content]:has(> [data-hide-show-more-item]:first-of-type) {
  padding-top: 0;
}
.tab__content-wrapper {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tab__content-wrapper > *:first-child {
  padding-top: 8px;
}
.tab__content-wrapper > div:has(.tab__sublist.d-none) {
  display: none;
}
.tab__subheader {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}
.tab__subheader[data-expand].active [data-expand-icon] {
  transform: rotate(270deg);
}
.tab__subheader[data-expand]:not(.active) [data-expand-icon] {
  transform: rotate(180deg);
}
.tab__subheader svg {
  flex: 0 0 16px;
}
.tab__sublist {
  padding-top: 4px;
}
.tab__sublist:not(:last-child) {
  margin-bottom: 12px;
}
.tab__sublist-item:not(:last-child) {
  margin-bottom: 4px;
}
.tab__sublist-name {
  margin-right: 8px;
  color: var(--secondary-600);
  font-size: 14px;
}
.tab__sublist-copy {
  margin-left: 8px;
  color: var(--secondary-500);
  vertical-align: bottom;
}