/* BG styling for sections on the Detours page */
.detour:nth-child(odd) {
    background-color: rgb(240, 240, 240);
}

/*  @ styling to use the round "@" symbol from the DIN font */
.at-style {
  font-feature-settings: "salt";
  color: inherit!important;
}

/* Removes the cropped corners for the svgs in the icons (not working yet) */
.icon-wrap img {
    border-radius: none!important;
}

/* Removes unintentional extra space between nested bullet points and their parents */
ul ul {
    padding-top: 0!important;
}