/* One accordion row. Inherits --ca-ac / --ca-text from the parent section. */
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item {
  border-bottom: 1px solid var(--line);
}

.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(18px, 2vw, 24px) 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: clamp(17px, 1.5vw, var(--ts-max, 21px));
  color: var(--ca-text, var(--ink));
}

.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__pm {
  flex: none;
  font-family: var(--mono);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  color: var(--ca-ac, var(--accent));
  transition: transform 0.3s var(--ease);
}
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item.is-open .content-acc-item__pm {
  transform: rotate(45deg);
}

.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.4s var(--ease);
}

.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 clamp(20px, 2.2vw, 28px);
}

.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__img {
  width: 100%;
  height: auto;
  display: block;
}

.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich p {
  margin: 0 0 10px;
}
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich p:last-child {
  margin-bottom: 0;
}
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich a {
  color: var(--ca-ac, var(--accent));
  text-decoration: underline;
}
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich ul, .cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich ol {
  margin: 0 0 10px;
  padding-left: 20px;
}
.cc_oe6aXTYiT2_RKfcquDV4c .content-acc-item__rich li {
  margin-bottom: 4px;
}
