/*
Theme Name: Xinsheng Classic Theme
Theme URI: https://xinsheng-elec.com
Author: AR ISLAM
Author URI: https://xinsheng-elec.com/personnel/ar-islam
Description: Xinsheng Electronic Original Theme
Version: 2.33
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, flexible-header, blog, portfolio
Text Domain: xinsheng-classic-theme
*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5 !important;
}

/* All Taxonomy Pages [Applications, Markets, Categories] */
.taxonomy-layout,
.page-layout {
    margin-top: -70px;
}

@media (max-width: 950px) {

    .taxonomy-layout,
    .page-layout {
        margin-top: 0;
    }
}


.highlighted-control {
    border: 2px solid #0073aa !important;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.4);
    border-radius: 4px;
    transition: all 0.2s ease;
}