/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Jobformore.com - Complete Job Board
 Author:       Jobformore
 Template:     generatepress
 Version:      3.5
*/

/* ============================================
   GLOBAL STYLES
   ============================================ */

body {
    background: #f3f5f7;
    color: #000000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   ENTRY HEADER (REMOVED FROM SINGLE PAGE)
   ============================================ */

.single-job .entry-header {
    display: none; /* Job title now inside meta box */
}

.entry-title {
    color: #000000 !important;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* ============================================
   JOB META BOX - NEW INNER BOX LAYOUT
   ============================================ */

.job-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 25px 0 30px;
    padding: 25px;
    background: #ffffff !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #000000 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Job Role Row (NEW - Inside Box) */
.job-role-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.job-role-title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    color: #000000 !important;
    line-height: 1.3;
}

/* Company Info Row */
.company-info-row {
    display: flex;
    align-items: center;
}

.company-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.company-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 4px;
    background: white;
    padding: 5px;
    border: 1px solid #e9ecef;
}

.company-name {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #000000 !important;
    transition: color 0.3s ease;
}

.company-name:hover {
    color: #0052a3 !important;
}

/* Experience and Salary Row */
.job-exp-salary-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.job-experience,
.job-salary {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000000 !important;
    font-size: 15px;
}

.job-experience {
    position: relative;
    padding-right: 20px;
}

.job-experience::after {
    content: '|';
    position: absolute;
    right: 0;
    color: #cccccc;
    font-weight: 300;
}

/* Location Row */
.job-location-row {
    display: flex;
    align-items: center;
}

.job-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000000 !important;
    font-size: 15px;
}

.job-location span a,
.job-location a {
    color: #000000 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-location span a:hover,
.job-location a:hover {
    color: #0066cc !important;
    text-decoration: underline;
}

/* Employment Type + Posted Ago Row (NEW) */
.employment-posted-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.employment-types-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.posted-ago-text {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.job-meta .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #0052a3;
    flex-shrink: 0;
}

/* Emoji Icons (Replaces Dashicons - 0 KB load!) */
.emoji-icon {
    font-size: 18px;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    width: 20px;
    height: 20px;
    text-align: center;
}

.job-experience .emoji-icon,
.job-salary .emoji-icon,
.job-location .emoji-icon {
    line-height: 20px;
}

/* ============================================
   EMPLOYMENT TYPE BADGES
   ============================================ */

.employment-types .badge,
.employment-types-inline .badge,
.job-card-types .badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    background: #e9ecef;
    color: #495057;
    transition: all 0.3s ease;
}

.badge-full_time {
    background: #28a745;
    color: white;
}

.badge-part_time {
    background: #17a2b8;
    color: white;
}

.badge-internship {
    background: #17a2b8;
    color: white;
}

.badge-contract {
    background: #ffc107;
    color: #333;
}

.badge-remote {
    background: #6f42c1;
    color: white;
}

.badge-hybrid {
    background: #fd7e14;
    color: white;
}

/* ============================================
   APPLY + SHARE BUTTON (CISCO-STYLE)
   ============================================ */

.apply-share-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.apply-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 35px;
    background: #0066cc;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,102,204,0.2);
    border: none;
}

.apply-now-btn:hover {
    background: #0052a3;
    box-shadow: 0 4px 8px rgba(0,102,204,0.3);
    transform: translateY(-2px);
}

/* Cisco-style Share Button */
.jfm-share-block {
    position: relative;
}

.jfm-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 25px;
    background: #ffffff;
    color: #0066cc !important;
    border: 2px solid #0066cc;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jfm-share-btn:hover {
    background: #0066cc;
    color: #ffffff !important;
}

.jfm-share-btn:hover .jfm-share-icon svg {
    color: #ffffff;
}

.jfm-share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jfm-share-icon svg {
    color: #0066cc;
    transition: color 0.3s ease;
}

/* Share Dropdown */
.jfm-share-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 220px;
}

.jfm-share-options {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.jfm-share-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #0066cc;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.jfm-share-option:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0,102,204,0.3);
    background: #0052a3;
}

.jfm-share-option svg {
    width: 22px;
    height: 22px;
    color: #ffffff;
}

.jfm-copy-feedback {
    margin-top: 10px;
    text-align: center;
    color: #28a745;
    font-size: 13px;
    font-weight: 600;
}

/* ============================================
   JOB DESCRIPTION CONTENT
   ============================================ */

.entry-content {
    margin: 30px 0;
    padding: 25px;
    background: #ffffff !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    line-height: 1.8;
    color: #000000 !important;
}

.section-heading {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px;
    color: #000000 !important;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid #0052a3;
}

.entry-content h2 {
    color: #000000 !important;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.entry-content h2.section-heading {
    margin-top: 0 !important;
    font-size: 24px;
    border-bottom: 2px solid #0052a3;
    padding-bottom: 12px;
}

.entry-content h3 {
    color: #000000 !important;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 18px;
}

.entry-content ul,
.entry-content ol {
    margin: 15px 0;
    padding-left: 25px;
    color: #000000 !important;
}

