/*
Theme Name: Cybotrix Job Portal
Theme URI: https://cybotrix.com/
Author: Cybotrix Technologies
Description: Lightweight Bootstrap 5 and Font Awesome WordPress theme for job listings and job detail pages.
Version: 1.0.0
Text Domain: cybotrix-jobs
*/

:root {
    --cyb-primary: #0b2e59;
    --cyb-accent: #0d6efd;
    --cyb-bg: #f5f7fb;
    --cyb-border: #e4e8ef;
    --cyb-text: #243447;
    --cyb-muted: #6c757d;
}

body {
    background: var(--cyb-bg);
    color: var(--cyb-text);
    font-family: Arial, Helvetica, sans-serif;
}

/* =====================================================
   BOOTSTRAP NESTED DROPDOWN
   ===================================================== */

.dropdown-menu .menu-item-has-children {
    position: relative;
}

.dropdown-menu .menu-item-has-children > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 230px;
    margin-top: -6px;
    margin-left: 4px;
    display: none;
}

.dropdown-menu .menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .submenu-toggle {
    position: relative;
    padding-right: 35px;
}

.submenu-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
}


/* Desktop */
@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu .menu-item-has-children:hover > .dropdown-menu {
        display: block;
    }
}


/* Mobile */
@media (max-width: 991.98px) {

    .dropdown-menu .menu-item-has-children > .dropdown-menu {
        position: static;
        display: block;
        margin: 4px 0 4px 15px;
        padding-left: 10px;
        border-left: 1px solid rgba(255,255,255,.15);
    }

    .submenu-arrow {
        transform: translateY(-50%) rotate(90deg);
    }
}

a {
    text-decoration: none;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid var(--cyb-border);
}

.site-branding {
    font-weight: 700;
    color: var(--cyb-primary);
    font-size: 1.35rem;
}

.main-navbar {
    background: var(--cyb-primary);
}

.main-navbar .nav-link,
.main-navbar .navbar-brand {
    color: #fff !important;
}

.content-wrap {
    padding: 24px 0 40px;
}

.job-card {
    background: #fff;
    border: 1px solid var(--cyb-border);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 3px 12px rgba(13, 46, 89, 0.04);
}

.job-card:hover {
    box-shadow: 0 7px 20px rgba(13, 46, 89, 0.08);
}

.job-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 700;
}

.job-title a {
    color: var(--cyb-primary);
}

.job-meta {
    color: var(--cyb-muted);
    font-size: 0.92rem;
    margin-bottom: 12px;
}

.job-meta span {
    margin-right: 14px;
    display: inline-block;
}

.job-excerpt {
    line-height: 1.65;
    color: #495767;
}

.btn-cyb {
    background: var(--cyb-primary);
    border-color: var(--cyb-primary);
    color: #fff;
}

.btn-cyb:hover {
    background: #071f3d;
    border-color: #071f3d;
    color: #fff;
}

.ad-slot {
    background: #fff;
    border: 1px dashed #aeb8c5;
    border-radius: 10px;
    min-height: 250px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a96a5;
    text-align: center;
    margin-bottom: 20px;
}

.ad-slot.sticky-ad {
    position: sticky;
    top: 20px;
}

.job-detail-card,
.taxonomy-card {
    background: #fff;
    border: 1px solid var(--cyb-border);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
}

.job-detail-card h1 {
    color: var(--cyb-primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.taxonomy-card h4 {
    color: var(--cyb-primary);
    font-size: 1.05rem;
    font-weight: 700;
}

.taxonomy-pill {
    display: inline-block;
    padding: 6px 10px;
    margin: 4px 4px 4px 0;
    border-radius: 20px;
    background: #eef4ff;
    color: var(--cyb-primary);
    font-size: 0.88rem;
}

.site-footer {
    background: #3f5065;
    color: #dbe4ef;
    padding: 26px 0;
}

.site-footer a {
    color: #fff;
}

.pagination-wrap .page-numbers {
    display: inline-block;
    padding: 7px 11px;
    margin-right: 4px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--cyb-border);
}

.pagination-wrap .current {
    background: var(--cyb-primary);
    color: #fff;
}

@media (max-width: 991.98px) {
    .ad-column {
        display: none;
    }

    .content-wrap {
        padding-top: 16px;
    }
}


/* =========================================================
   JOB LIST CARD - HOME 6 COLUMN
   ========================================================= */

.job-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e4eaf2;
    border-radius: 18px;
    padding: 30px 34px 28px 40px;
    margin-bottom: 24px;
    box-shadow: 0 10px 28px rgba(22, 34, 51, 0.08);
    overflow: hidden;
}

