/*
 * Isolated mobile repair for the consultation card.
 * Does not alter the original sidebar card.
 */
.tm-mobile-tour-card {
    display: none;
}

@media (max-width: 768px) {
    .tm-mobile-tour-card {
        display: block;
        width: 100%;
        margin: 20px 0 25px;
        clear: both;
    }

    .tm-mobile-tour-card > .bl-rg-post {
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }
}
