/*
Theme Name: LorKlinika
Description: A modern and clean WordPress theme for medical clinics and healthcare websites. Features responsive design, custom post types for services, and professional styling perfect for healthcare professionals.
Version: 1.0.0
Author: LorKlinika Team
Author URI: @SergZay
Theme URI: https://lorklinika.com/
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lorklinika
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Tags: medical, healthcare, clinic, responsive, custom-post-types, translation-ready, accessibility-ready, custom-logo, featured-images, threaded-comments, custom-background, custom-colors, custom-header, custom-menu, editor-style, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, two-columns, wide-blocks
*/

@media (min-width: 992px) {
    .specialists-grid__list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 768px) {
    .specialists-grid__card {
        width: 100%;
    }
}
.specialists-grid__thumb img {
    max-height: 400px;
    object-position: top;
}

body .header__social {
	justify-content: center;
}

body .specialists-grid__btn {
	display: none;
}