/* Landing-page specifics that don't belong in the shared layer. */

/* The FAQ + sources band is a two-column grid at desktop width. */
.pc-band.pc-grid--320 {
    display: grid;
}

/* Search suggestion rows sit flush inside the dropdown card. */
#hub-search-drop > div:last-child {
    border-bottom: none;
}
