.envelo-terms-card{
  width: 100%;
  max-width: 816px;
  gap: 36px;
  opacity: 0px;
  border: 1px solid var(--surface-container-highest);
  border-radius: 28px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 560px;
  background-color: var(--surface-container);
}

.terms-title-wrapper{
  width: 100%;
  max-width:756px;
  height:72px;
  gap: 8px;
  opacity: 0px;
  margin: 0;
}

.terms-container{
  width: 100%;
  max-width: 756px;
  min-height: 284px;
  gap: 0px;
  opacity: 0px;
  overflow-y: auto;
  padding-right: 10px;
}

.expand-or-collapse{
font-size: 14px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0.1px;
text-align: left;
text-decoration: none;
color: var(--md-sys-color-on-background);
margin-left: 30px;
}

.expand-or-collapse > a{
  text-decoration: none;
  color: var(--md-sys-color-on-background);
}

.terms-wrapper{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.terms-form-description{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.required-mark{
  color: var(--md-sys-color-error);
  font-weight: 700;
}

a {
  color: var(--on-surface);
  font-weight: bold;
  text-decoration: none;
}