.titan-docs {
  padding: 30px 0;
}

.titan-docs__title {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0B1D36;
  margin: 0 0 16px;
}

.titan-docs__acc {
  margin-bottom: 6px;
}

.titan-docs__acc-head {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #f0f3f6;
  padding: 12px 16px;
  border-radius: 6px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1D36;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s;
}

.titan-docs__acc-head:hover {
  background: #e5e9ed;
}

.titan-docs__acc-icon {
  font-size: 11px;
  color: #5F657D;
  transition: transform 0.25s;
}

.titan-docs__acc-icon.is-open {
  transform: rotate(180deg);
}

.titan-docs__acc-body {
  padding: 10px 16px 14px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

.titan-docs__acc-body a {
  color: #007AB7;
  text-decoration: none;
}

.titan-docs__acc-body a:hover {
  color: #04588C;
  text-decoration: underline;
}

.titan-docs__acc-body p {
  margin: 0 0 4px;
}

.titan-docs__footnote {
  font-family: futura-pt, sans-serif;
  font-size: 11px;
  color: #999;
  line-height: 1.5;
  margin-top: 20px;
}
