.pyok-wtk-module {
  padding: 24px;
  background-color: #f7f9fc;
  font-size: 16px;
  margin-bottom: 16px;
}

.pyok-wtk-module h2 {
  font-family: 'Bebas Neue', 'Roboto', sans-serif;
  color: #120E43;
}

.pyok-wtk-subhead {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a93a3;
    margin: 22px 0 14px;
    padding-top: 14px;
    border-top: 1px solid #e1e7ef;
}

.pyok-wtk-more {
	max-height: 1000px;
	overflow: hidden;
	opacity: 1;
	transition:
		max-height 0.55s ease,
		opacity 0.5s ease;
}

.pyok-wtk-more.pyok-wtk-collapsed {
	max-height: 0;
	opacity: 0;
}

.pyok-wtk-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  color: #120E43;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.pyok-wtk-toggle-text:hover { text-decoration: underline; }
.pyok-wtk-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1.5px solid #120E43;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
}