.help-title {
  font-size: 0.8rem;
  text-align: center;
}

.help-subtitle {
  color: rgba(var(--blue), 0.7);
  margin-bottom: 1rem;
}

.btn-help {
  all: unset;
  cursor: pointer;
  color: rgba(var(--blue), 1);
}

.help-card-tips {
  background-color: rgba(var(--blue), 1);
  color: rgba(var(--light), 1);
  padding: 1rem 1.4rem;
  border-radius: 16px;
}

.help-text {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
}
.help-action {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  color: rgba(var(--blue), 1);
}

.call-help-action {
  all: unset;
  position: absolute;
  bottom: 6vh;
  padding: 12px 16px;
  border-radius: 16px;
  right: 16px;
  background-color: rgba(var(--blue), 1);
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  color: rgba(var(--blue), 1);
}

@media (max-width: 768px) {
  .list-group-item {
    font-size: 0.8rem;
  }
  .help-title {
    font-size: 0.7rem;
  }

  .help-card-tips {
    font-size: 0.7rem;
    padding: 0.8rem 1rem;
    border-radius: 12px;
  }

  .help-text {
    font-size: 0.7rem;
  }

  .call-help-action {
    bottom: 10vh;
  }
}
