/*
Theme Name: Job Schema Theme
Theme URI: https://parttimesampingan.com/
Author: Nama Anda
Author URI: https://parttimesampingan.com/
Description: Tema untuk job schema
Version: 1.0
License: GPL v2
Text Domain: job-schema-theme
*/

/* 
PROFESSIONAL STYLING UNTUK SINGLE PAGE, HOME, DAN JOB LIST
RESPONSIVE UNTUK TABLET & MOBILE
*/

/* SINGLE PAGE & HOME - HEADING DAN PARAGRAF PROFESSIONAL */
.single .entry-header .entry-title,
.single-post .entry-header .entry-title,
.page .entry-header .entry-title,
.home .entry-header .entry-title,
.home h1.page-title {
    margin: 3rem 0 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
}

/* Konten utama - clean dan professional */
.single .entry-content,
.single-post .entry-content,
.page .entry-content,
.home .entry-content {
    line-height: 1.8;
    color: #333;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 2rem auto;
}

/* Heading dalam konten */
.single .entry-content h2,
.single-post .entry-content h2,
.page .entry-content h2,
.home .entry-content h2 {
    margin: 3rem 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Paragraf dalam konten */
.single .entry-content p,
.single-post .entry-content p,
.page .entry-content p,
.home .entry-content p {
    margin-bottom: 1.8rem;
}

/* BLOG SLOGAN - EYE-CATCHING DESIGN */
.blog-slogan {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.2);
}

.slogan-title {
    margin: 0 0 1rem !important;
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slogan-text {
    margin: 0 auto !important;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 800px;
    color: rgba(255, 255, 255, 0.95);
}

.slogan-text strong {
    color: #ffd700;
    font-weight: 700;
}

.slogan-text em,
.slogan-text i {
    color: #a5d8ff;
    font-style: italic;
}

/* JOB LIST DI HOME - PROFESSIONAL TANPA BULLET */
.home .job-list,
.job-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 3rem 0;
}

