.newsite .cmLibrary .base-section {
  padding-bottom: 0;
}
.newsite .cmLibrary .cmLibrary__tag {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #e6002d;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.newsite .cmLibrary .cmLibrary__tabs {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .cmLibrary .cmLibrary__tabs {
    margin-top: 3.75rem;
  }
}
.newsite .cmLibrary .cmLibrary__tabPanels {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .newsite .cmLibrary .cmLibrary__tabPanels {
    padding-bottom: 5rem;
  }
}
.newsite .cmLibrary .cmLibrary__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.newsite .cmLibrary .cmLibrary__printGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .newsite .cmLibrary .cmLibrary__printGrid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.newsite .cmLibrary .cmLibrary__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.newsite .cmLibrary .cmLibrary__thumb {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.newsite .cmLibrary .cmLibrary__thumb picture,
.newsite .cmLibrary .cmLibrary__thumb img {
  width: 100%;
  display: block;
}
.newsite .cmLibrary .cmLibrary__thumb[data-enlarge]::after {
  opacity: 1;
}
.newsite .cmLibrary .cmLibrary__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('/static/icon/ico_play_btn.webp');
  background-repeat: no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: center;
  opacity: 0;
}
.newsite .cmLibrary .cmLibrary__relatedLinks {
  background: #f5f6f7;
  max-width: 37.5rem;
  padding: 1.25rem 1.5rem !important;
  margin: 0 auto !important;
  margin-top: 1.25rem !important;
}
.newsite .cmLibrary__references {
  background: #f5f6f7;
  margin-top: 5rem;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .newsite .cmLibrary__references {
    padding: 3.75rem 0;
  }
}
.newsite .references {
  margin: 0;
}
.newsite .cmLibrary .tab__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.newsite .accordion {
  border: none;
}
@media screen and (max-width: 767px) {
  .newsite .accordion {
    max-width: 18.625rem;
    width: 100%;
    border: 1px solid #363434;
    padding: 1.5rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsite .accordion__question {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .newsite .accordion__icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0;
    margin-top: 0;
  }
}
.newsite .cmLibrary .accordion__label {
  max-width: 10.5rem;
  margin: 0 auto;
}
