.info-btn {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
.info-btn img {
  content: url('/assets/images/icons/small/info.svg');
  height: 1.25rem;
  width: 1.25rem;
  margin-bottom: 0.2rem;
}
.responses .icon {
  height: 82px;
  width: 82px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.responses .responseTitle {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.responses #consent-request .icon {
  background-color: #25a;
  -webkit-mask-image: url('/assets/images/icons/gen/status-info.svg');
  mask-image: url('/assets/images/icons/gen/status-info.svg');
  mask-repeat: no-repeat;
}
.responses #consent-request .responseTitle {
  color: #25a;
}
.responses #consent-request #consent-button {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
#account-statement-button {
  color: #4a83c2;
}
#account-statement-button[disabled] {
  color: #c6c4c7;
}
#account-statement-button:hover {
  text-decoration: underline;
}
#account-statement-button:after {
  content: ' ';
  mask-image: url('/assets/images/elements/arrow-thin-16.svg');
  mask-repeat: no-repeat;
  width: 19px;
  height: 16px;
  display: inline-block;
  background-color: #4a83c2;
}
#account-statement-button:hover:after {
  opacity: 1;
}
#account-statement-button[disabled]:after {
  background-color: #c6c4c7;
}
#tax-info {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
#tax-info a {
  opacity: 1;
}
#tax-info h4 {
  margin-top: 0;
}
