/* MCB - Home page styles (ported from rcp03/ss/mcb/mcb.css, homepage-relevant rules only, adapted to Bootstrap 5) */

.hd {
    border-left: 3px solid #009900;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

/* Intro/hero text block (from legacy .hm-txt) */
.mcb-hero-text {
    padding-bottom: 14px;
    line-height: 20px;
    border-bottom: 2px solid #009900;
}

/* Section headers (from legacy .hd2-2 / .hd2-1) */
.mcb-section-title {
    color: #009900;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Latest vacancies list (from legacy .jobEnty) */
.mcb-job-entry {
    border-bottom: 1px dashed #afc0ba;
}
.mcb-job-entry .mcb-job-title {
    color: #37638a;
    font-weight: bold;
    text-decoration: none;
}
.mcb-job-entry .mcb-job-title:hover {
    color: #009900;
}

/* Sidebar panels */
.panel-custome .panel-box { border-bottom: 1px solid #ddd; }
.panel-custome .panel-box:last-child { border: 0; }
.search-input.form-control-custom { background-color: #e3e3e3; border: 0; }

/* Spacing helpers used on the home layout */
.pd0 { padding: 0; }
.pd10 { padding: 10px; }
.pd15 { padding: 15px; }
.pd20 { padding: 20px; }
.pdTB5 { padding-top: 5px; padding-bottom: 5px; }
.pdTB10 { padding-top: 10px; padding-bottom: 10px; }
.mgnT10 { margin-top: 10px; }
.text-lg { font-size: 17px; }

@media (max-width: 768px) {
    .home-job-list { margin-top: -24px; }
}
