.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item, .cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item * {
  box-sizing: border-box;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item {
  width: 100%;
  border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__trigger {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4, 16px);
  padding: var(--sp-5, 20px) 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__question {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__icon::before, .cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  border-radius: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item--open .sss-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__answer {
  padding: 0 var(--sp-10, 40px) var(--sp-5, 20px) 0;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.72;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__answer > :first-child {
  margin-top: 0;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__answer > :last-child {
  margin-bottom: 0;
}

.cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__icon::before, .cc_hCf4wiNMOJ_DG0ZhopZ4I .sss-item__icon::after {
    transition: none;
  }
}