.job-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #0d6efd;
}

.job-card:hover {
    box-shadow: 0 14px 34px rgba(22, 34, 51, 0.12);
}

.job-title {
    margin: 0 0 22px;
    font-size: 1.55rem;
    line-height: 1.35;
    font-weight: 700;
}

.job-title a {
    color: #172033;
    text-decoration: none;
}

.job-title a:hover {
    color: #0d6efd;
}

.job-posted-date {
    color: #30343b;
    font-size: 1rem;
    margin-bottom: 6px;
}

.job-excerpt {
    color: #67758a;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 22px;
}

.job-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 12px;
    margin: 0 0 30px;
}

.job-skill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    background: #f2f6fb;
    border: 1px solid #dce4ee;
    border-radius: 999px;
    color: #3c4c62;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: all .2s ease;
}

.job-skill:hover {
    background: #e9f2ff;
    border-color: #b9d5ff;
    color: #0d6efd;
}

.job-card-footer {
    border-top: 1px solid #e6ebf1;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.job-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-view-job {
    min-width: 178px;
    padding: 11px 20px;
    border: 1.5px solid #0d6efd;
    border-radius: 11px;
    background: #ffffff;
    color: #0d6efd;
    font-weight: 700;
}

.btn-view-job:hover {
    background: #0d6efd;
    color: #ffffff;
}

.btn-apply-job {
    min-width: 168px;
    padding: 11px 20px;
    border: 1.5px solid #198754;
    border-radius: 11px;
    background: #198754;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 7px 16px rgba(25, 135, 84, 0.17);
}

.btn-apply-job:hover {
    background: #157347;
    border-color: #157347;
    color: #ffffff;
}

.job-number {
    color: #9ba7b8;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .job-card {
        padding: 24px 20px 22px 26px;
        border-radius: 14px;
    }

    .job-title {
        font-size: 1.28rem;
        margin-bottom: 16px;
    }

    .job-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .job-actions {
        width: 100%;
    }

    .btn-view-job,
    .btn-apply-job {
        min-width: 0;
        flex: 1 1 auto;
    }

    .job-number {
        align-self: flex-end;
    }
}


/* =========================================================
   PROFESSIONAL BOOTSTRAP TOP NAVIGATION
   ========================================================= */

.site-header {
    background: #ffffff;
    border-bottom: 0;
    box-shadow: 0 3px 16px rgba(18, 39, 63, 0.08);
    position: relative;
    z-index: 1030;
}

.site-topbar {
    background: #071f3d;
    color: #c9d6e6;
    font-size: 0.84rem;
    padding: 8px 0;
}

.site-topbar a {
    color: #ffffff;
    text-decoration: none;
}

.site-topbar a:hover {
    color: #dceaff;
}

.main-navbar {
    background: #4c7bb4;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}

.site-branding {
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-right: 28px;
}

.nav-logo {
    max-height: 48px;
    width: auto;
}

.main-navbar .navbar-nav {
    gap: 3px;
}

.main-navbar .nav-link {
    color: rgba(255, 255, 255, 0.93) !important;
    font-size: 0.94rem;
    font-weight: 600;
    padding: 24px 14px !important;
    border-radius: 7px;
    transition: background-color .2s ease, color .2s ease;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus,
.main-navbar .nav-item.current-menu-item > .nav-link,
.main-navbar .nav-item.current-menu-parent > .nav-link {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.10);
}

.main-navbar .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: 0.15em;
}

.main-navbar .dropdown-menu {
    min-width: 240px;
    padding: 9px;
    margin-top: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(22, 34, 51, 0.14) !important;
}

