/* ========================================== */
/* HOME PAGE - NEWSPAPER CLASSIC STYLE       */
/* ========================================== */

/* ========================================== */
/* NEWSPAPER HEADER                          */
/* ========================================== */
.newspaper-header {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
}

.newspaper-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.newspaper-edition {
    font-family: 'Georgia', serif;
    font-size: 0.7rem;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newspaper-title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: #000000;
    letter-spacing: -1px;
    margin: 0;
}

.newspaper-date {
    font-family: 'Georgia', serif;
    font-size: 0.7rem;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newspaper-tagline {
    font-family: 'Georgia', serif;
    font-size: 0.9rem;
    color: #666666;
    font-style: italic;
    margin: 5px 0 0;
    border-top: 1px solid #dddddd;
    padding-top: 8px;
}

/* ========================================== */
/* HERO BANNER                               */
/* ========================================== */
.hero-banner {
    background: #000000;
    color: #ffffff;
    padding: 25px 30px;
    margin-bottom: 30px;
    border: 2px solid #000000;
}

.hero-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 0;
}

.hero-title i {
    color: #888888;
}

.hero-subtitle {
    font-family: 'Georgia', serif;
    font-size: 1rem;
    color: #cccccc;
    font-style: italic;
    margin: 8px 0 12px;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.badge-black {
    background: #ffffff;
    color: #000000;
    padding: 4px 14px;
    font-size: 0.7rem;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-gray {
    background: #444444;
    color: #ffffff;
    padding: 4px 14px;
    font-size: 0.7rem;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-btn-browse {
    border-color: #ffffff !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
}

.hero-btn-browse:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

.hero-free-text {
    font-family: 'Georgia', serif;
    font-size: 0.75rem;
    color: #888888;
    margin-top: 8px;
}

.hero-footer {
    border-top: 1px solid #333333;
    padding-top: 12px;
    margin-top: 15px;
}

.hero-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.hero-footer-links span {
    font-family: 'Georgia', serif;
    font-size: 0.8rem;
    color: #888888;
}

.hero-footer-links span i {
    color: #666666;
}

/* ========================================== */
/* JOB CARDS - GRID VIEW                    */
/* ========================================== */
.job-card {
    border: 1px solid #dddddd;
    border-radius: 0px;
    transition: all 0.3s ease;
    height: 100%;
}

.job-card:hover {
    border-color: #000000;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.job-card-body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
}

.job-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.badge-gray-small {
    background: #f5f0eb;
    color: #666666;
    padding: 2px 10px;
    font-size: 0.65rem;
    font-family: 'Georgia', serif;
    border: 1px solid #dddddd;
}

.job-title-home {
    font-family: 'Times New Roman', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000000;
    margin: 6px 0 4px;
}

.job-salary {
    font-family: 'Georgia', serif;
    font-size: 0.85rem;
    color: #333333;
    margin-bottom: 10px;
}

.job-salary strong {
    color: #000000;
}

.btn-view-job {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    padding: 4px 14px;
    font-size: 0.7rem;
    font-family: 'Georgia', serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 0px;
    width: fit-content;
}

.btn-view-job:hover {
    background: #000000;
    color: #ffffff;
}

/* ========================================== */
/* VIEW ALL BUTTONS                          */
/* ========================================== */
.btn-view-all {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    padding: 10px 30px !important;
    font-size: 0.85rem !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-view-all:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

.btn-post-job {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

.btn-post-job:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* ========================================== */
/* MY APPLICATIONS                           */
/* ========================================== */
.my-applications {
    margin-top: 35px;
    border-top: 2px double #000000;
    padding-top: 20px;
}

.my-applications-title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 1.6rem;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.apps-table {
    font-family: 'Georgia', serif;
    border-collapse: collapse;
    width: 100%;
}

.apps-table thead {
    background: #000000;
    color: #ffffff;
}

.apps-table thead th {
    padding: 10px 14px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.apps-table tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.85rem;
}

.apps-table tbody tr:hover {
    background: #f5f0eb;
}

.status-badge {
    padding: 3px 12px;
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
}

.status-pending {
    background: #ffc107;
    color: #000000;
}

.status-approved {
    background: #28a745;
    color: #ffffff;
}

.status-rejected {
    background: #dc3545;
    color: #ffffff;
}

.status-shortlisted {
    background: #17a2b8;
    color: #ffffff;
}

.btn-view-all-apps {
    color: #000000;
    font-family: 'Georgia', serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
}

.btn-view-all-apps:hover {
    color: #666666;
    border-bottom-color: #666666;
}

/* ========================================== */
/* ALERT CUSTOM                              */
/* ========================================== */
.alert-custom {
    border-radius: 0px;
    border-left: 4px solid #000000;
}

/* ========================================== */
/* RESPONSIVE - MOBILE                       */
/* ========================================== */
@media (max-width: 992px) {
    .newspaper-title {
        font-size: 1.8rem;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .newspaper-header-inner {
        flex-direction: column;
        gap: 4px;
    }
    
    .newspaper-title {
        font-size: 1.6rem;
    }
    
    .hero-banner {
        padding: 18px 16px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
    }
    
    .hero-badges {
        gap: 5px;
    }
    
    .badge-black,
    .badge-gray {
        font-size: 0.6rem;
        padding: 3px 10px;
    }
    
    .hero-footer-links {
        gap: 10px;
    }
    
    .hero-footer-links span {
        font-size: 0.7rem;
    }
    
    .job-card-body {
        padding: 12px 14px;
    }
    
    .job-title-home {
        font-size: 0.95rem;
    }
    
    .btn-hero-browse {
        font-size: 0.8rem !important;
        padding: 8px 16px !important;
    }
    
    .my-applications-title {
        font-size: 1.3rem;
    }
    
    .apps-table thead th,
    .apps-table tbody td {
        padding: 6px 8px;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .newspaper-title {
        font-size: 1.3rem;
    }
    
    .newspaper-edition,
    .newspaper-date {
        font-size: 0.6rem;
    }
    
    .newspaper-tagline {
        font-size: 0.75rem;
    }
    
    .hero-title {
        font-size: 1.2rem;
    }
    
    .hero-subtitle {
        font-size: 0.75rem;
    }
    
    .hero-badges {
        gap: 4px;
    }
    
    .badge-black,
    .badge-gray {
        font-size: 0.5rem;
        padding: 2px 8px;
    }
    
    .hero-footer-links {
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-footer-links span {
        font-size: 0.65rem;
    }
    
    .job-title-home {
        font-size: 0.85rem;
    }
    
    .job-salary {
        font-size: 0.75rem;
    }
    
    .btn-view-job {
        font-size: 0.6rem;
        padding: 3px 10px;
    }
    
    .btn-view-all {
        font-size: 0.7rem !important;
        padding: 8px 20px !important;
    }
    
    .my-applications-title {
        font-size: 1.1rem;
    }
}