.mdr-planner {
    margin-top: -110px;
    background: linear-gradient(to bottom, transparent 0 110px, #fff 110px) !important;
}

@media (max-width: 800px) {
    .mdr-planner {
        margin-top: -54px;
        background: linear-gradient(to bottom, transparent 0 54px, #fff 54px) !important;
    }
}

@media (max-width: 520px) {
    .mdr-planner {
        margin-top: -38px;
        background: linear-gradient(to bottom, transparent 0 38px, #fff 38px) !important;
    }
}

.mdr-routes,
.mdr-price-section {
    background: #fff !important;
}

.mdr-routes .cr-favorite-routes__header h2 {
    font-family: var(--rental-ui-font);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.mdr-routes .cr-favorite-route-card__ranking {
    margin-bottom: 10px;
}