.main-navbar .dropdown-item {
    color: #36465a;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 7px;
    padding: 10px 12px;
}

.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus {
    color: #0d6efd;
    background: #f0f6ff;
}

.main-navbar .dropdown-menu .dropdown-menu {
    margin-left: 0.3rem;
}

.navbar-toggler {
    border-color: rgba(255,255,255,.35);
}

/* Category / Tag page heading */
.listing-heading-card {
    background: #ffffff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 5px 18px rgba(22, 34, 51, 0.05);
}

.listing-heading-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: #eef5ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.listing-page-title {
    color: #172033;
    font-size: 1.45rem;
    font-weight: 750;
    margin: 1px 0 4px;
}

.listing-page-description {
    color: #68768a;
    line-height: 1.65;
    font-size: 0.94rem;
}

.listing-page-description p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .main-navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .main-navbar {
        padding: 10px 0;
    }

    .main-navbar .nav-link {
        padding: 11px 8px !important;
    }

    .main-navbar .navbar-nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .main-navbar .dropdown-menu {
        background: rgba(255, 255, 255, 0.07);
        box-shadow: none !important;
        padding: 4px 8px;
    }

    .main-navbar .dropdown-item {
        color: rgba(255,255,255,.9);
    }

    .main-navbar .dropdown-item:hover,
    .main-navbar .dropdown-item:focus {
        color: #ffffff;
        background: rgba(255,255,255,.10);
    }
}


/* =========================================================
   VERSION 1.3 - CLEAN WHITE LAYOUT + THIN STICKY NAV
   ========================================================= */

html,
body {
    background: #ffffff !important;
}

body {
    color: #243447;
}

/* No content above navigation */
.site-topbar {
    display: none !important;
}

/* Thin sticky Bootstrap navigation */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #0b2e59;
    border: 0;
    box-shadow: 0 2px 10px rgba(13, 46, 89, 0.10);
}

.admin-bar .site-header {
    top: 32px;
}

.main-navbar {
    min-height: 54px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #4c7bb4;
}