.entry-content li {
    margin: 8px 0;
    color: #000000 !important;
}

.entry-content p {
    color: #000000 !important;
}

/* ============================================
   KEY SKILLS (MOVED BELOW DESCRIPTION)
   ============================================ */

.job-skills-section {
    margin-top: 30px; /* Gap above key skills */
    padding-top: 1.5rem; /* Additional spacing */
}

.job-skills-section h3 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.job-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem; /* Gap between heading and tags */
}

.skill-tag {
    display: inline-block;
    padding: 8px 14px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s, color 0.3s;
}

.skill-tag:hover {
    background: #0073aa;
    color: #fff;
}

/* ============================================
   COMPANY OVERVIEW SECTION
   ============================================ */

.company-overview {
    margin-top: 50px; /* Increased gap above company section */
    padding: 25px;
    background: #ffffff !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #000000 !important;
}

.company-overview h4 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px;
    color: #000000 !important;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid #e0e0e0; /* Visible border */
}

.company-overview p {
    margin: 10px 0;
    line-height: 1.7;
    color: #000000 !important;
}

.company-overview a {
    color: #0052a3;
    text-decoration: none;
    font-weight: 500;
}

.company-overview a:hover {
    color: #003d7a;
    text-decoration: underline;
}

.company-description {
    margin-bottom: 20px;
}

/* ============================================
   COMPANY TAXONOMY PAGE (LINKEDIN-STYLE) - ENHANCED
   ============================================ */

.company-archive-header {
    background: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    padding: 50px 0;
    margin-bottom: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.company-info-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.company-header-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.company-logo-large {
    flex-shrink: 0;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.company-logo-large img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    display: block;
    background: #ffffff;
}

/* Logo Placeholder */
.company-logo-placeholder {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.logo-placeholder-text {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.company-details {
    flex: 1;
}

.company-details h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.company-overview-text {
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 16px;
    max-width: 900px;
}

.company-overview-text p {
    margin-bottom: 12px;
    color: #333 !important;
}

.company-website-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0052a3;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,82,163,0.3);
}

.company-website-btn:hover {
    background: #003d7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,82,163,0.4);
}

.company-jobs-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.company-jobs-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
}

/* Company Page Job Cards (Simplified) */
.company-jobs-section .job-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #ffffff;
}

.company-jobs-section .job-card-title {
    font-size: 20px;
    margin: 0;
}

.company-jobs-section .job-card-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 14px;
}

.company-jobs-section .job-card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Hide salary and employment type on company page */
.company-jobs-section .job-card-meta .job-salary,
.company-jobs-section .job-card-types {
    display: none;
}

/* ============================================
   PAGE HEADER
   ============================================ */

.page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.page-title {
    font-size: 32px;
    color: #000;
    margin: 0 0 10px 0;
}

.taxonomy-description {
    color: #666;
    line-height: 1.6;
}

/* ============================================
   JOBS GRID (TAXONOMY & ARCHIVE PAGES)
   ============================================ */

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

/* Job Role Page - Force Grid */
.tax-job-role .jobs-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* ============================================
   JOB CARD (ARCHIVE & TAXONOMY PAGES)
   ============================================ */

.job-card {
    padding: 25px;
    background: #ffffff !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.job-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    border-color: #0052a3;
}

.job-card-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
    padding: 5px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

.job-card-company {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
}

.job-card-company a {
    color: #666;
    text-decoration: none;
}

.job-card-company a:hover {
    color: #0052a3;
}

.job-card-title {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.job-card-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-card-title a:hover {
    color: #0052a3;
}

.job-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
    font-size: 14px;
    color: #666;
}

.job-card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.job-card-meta .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.job-card-types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}

.job-posted-ago {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.job-card-link {
    display: inline-block;
    margin-top: auto; /* Push to bottom */
    padding-top: 15px;
    color: #0052a3;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.job-card-link:hover {
    color: #003d7a;
    text-decoration: underline;
}

/* ============================================
   /jobs/ PAGE CUSTOM LAYOUT
   ============================================ */

.jobs-page-container {
    padding: 40px 0;
}

.jfm-job-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    transition: box-shadow 0.3s;
}

.jfm-job-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.jfm-job-card-left {
    flex-shrink: 0;
    margin-right: 20px;
}

.jfm-job-card-left .company-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.jfm-job-card-middle {
    flex-grow: 1;
}

.jfm-job-card-middle .company-name {
    color: #000 !important;
    font-size: 14px;
    margin-bottom: 5px;
}

