.book-trip {
    white-space: nowrap;
    font-family: var(--font-display);
    font-weight: normal;
}

.book-trip a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

@media (hover: hover) {
    .book-trip a:hover {
        font: inherit;
        color: inherit;
        text-decoration: none;
    }
}