.site-branding {
    font-size: 1.08rem;
    margin-right: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-logo {
    max-height: 38px;
    width: auto;
}

.main-navbar .nav-link {
    font-size: 0.88rem;
    font-weight: 600;
    padding: 14px 11px !important;
}

.main-navbar .dropdown-menu {
    margin-top: 0;
}

/* Main page area */
.content-wrap {
    padding: 22px 0 40px;
    background: #ffffff;
}

/* Ad slots must remain completely clean */
.ad-slot {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 0;
    display: block;
    color: inherit;
    text-align: initial;
    margin-bottom: 20px;
}

.ad-column {
    background: transparent !important;
    border: 0 !important;
}

.sticky-ad {
    border: 0 !important;
    background: transparent !important;
}

/* Small Bootstrap-style job action buttons */
.btn-view-job,
.btn-apply-job {
    min-width: 0;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.375rem;
}

.btn-view-job {
    font-weight: 600;
}

.btn-apply-job {
    font-weight: 600;
    box-shadow: none;
}

/* Keep content cards clean against white page */
.listing-heading-card {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .main-navbar {
        min-height: 52px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-navbar .nav-link {
        padding: 9px 7px !important;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}


/* =========================================================
   VERSION 1.4 - FIXED SIDEBARS + SCROLLABLE LISTING COLUMN
   ========================================================= */

/* Remove border/shadow from all content blocks */
.job-card,
.job-detail-card,
.taxonomy-card,
.listing-heading-card,
.clean-content-card {
    border: 0 !important;
    box-shadow: none !important;
}

/* Keep job card visual structure but without border/shadow */
.job-card {
    background: #ffffff;
}

/* Detail page */
.job-detail-card,
.taxonomy-card {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
}

/* Breadcrumb */
.job-breadcrumb-wrap {
    background: transparent;
}

.job-breadcrumb {
    font-size: 0.86rem;
    background: transparent;
    padding: 0;
}

.job-breadcrumb a {
    color: #0d6efd;
    text-decoration: none;
}

.job-breadcrumb a:hover {
    text-decoration: underline;
}

.job-breadcrumb .active {
    color: #6c757d;
}

/* Fixed / sticky 3-column side areas */
.fixed-side-column {
    position: relative;
}

.sticky-side-inner {
    position: sticky;
    top: 76px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
}

/* Scrollable middle 6-column listing */
.scrollable-job-column {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

/* Keep scrollbar subtle */
.scrollable-job-column::-webkit-scrollbar,
.sticky-side-inner::-webkit-scrollbar {
    width: 6px;
}

.scrollable-job-column::-webkit-scrollbar-track,
.sticky-side-inner::-webkit-scrollbar-track {
    background: transparent;
}

.scrollable-job-column::-webkit-scrollbar-thumb,
.sticky-side-inner::-webkit-scrollbar-thumb {
    background: rgba(108, 117, 125, 0.28);
    border-radius: 10px;
}

/* Category/tag heading without borders/shadows */
.listing-heading-card {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

/* Ads remain visually empty/clean */
.ad-slot,
.ad-column,
.sticky-side-inner {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Desktop behavior only */
@media (min-width: 992px) {
    .listing-layout-row {
        min-height: calc(100vh - 76px);
    }
}

/* Mobile/tablet: natural page scroll */
@media (max-width: 991.98px) {
    .scrollable-job-column {
        max-height: none;
        overflow-y: visible;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .sticky-side-inner {
        position: static;
        max-height: none;
        overflow: visible;
    }
}


/* =========================================================
   VERSION 1.5 - TRUE FIXED SIDEBARS + NORMAL PAGE SCROLL
   ========================================================= */

/* Middle listing column uses normal document scroll */
.scrollable-job-column,
.listing-job-column {
    max-height: none !important;
    overflow: visible !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    scrollbar-width: auto;
}

/* Fixed sidebars are removed from layout on desktop.
   The 6-column listing is centered with a 3-column offset. */
@media (min-width: 992px) {

    .listing-job-column {
        margin-left: 25%;
    }

    .listing-fixed-left,
    .listing-fixed-right,
    .detail-fixed-right {
        position: fixed !important;
        top: 72px;
        z-index: 10;
        height: calc(100vh - 82px);
        overflow: hidden;
    }

    .listing-fixed-left,
    .listing-fixed-right {
        width: 240px;
    }

    .detail-fixed-right {
        width: 240px;
    }

    .listing-fixed-left {
        left: calc((100vw - 960px) / 2);
    }

    .listing-fixed-right,
    .detail-fixed-right {
        right: calc((100vw - 960px) / 2);
    }

    .listing-fixed-left .sticky-side-inner,
    .listing-fixed-right .sticky-side-inner,
    .detail-fixed-right .sticky-side-inner {
        position: static !important;
        top: auto !important;
        max-height: calc(100vh - 82px);
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .listing-fixed-left,
    .listing-fixed-right,
    .detail-fixed-right {
        width: 285px;
    }

    .listing-fixed-left {
        left: calc((100vw - 1140px) / 2);
    }

    .listing-fixed-right,
    .detail-fixed-right {
        right: calc((100vw - 1140px) / 2);
    }
}

@media (min-width: 1400px) {
    .listing-fixed-left,
    .listing-fixed-right,
    .detail-fixed-right {
        width: 330px;
    }

    .listing-fixed-left {
        left: calc((100vw - 1320px) / 2);
    }

    .listing-fixed-right,
    .detail-fixed-right {
        right: calc((100vw - 1320px) / 2);
    }
}

/* Details page leaves 3-column visual space for the fixed right sidebar */
@media (min-width: 992px) {
    .single-post .content-wrap .col-lg-9 {
        width: 75%;
    }
}

/* Mobile / tablet returns to normal Bootstrap flow */
@media (max-width: 991.98px) {
    .listing-job-column {
        margin-left: 0;
    }

    .listing-fixed-left,
    .listing-fixed-right,
    .detail-fixed-right {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
}

/* =========================================================
   JOB DETAILS TYPOGRAPHY
   ========================================================= */

.job-content {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #36465a;
}

.job-content p {
    margin-bottom: 0.95rem;
    font-size: 0.96rem;
    line-height: 1.72;
}

.job-content ul,
.job-content ol {
    padding-left: 45px;
    margin-bottom: 1rem;
    list-style-type: square !important;
}

.wp-block-quote{
	border-left: 5px solid #b96d6d !important;
    padding-left: 8px !important;
}

.job-content ul li,
.job-content ol li {
    margin-bottom: 0.42rem;
    font-size: 0.95rem;
    line-height: 1.65;
}

.job-detail-card > h1:first-child {
    font-size: 1.65rem !important;
    line-height: 1.3;
    margin-bottom: 0.85rem;
}

.job-content h1 {
    font-size: 1.42rem !important;
    line-height: 1.35;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.job-content h2 {
    font-size: 27px !important;
    line-height: 1.4;
    margin-top: 1.35rem;
    margin-bottom: 0.7rem;
	color:blue !important;
}

.job-content h3 {
    font-size: 25px !important;
    line-height: 1.4;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
	color:darkorange !important;
}

/* =========================================================
   PROFESSIONAL JOB PORTAL FOOTER
   ========================================================= */

.site-footer {
    position: relative;
    z-index: 20;
    background: #3f5065;
    color: #cbd7e5;
    padding: 48px 0 0;
    margin-top: 40px;
}

.footer-widget {
    font-size: 0.91rem;
    line-height: 1.65;
}

.footer-widget-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget-title::after {
    content: "";
    width: 34px;
    height: 2px;
    background: #0d6efd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.site-footer ul,
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer ul li,
.footer-links li {
    margin-bottom: 8px;
}

.site-footer a {
    color: #cbd7e5;
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer a:hover {
    color: #ffffff;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    color: #ffffff !important;
    font-weight: 700;
}

.footer-bottom {
    margin-top: 30px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: #93a5ba;
    font-size: 0.82rem;
}


/* =========================================================
   VERSION 1.6 - LIST SPACING / COLUMN PADDING
   ========================================================= */

/* Space between every job item */
.listing-job-column .job-card {
    margin-bottom: 28px !important;
}

/* Job title size in Home / Category / Tag listing */
.listing-job-column .job-title {
    font-size: 21px !important;
    line-height: 1.4;
    margin-bottom: 14px;
}

/* Inner spacing for both 3-column side areas */
.listing-fixed-left,
.listing-fixed-right,
.detail-fixed-right {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

/* Keep ad content comfortably inside each column */
.listing-fixed-left .sticky-side-inner,
.listing-fixed-right .sticky-side-inner,
.detail-fixed-right .sticky-side-inner {
    padding-left: 8px;
    padding-right: 8px;
}

/* Preserve normal Bootstrap spacing on smaller screens */
@media (max-width: 991.98px) {
    .listing-fixed-left,
    .listing-fixed-right,
    .detail-fixed-right {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .listing-fixed-left .sticky-side-inner,
    .listing-fixed-right .sticky-side-inner,
    .detail-fixed-right .sticky-side-inner {
        padding-left: 0;
        padding-right: 0;
    }
}


/* =========================================================
   VERSION 1.7 - APPLY URL + COMPACT TAXONOMY IN LIST
   ========================================================= */

/* Compact tags/skills inside post listing */
.listing-job-column .job-skills {
    gap: 6px 6px !important;
    margin: 0 0 14px !important;
}

.listing-job-column .job-skill {
    min-height: 0 !important;
    padding: 4px 8px !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 600;
    border-radius: 12px;
}

/* Compact category/meta area in listing */
.listing-job-column .job-meta,
.listing-job-column .job-posted-date {
    font-size: 12px !important;
    line-height: 1.3;
    margin-bottom: 6px !important;
}

.listing-job-column .job-meta span {
    margin-right: 8px !important;
}

/* Reduce excess spacing around excerpt/taxonomy */
.listing-job-column .job-excerpt {
    margin-bottom: 12px !important;
    font-size: 14px;
    line-height: 1.55;
}

.listing-job-column .job-card-footer {
    padding-top: 14px !important;
    margin-top: 2px;
}
