/**
 * Custom CSS for CMS pages only.
 * Loaded only when viewing a CMS page (child theme: RoboticRental).
 */

/* Add your CMS page–specific styles below */

.breadcrumbs ul {
    color: var(--text-color) !important;
    font-size: var(--ft-size-medium) !important;
    text-transform: var(--ft-transform-capitalize) !important;
}
@media (max-width: 768px) {
    .breadcrumbs {
        display: none !important;
    }
}