.home .job-list li,
.job-list li {
    padding: 2rem;
    margin-bottom: 1.5rem;
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.home .job-list li:hover,
.job-list li:hover {
    border-color: #2563eb;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

/* Judul job list - clean */
.home .job-list h2,
.job-list h2,
.lowongan-archive .entry-title {
    margin: 0 0 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.home .job-list h2 a,
.job-list h2 a,
.lowongan-archive .entry-title a {
    text-decoration: none;
    color: inherit;
}

.home .job-list h2 a:hover,
.job-list h2 a:hover,
.lowongan-archive .entry-title a:hover {
    color: #2563eb;
}

/* Meta info job list */
.job-list .job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.job-list .meta-item {
    display: flex;
    align-items: center;
}

/* BREADCRUMB - MINIMALIS DAN PROFESSIONAL */
.breadcrumb {
    margin: 2rem 0;
    padding: 1rem 0;
    font-size: 0.9rem;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}

.breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .separator {
    margin: 0 0.5rem;
    color: #999;
}

/* ============================================
   TABLET RESPONSIVE (768px - 1024px)
   ============================================ */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .single .entry-header .entry-title,
    .single-post .entry-header .entry-title,
    .page .entry-header .entry-title,
    .home .entry-header .entry-title,
    .home h1.page-title {
        font-size: 2rem;
        margin: 2.5rem 0 1.8rem;
        padding-bottom: 0.8rem;
    }
    
    .single .entry-content,
    .single-post .entry-content,
    .page .entry-content,
    .home .entry-content {
        font-size: 1.05rem;
        margin: 1.8rem auto;
        max-width: 90%;
    }
    
    .single .entry-content h2,
    .single-post .entry-content h2,
    .page .entry-content h2,
    .home .entry-content h2 {
        font-size: 1.6rem;
        margin: 2.5rem 0 1.3rem;
    }
    
    /* Responsive Blog Slogan */
    .blog-slogan {
        margin: 2.5rem 0;
        padding: 2rem 1.5rem;
    }
    
    .slogan-title {
        font-size: 2rem;
    }
    
    .slogan-text {
        font-size: 1.1rem;
    }
    
    .home .job-list li,
    .job-list li {
        padding: 1.8rem;
        margin-bottom: 1.3rem;
    }
    
    .home .job-list h2,
    .job-list h2,
    .lowongan-archive .entry-title {
        font-size: 1.4rem;
    }
    
    .job-list .job-meta {
        gap: 1rem;
        font-size: 0.88rem;
    }
    
    .breadcrumb {
        margin: 1.8rem 0;
        font-size: 0.88rem;
    }
}

/* ============================================
   MOBILE RESPONSIVE (max-width: 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    .single .entry-header .entry-title,
    .single-post .entry-header .entry-title,
    .page .entry-header .entry-title,
    .home .entry-header .entry-title,
    .home h1.page-title {
        font-size: 1.8rem;
        margin: 2rem 0 1.5rem;
        padding-bottom: 0.7rem;
        border-bottom-width: 1px;
    }
    
    .single .entry-content,
    .single-post .entry-content,
    .page .entry-content,
    .home .entry-content {
        font-size: 1rem;
        line-height: 1.7;
        margin: 1.5rem auto;
        max-width: 95%;
        padding: 0 0.5rem;
    }
    
    .single .entry-content h2,
    .single-post .entry-content h2,
    .page .entry-content h2,
    .home .entry-content h2 {
        font-size: 1.5rem;
        margin: 2.2rem 0 1.2rem;
        padding-bottom: 0.4rem;
    }
    
    .single .entry-content p,
    .single-post .entry-content p,
    .page .entry-content p,
    .home .entry-content p {
        margin-bottom: 1.5rem;
    }
    
    /* Responsive Blog Slogan */
    .blog-slogan {
        margin: 2.5rem 0;
        padding: 2rem 1.5rem;
    }
    
    .slogan-title {
        font-size: 2rem;
    }
    
    .slogan-text {
        font-size: 1.1rem;
    }
    
    .home .job-list,
    .job-list {
        margin: 2.5rem 0;
    }
    
    .home .job-list li,
    .job-list li {
        padding: 1.5rem;
        margin-bottom: 1.2rem;
        border-radius: 5px;
    }
    
    .home .job-list h2,
    .job-list h2,
    .lowongan-archive .entry-title {
        font-size: 1.3rem;
        margin: 0 0 0.7rem;
    }
    
    .job-list .job-meta {
        gap: 0.8rem;
        font-size: 0.85rem;
        margin-top: 0.8rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .job-list .meta-item {
        margin-bottom: 0.3rem;
    }
    
    .breadcrumb {
        margin: 1.5rem 0;
        padding: 0.8rem 0;
        font-size: 0.85rem;
    }
    
    .breadcrumb .separator {
        margin: 0 0.4rem;
    }
}

/* ============================================
   SMALL MOBILE RESPONSIVE (max-width: 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .single .entry-header .entry-title,
    .single-post .entry-header .entry-title,
    .page .entry-header .entry-title,
    .home .entry-header .entry-title,
    .home h1.page-title {
        font-size: 1.6rem;
        margin: 1.8rem 0 1.3rem;
        padding-bottom: 0.6rem;
    }
    
    .single .entry-content,
    .single-post .entry-content,
    .page .entry-content,
    .home .entry-content {
        font-size: 0.95rem;
        line-height: 1.65;
        margin: 1.3rem auto;
        max-width: 100%;
        padding: 0 0.3rem;
    }
    
    .single .entry-content h2,
    .single-post .entry-content h2,
    .page .entry-content h2,
    .home .entry-content h2 {
        font-size: 1.3rem;
        margin: 2rem 0 1rem;
    }
    
    .single .entry-content p,
    .single-post .entry-content p,
    .page .entry-content p,
    .home .entry-content p {
        margin-bottom: 1.3rem;
    }
    
    /* Responsive Blog Slogan */
    .blog-slogan {
        margin: 2rem 0;
        padding: 1.5rem 1rem;
        border-radius: 8px;
    }
    
    .slogan-title {
        font-size: 1.7rem;
    }
    
    .slogan-text {
        font-size: 1rem;
    }
    
    .home .job-list,
    .job-list {
        margin: 2rem 0;
    }
    
    .home .job-list li,
    .job-list li {
        padding: 1.2rem;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    
    .home .job-list h2,
    .job-list h2,
    .lowongan-archive .entry-title {
        font-size: 1.2rem;
    }
    
    .job-list .job-meta {
        font-size: 0.8rem;
        gap: 0.6rem;
    }
    
    .breadcrumb {
        margin: 1.2rem 0;
        padding: 0.7rem 0;
        font-size: 0.8rem;
    }
    
    .breadcrumb .separator {
        margin: 0 0.3rem;
    }
}

/* ============================================
   EXTRA SMALL MOBILE RESPONSIVE (max-width: 360px)
   ============================================ */
@media screen and (max-width: 360px) {
    .single .entry-header .entry-title,
    .single-post .entry-header .entry-title,
    .page .entry-header .entry-title,
    .home .entry-header .entry-title,
    .home h1.page-title {
        font-size: 1.4rem;
        margin: 1.5rem 0 1rem;
    }
    
    .single .entry-content,
    .single-post .entry-content,
    .page .entry-content,
    .home .entry-content {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .single .entry-content h2,
    .single-post .entry-content h2,
    .page .entry-content h2,
    .home .entry-content h2 {
        font-size: 1.2rem;
        margin: 1.8rem 0 0.9rem;
    }
    
    /* Responsive Blog Slogan */
    .blog-slogan {
        margin: 1.5rem 0;
        padding: 1.2rem 0.8rem;
    }
    
    .slogan-title {
        font-size: 1.5rem;
    }
    
    .slogan-text {
        font-size: 0.95rem;
    }
    
    .home .job-list li,
    .job-list li {
        padding: 1rem;
    }
    
    .home .job-list h2,
    .job-list h2,
    .lowongan-archive .entry-title {
        font-size: 1.1rem;
    }
    
    .job-list .job-meta {
        font-size: 0.75rem;
    }
}












/* ===== BASE ===== */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* ===== HERO SECTION ===== */
.hero-section {
    padding: 3rem 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 3rem;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-description {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.hero-description strong {
    color: #2c3e50;
    font-weight: 600;
}

/* ===== JOBS SECTION ===== */
.section-header {
    margin-bottom: 2rem;
    text-align: center;
}

.section-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.section-subtitle {
    color: #7f8c8d;
    font-size: 1rem;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* ===== JOB CARD ===== */
.job-card {
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.job-card:hover {
    border-color: #005a87;
    box-shadow: 0 4px 12px rgba(0, 90, 135, 0.1);
    transform: translateY(-2px);
}

.job-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.job-date {
    color: #7f8c8d;
}

.job-status {
    background: #e3f2fd;
    color: #005a87;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.job-title {
    font-size: 1.25rem;
    color: #2c3e50;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.job-title a {
    color: inherit;
    text-decoration: none;
}

.job-title a:hover {
    color: #005a87;
}

.job-excerpt {
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    font-size: 0.95rem;
}

.job-card-footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 1.5rem;
}

/* ===== BUTTONS ===== */
.view-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #005a87;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.view-details-btn:hover {
    background: #004366;
}

.refresh-btn {
    display: inline-block;
    background: #005a87;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.refresh-btn:hover {
    background: #004366;
}

/* ===== PAGINATION ===== */
.pagination {
    margin: 3rem 0;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #005a87;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.pagination-btn:hover {
    background: #004366;
}

.pagination-numbers {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.pagination-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 0.5rem;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #005a87;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.pagination-number:hover {
    background: #f8f9fa;
    border-color: #005a87;
}

.pagination-number.current {
    background: #005a87;
    color: white;
    border-color: #005a87;
}

.pagination-dots {
    color: #7f8c8d;
    padding: 0 0.5rem;
}

/* ===== NO JOBS ===== */
.no-jobs {
    text-align: center;
    padding: 4rem 2rem;
    background: #fafafa;
    border-radius: 12px;
    margin: 3rem 0;
}

.no-jobs-content svg {
    color: #95a5a6;
    margin-bottom: 1.5rem;
}

.no-jobs h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.no-jobs p {
    color: #7f8c8d;
    margin-bottom: 2rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .main-container {
        padding: 0 0.75rem;
    }
    
    .hero-section {
        padding: 2rem 0;
        margin-bottom: 2rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .job-card {
        padding: 1.25rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .no-jobs {
        padding: 3rem 1rem;
    }
    
    .pagination-container {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .pagination-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.7rem;
    }
    
    .job-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .job-title {
        font-size: 1.1rem;
    }
    
    .pagination-numbers {
        gap: 0.25rem;
    }
    
    .pagination-number {
        min-width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}