.jfm-job-card-middle .job-title {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.jfm-job-card-middle .job-meta {
    color: #000 !important;
    font-size: 14px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    display: inline;
}

.jfm-job-card-middle .job-meta .separator {
    margin: 0 8px;
}

.jfm-job-card-right {
    flex-shrink: 0;
    margin-left: auto;
}

.view-details-btn {
    display: inline-block;
    padding: 10px 24px;
    background: #0073aa;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s;
}

.view-details-btn:hover {
    background: #005a87;
}

/* ============================================
   PAGINATION
   ============================================ */

.pagination {
    margin: 40px 0;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-numbers:hover,
.page-numbers.current {
    background: #0052a3;
    color: white;
}

/* ============================================
   MOBILE FOOTER GAP
   ============================================ */

@media (max-width: 768px) {
    .single-job .site-content,
    .single-job .site-main,
    .single-job article {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .single-job .inside-article {
        padding-bottom: 40px;
    }
    
    .single-job .site-footer {
        margin-top: 40px;
    }
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 992px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .tax-job-role .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .company-header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .company-logo-large {
        margin-bottom: 20px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media (max-width: 768px) {
    .jobs-grid {
        grid-template-columns: 1fr;
    }
    
    .tax-job-role .jobs-grid {
        grid-template-columns: 1fr;
    }
    
    /* Hide separator between location and experience on mobile */
    .job-card-meta .job-meta-separator {
        display: none;
    }
    
    /* Single Job Page Mobile Card Layout */
    .job-meta {
        padding: 20px 15px;
        gap: 15px;
    }
    
    .job-role-title {
        font-size: 22px;
    }
    
    .company-info {
        flex-direction: row;
        align-items: center;
    }
    
    .company-logo {
        width: 40px;
        height: 40px;
    }
    
    .company-name {
        font-size: 16px;
    }
    
    .job-exp-salary-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .job-experience::after {
        display: none;
    }
    
    .job-experience {
        padding-right: 0;
    }
    
    .job-location span {
        display: block;
    }
    
    .employment-posted-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    /* Apply + Share buttons on mobile - 85/15 split */
    .apply-share-wrapper {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        align-items: stretch;
    }
    
    .apply-now-btn {
        flex: 0 0 calc(85% - 5px);
        width: calc(85% - 5px);
    }
    
    /* Share button - Icon only on mobile */
    .jfm-share-block {
        flex: 0 0 calc(15% - 5px);
        width: calc(15% - 5px);
    }
    
    .jfm-share-btn {
        width: 100%;
        padding: 14px 4px !important;
        font-size: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        min-height: 48px;
        border: none !important;
        background: transparent !important;
        color: #0066cc !important;
    }
    
    .jfm-share-btn:hover {
        background: transparent !important;
        color: #0066cc !important;
        border: none !important;
    }
    
    /* Hide share text on mobile */
    .jfm-share-btn::after {
        content: '';
    }
    
    /* Keep icon visible and centered */
    .jfm-share-icon {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .jfm-share-icon svg {
        width: 24px;
        height: 24px;
        display: block;
        color: #0066cc !important;
    }
    
    /* Share dropdown on mobile - vertical layout */
    .jfm-share-dropdown {
        left: auto;
        right: 0;
        min-width: 200px;
        max-width: 280px;
    }
    
    .jfm-share-options {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .jfm-share-option {
        width: 100%;
        height: 48px;
        border-radius: 8px;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
    }
    
    .jfm-share-option svg {
        width: 24px;
        height: 24px;
    }
    
    /* Add labels to social icons on mobile */
    .jfm-share-facebook::after {
        content: 'Facebook';
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .jfm-share-twitter::after {
        content: 'X (Twitter)';
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .jfm-share-whatsapp::after {
        content: 'WhatsApp';
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .jfm-share-telegram::after {
        content: 'Telegram';
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .jfm-share-linkedin::after {
        content: 'LinkedIn';
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .jfm-share-copy::after {
        content: 'Copy Link';
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .page-title {
        font-size: 24px;
    }
    
    .job-card {
        padding: 20px;
    }
    
    /* /jobs/ page mobile */
    .jfm-job-card {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .jfm-job-card-left {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .jfm-job-card-right {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    
    .view-details-btn {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    /* Company page mobile */
    .company-archive-header {
        padding: 30px 0;
    }
    
    .company-header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .company-logo-large {
        margin-bottom: 20px;
    }
    
    .company-logo-large img {
        width: 100px;
        height: 100px;
    }
    
    .company-details h1 {
        font-size: 28px;
    }
    
    .company-overview-text {
        font-size: 15px;
    }
}

/* ============================================
   RESPONSIVE - SMALL MOBILE
   ============================================ */

@media (max-width: 480px) {
    .job-card-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .job-card-title {
        font-size: 18px;
    }
    
    /* Keep 80/20 layout even on small mobile */
    .jfm-share-dropdown {
        right: 0;
        left: auto;
        max-width: 90vw;
    }
}

/* ============================================
   NO RESULTS MESSAGE
   ============================================ */

.no-jobs-found {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 30px 0;
}

.no-jobs-found h2 {
    color: #666;
    margin-bottom: 15px;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-card {
    animation: fadeIn 0.5s ease-in-out;
}

.job-card:nth-child(1) { animation-delay: 0.1s; }
.job-card:nth-child(2) { animation-delay: 0.2s; }
.job-card:nth-child(3) { animation-delay: 0.3s; }
.job-card:nth-child(4) { animation-delay: 0.4s; }