/*
 * Shared mobile-readability fixes.
 * This stylesheet is loaded after all page-specific layers so it can provide
 * stable fallbacks without restoring the removed breadcrumb microdata.
 */

.content > .ecobrus-breadcrumbs {
    padding-top: 18px;
}

.copyright {
    font-size: 12px;
    line-height: 1.35;
}

.projects-page .ecobrus-project-meta__label,
.project-options-page .project-package-price__label,
.project-detail-page .project-summary__metric > span:first-child,
.promotions-page .counter-box__unit > p,
.ecobrus-search-result__type {
    font-size: 12px;
}

.ecobrus-favorites-entry__count {
    top: -6px;
    right: -6px;
    min-width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 767px) {
    .content > .ecobrus-breadcrumbs {
        padding-top: 16px;
    }
}
