/* RakuGEO — Custom styles on top of Pico CSS */

/* Flash messages */
article[aria-label="Success"] {
  border-left: 4px solid var(--pico-primary);
}

article[aria-label="Error"] {
  border-left: 4px solid var(--pico-del-color);
}

/* Dashboard table */
figure table {
  margin-bottom: 0;
}

/* Landing page value props */
.grid article {
  text-align: center;
}

/* Footer */
footer {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
