.uBlock {
  height: 100%;
}

.uBlock-header {
  display: flex;
  flex-direction: column;
  min-height: 550px;
  background-color: var(--color-tum-brand-blue);
  padding: 30px 20px 20px;
  color: var(--color-white);
}

.uBlock-heading {
  min-height: 160px;
}

/* .uBlock-description {
  margin-bottom: 50px;
} */

.uBlock-description::before {
  content: '';
  width: 60%;
  display: block;
  border-top: 1px solid var(--color-white);
  margin-bottom: 15px;
  margin-top: 15px;
}

.uBlock.-u2 .uBlock-description::before {
  width: 70%;
}

.uBlock-buttons {
  margin-top: auto;
}

.uBlock-button {
  width: 100%;
}

.uBlock-button:not(:last-child) {
  margin-bottom: 10px;
}

.uBlock-accordions {
  display: flex;
  flex-direction: column;
  padding: 15px 20px 0;
  background-color: var(--color-white);
}

.uBlock-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  color: var(--color-tum-dark-blue);
}

.uBlock-accordion:not(:last-child) .uBlock-panel {
  border-bottom: 1px solid var(--color-tum-separator);
}

.uBlock-panel svg {
  width: 14px;
  height: 10px;
  transition: transform 0.3s ease;
}

.uBlock-panel.-active svg {
  transform: rotate(180deg);
}

.uBlock-accordionContent {
  display: none;
  padding-top: 10px;
}
