/* application-specific CSS should go in this file */
@import 'icons.css';
@import 'print.css';

/* ----- ALIGNMENTS ----- */
.c19-text-center {
  text-align: center;
}

/* ----- FONTS ----- */
.c19-font-color__black {
  color: #000;
}

.c19-font-size-18-\! {
  font-size: 1.125rem; /* 18px */
}

/* ----- COLOURS ----- */
.c19-bg-feedback-blue {
  background-color: #def2fa;
}

.c19-bg-result-red {
  background-color: #fceff0;
}

/* ----- ELEMENTS ----- */
.c19-back-button {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.c19-back-button:hover,
.c19-back-button:active,
.c19-back-button:focus {
  background-color: transparent;
}

.c19-print-save-button {
  display: block;
  width: 70%;
}

@media screen and (max-width: 72.9375em) {
  .c19-print-save-button {
    width: 100%;
  }
}

.c19-covid-test-callout {
  padding: 1.5rem;
  background-color: #f2f2f2; /* ds greyscale-5 */
}

@media screen and (max-width: 39.9375em) {
  .c19-covid-test-callout {
    padding: 1;
  }
}

.c19-hint {
  font-size: 1rem;
  color: #666;
}

.c19-list--inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c19-list--inline li {
  display: inline-block;
}

/* ----- DS OVERRIDES ----- */
/* this is an addition to the native .ontario-radios__item class */
.ontario-radios__item {
  height: 2rem;
}

/* This allows the bottom grey callout to sit flush against the footer */
.c19-homepage .ontario-footer {
  margin-top: 0;
}
