/**
 * Voluntary subscription page styles
 */

body > section {
  max-width: unset;
  padding: unset;
  margin: 0;
}

body > section .button {
  padding: 1.14em !important;
  border-radius: 5px !important;
  font-size: 16px;
  --button-background-color: var(--link-color);
  --button-color: white;
  --text-color: var(--button-background-color);
}

sub-offers ul {
  list-style-image: url('./check.svg');
}

sub-offers li {
  margin-left: 27px;
}

sub-offers .card .h2 {
  --header-size: 17px;
  color: #2760d1;
}
