/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra Child Theme for Job Marketplace
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ============================================
   TABLE OF CONTENTS
   ============================================
   1. JOB DETAILS (Single Job Page)
   2. JOB ARCHIVE (Jobs Grid)
   3. JOB SEARCH & FILTERS
   4. BREADCRUMBS
   5. RELATED JOBS
   6. SHARE BUTTONS
   7. PAGE TEMPLATE STYLES
   8. SIDEBAR
   9. CANDIDATE DASHBOARD
   10. EMPLOYER DASHBOARD
   11. PAGINATION
   12. FOOTER
   13. RESPONSIVE
   14. PADDING FIX (Single Job Page)
   ============================================ */

/* ============================================
   1. JOB DETAILS (Single Job Page)
   ============================================ */

/* Meta таблица */
.job-meta-table {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
}

.job-meta-table h3 {
    margin: 0 0 20px;
    font-size: 1.5rem;
    color: #0f172a;
}

.job-details-table {
    width: 100%;
    border-collapse: collapse;
}

.job-details-table tr {
    border-bottom: 1px solid #e2e8f0;
}

.job-details-table tr:last-child {
    border-bottom: none;
}

.job-details-table th {
    text-align: left;
    padding: 15px 15px 15px 0;
    width: 140px;
    color: #475569;
    font-weight: 500;
}

.job-details-table td {
    padding: 15px 0;
    color: #0f172a;
    font-weight: 500;
}

/* Job Description */
.job-description {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.job-description h2 {
    font-size: 1.8rem;
    color: #0f172a;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #2563eb;
}

.job-description h2:first-of-type {
    margin-top: 0;
}

.job-description p {
    line-height: 1.8;
    color: #334155;
    margin-bottom: 20px;
}

/* Apply Button */
.job-apply-cell {
    margin-top: 30px;
    text-align: center;
}

.job-apply-button {
    display: inline-block;
    background: #2563eb;
    color: white !important;
    padding: 16px 50px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -2px rgba(37, 99, 235, 0.3);
}

.job-apply-button:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.4);
    color: white;
}

/* Post Navigation */
.post-navigation {
    margin: 60px 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.post-navigation a {
    display: block;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
}

.post-navigation a:hover {
    background: white;
    border-color: #2563eb;
    transform: translateY(-2px);
}

/* ============================================
   2. JOB ARCHIVE (Jobs Grid)
   ============================================ */

.page-header {
    margin-bottom: 40px;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #333;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.job-card {
    background: white;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.05);
}

.job-card:hover {
    border-color: #2563eb;
    box-shadow: 0 12px 20px -8px rgba(37, 99, 235, 0.15);
    transform: translateY(-3px);
}

.job-card .job-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 12px;
}

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

.job-card .job-title a:hover {
    color: #2563eb;
}

.job-card .job-company {
    font-weight: 500;
    color: #2563eb;
    margin-bottom: 15px;
    display: block;
}

.job-card .job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    color: #4b5563;
    font-size: 0.95rem;
    margin: 15px 0;
    padding: 12px 0;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
}

.job-card .job-type-badge {
    background: #e8f0fe;
    color: #2563eb;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
}

.job-card .job-logo-placeholder {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    float: left;
}

.job-card .job-excerpt {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 15px 0;
}

.job-card .job-read-more {
    display: inline-block;
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s;
}

.job-card .job-read-more:hover {
    transform: translateX(5px);
    color: #1d4ed8;
}

/* Featured Job Badge */
.featured-badge {
    display: inline-block;
    background: #10b981;
    color: #92400e;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* ============================================
   3. JOB SEARCH & FILTERS
   ============================================ */

.job-search-wrapper {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.05);
}

.job-search-form .search-fields {
    display: flex;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.job-search-form .search-field {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 40px;
    font-size: 1rem;
}

.job-search-form .search-field:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

.job-search-form .search-button {
    padding: 14px 30px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.job-search-form .search-button:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

/* Job Filters */
.job-filters {
    margin: 20px 0;
    text-align: right;
}

#job-type-filter {
    padding: 10px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 40px;
    font-size: 0.95rem;
    background: white;
    cursor: pointer;
    min-width: 200px;
}

/* ============================================
   4. BREADCRUMBS
   ============================================ */

.astra-child-breadcrumbs a {
    color: #2563eb;
    text-decoration: none;
}

.astra-child-breadcrumbs a:hover {
    text-decoration: underline;
}

.astra-child-breadcrumbs .separator {
    margin: 0 8px;
    color: #9ca3af;
}

/* ============================================
   5. RELATED JOBS
   ============================================ */

.related-jobs-section {
    margin-top: 50px;
    padding: 30px;
    background: #f0f9ff;
    border: 1px solid #2563eb;
    border-radius: 12px;
}

.related-jobs-section h3 {
    color: #1e3a8a;
    font-size: 24px;
    margin-bottom: 20px;
}

.related-jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-job-card {
    background: white;
    border: 1px solid #93c5fd;
    border-radius: 8px;
    padding: 20px;
}

.related-job-card h4 {
    margin: 0 0 10px;
}

.related-job-card h4 a {
    color: #1e40af;
    font-weight: bold;
    text-decoration: none;
}

.related-job-company {
    color: #2563eb;
    font-weight: 500;
    margin: 8px 0;
}

.related-job-location {
    color: #4b5563;
    margin: 5px 0;
}

.related-job-link {
    display: inline-block;
    margin-top: 10px;
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
}

/* ============================================
   6. SHARE BUTTONS
   ============================================ */

.share-buttons-section {
    margin: 40px 0 20px;
    padding: 25px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.share-buttons-section h4 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #1f2937;
}

.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0a66c2;
}

.share-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ============================================
   7. PAGE TEMPLATE STYLES
   ============================================ */

.page .entry-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.page .entry-title {
    font-size: 2.5rem;
    margin: 0;
    color: #333;
}

.page .entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/* ============================================
   8. SIDEBAR
   ============================================ */

.page .content-area {
    width: 70%;
    float: left;
}

.page .widget-area {
    width: 28%;
    float: right;
    margin-left: 2%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.page.left-sidebar .content-area {
    float: right;
}

.page.left-sidebar .widget-area {
    float: left;
    margin-left: 0;
    margin-right: 2%;
}

.page.no-sidebar .content-area {
    width: 100%;
    float: none;
}

.page.no-sidebar .widget-area {
    display: none;
}

/* ============================================
   9. CANDIDATE DASHBOARD
   ============================================ */

.candidate-dashboard {
    max-width: 1200px;
    margin: 40px auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.dashboard-header {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    padding: 40px;
    text-align: center;
}

.dashboard-header h1 {
    color: white;
    margin: 0 0 10px;
    font-size: 2.2rem;
}

.dashboard-tabs {
    padding: 30px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Profile Form */
.candidate-profile-form {
    max-width: 800px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #1e293b;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
}

.save-profile-button {
    background: #2563eb;
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

/* Applications Table */
.applications-table {
    width: 100%;
    border-collapse: collapse;
}

.applications-table th {
    padding: 15px;
    background: #f8fafc;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
}

.applications-table td {
    padding: 15px;
    border-bottom: 1px solid #eef2f6;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.85rem;
}

.status-pending {
    background: #fff7ed;
    color: #c2410c;
}

.status-reviewing {
    background: #e8f0fe;
    color: #2563eb;
}

.status-accepted {
    background: #e6f7e6;
    color: #166534;
}

/* ============================================
   10. EMPLOYER DASHBOARD
   ============================================ */

.employer-dashboard {
    max-width: 1200px;
    margin: 40px auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.employer-jobs-table {
    width: 100%;
    border-collapse: collapse;
}

.employer-jobs-table th {
    background: #f8fafc;
    padding: 15px;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
}

.employer-jobs-table td {
    padding: 15px;
    border-bottom: 1px solid #eef2f6;
}

.button-small {
    display: inline-block;
    padding: 6px 12px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85rem;
    margin-right: 5px;
}

.button-small.delete {
    background: #ef4444;
}

.post-job-form {
    max-width: 800px;
}

.submit-job-button {
    background: #2563eb;
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

/* ============================================
   11. PAGINATION
   ============================================ */

.jobs-pagination {
    margin-top: 50px;
    text-align: center;
}

.jobs-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    color: #4b5563;
    text-decoration: none;
}

.jobs-pagination .page-numbers:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.jobs-pagination .page-numbers.current {
    background: #2563eb;
    border-color: #2563eb;
    color: white;
}

/* ============================================
   12. FOOTER
   ============================================ */

.custom-copyright {
    text-align: center;
    padding: 20px;
    color: #999;
    background: #0a0a0a;
    border-top: 1px solid #333;
}

/* Премахване на "Powered by Astra" */
.site-footer .astra-footer-copyright {
    display: none;
}

/* ============================================
   13. RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jobs-grid,
    .related-jobs-grid {
        grid-template-columns: 1fr;
    }
    
    .page .content-area,
    .page .widget-area {
        width: 100%;
        float: none;
        margin: 0;
    }
    
    .page .widget-area {
        margin-top: 30px;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        justify-content: center;
    }
    
    .post-navigation {
        flex-direction: column;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .tab-navigation {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .job-meta-table {
        padding: 15px;
    }
    
    .job-details-table th {
        width: 100px;
        font-size: 14px;
    }
    
    .job-apply-button {
        width: 100%;
        padding: 14px 20px;
    }
}

/* ============================================
   14. PADDING FIX (Single Job Page)
   ============================================ */

/* Премахваме padding-а от #primary */
body.single-jobs #primary {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Добавяме padding към колоната, която държи съдържанието */
body.single-jobs .ast-col-xs-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
}

/* Хлебни трохи – без допълнителен padding */
body.single-jobs .astra-child-breadcrumbs {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Мобилна версия */
@media (max-width: 768px) {
    body.single-jobs .ast-col-xs-12 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/* ============================================
   ПОСЛЕДЕН ОПИТ – Padding върху всичко
   ============================================ */

body.single-jobs .entry-content,
body.single-jobs .job-meta-table,
body.single-jobs .astra-child-breadcrumbs,
body.single-jobs .related-jobs-section,
body.single-jobs .share-buttons-section,
body.single-jobs .post-navigation {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
/* ============================================
   МАКСИМАЛНА СИЛА – директно върху body
   ============================================ */

body.single-jobs {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

body.single-jobs #primary,
body.single-jobs .site-main,
body.single-jobs .ast-container,
body.single-jobs .ast-row,
body.single-jobs .ast-col-xs-12,
body.single-jobs .entry-content,
body.single-jobs .job-meta-table,
body.single-jobs .astra-child-breadcrumbs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.single-jobs .job-meta-table,
body.single-jobs .entry-content,
body.single-jobs .astra-child-breadcrumbs,
body.single-jobs .related-jobs-section,
body.single-jobs .share-buttons-section,
body.single-jobs .post-navigation {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
/* ============================================
   ФИНАЛНО РЕШЕНИЕ – Еднакъв padding за всичко
   ============================================ */

/* 1. Премахваме всички външни padding-и от контейнерите */
body.single-jobs .ast-container,
body.single-jobs .ast-row,
body.single-jobs .ast-col-xs-12,
body.single-jobs .entry-content,
body.single-jobs .job-meta-table,
body.single-jobs .astra-child-breadcrumbs,
body.single-jobs .related-jobs-section,
body.single-jobs .share-buttons-section,
body.single-jobs .post-navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 2. Добавяме padding само към основните секции */
body.single-jobs .job-meta-table,
body.single-jobs .entry-content,
body.single-jobs .related-jobs-section,
body.single-jobs .share-buttons-section,
body.single-jobs .post-navigation {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

/* 3. Хлебните трохи вече имат padding от style, не ги пипаме */
/* User Menu */
.astra-child-user-menu-wrapper {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
}

.user-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.user-greeting {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.dashboard-link {
    background: #2563eb;
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.dashboard-link:hover {
    background: #1d4ed8;
    color: white;
}

.login-link, .logout-link {
    color: #333;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.2s;
}

.login-link:hover, .logout-link:hover {
    background: #e2e8f0;
}

.register-link {
    background: #2563eb;
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.register-link:hover {
    background: #1d4ed8;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .user-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* ============================================
   AUTH BUTTONS
   ============================================ */

.astra-child-auth-buttons {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
}

.auth-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.user-greeting {
    font-weight: 500;
    color: #1e293b;
    font-size: 14px;
}

.dashboard-btn, .post-job-btn, .login-btn, .register-btn, .logout-btn {
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.dashboard-btn {
    background: #2563eb;
    color: white;
}

.dashboard-btn:hover {
    background: #1d4ed8;
    color: white;
    transform: translateY(-2px);
}

.post-job-btn {
    background: #10b981;
    color: white;
}

.post-job-btn:hover {
    background: #059669;
    color: white;
    transform: translateY(-2px);
}

.login-btn {
    background: transparent;
    color: #2563eb;
    border: 1px solid #2563eb;
}

.login-btn:hover {
    background: #2563eb;
    color: white;
}

.register-btn {
    background: #2563eb;
    color: white;
}

.register-btn:hover {
    background: #1d4ed8;
    color: white;
    transform: translateY(-2px);
}

.logout-btn {
    background: #ef4444;
    color: white;
}

.logout-btn:hover {
    background: #dc2626;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-buttons {
        justify-content: center;
    }
}
/* ============================================
   AUTH BUTTONS IN HEADER
   ============================================ */

.astra-child-auth-buttons {
    background: #f8fafc;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.auth-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}

.auth-buttons .user-greeting {
    color: #475569;
    font-weight: 500;
    margin-right: 10px;
}

.auth-buttons a {
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s;
}

.auth-buttons .login-btn {
    color: #2563eb;
    background: white;
    border: 1px solid #e2e8f0;
}

.auth-buttons .login-btn:hover {
    background: #f1f5f9;
}

.auth-buttons .register-btn,
.auth-buttons .post-job-btn {
    background: #2563eb;
    color: white;
}

.auth-buttons .register-btn:hover,
.auth-buttons .post-job-btn:hover {
    background: #1d4ed8;
}

.auth-buttons .dashboard-btn {
    background: #10b981;
    color: white;
}

.auth-buttons .dashboard-btn:hover {
    background: #059669;
}

.auth-buttons .logout-btn {
    color: #64748b;
    border: 1px solid #e2e8f0;
    background: white;
}

.auth-buttons .logout-btn:hover {
    background: #f1f5f9;
}

@media (max-width: 768px) {
    .auth-buttons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}
/* ============================================
   USER MENU STYLES
   ============================================ */

.astra-child-user-menu-wrapper {
    background: #f8fafc;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.user-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.user-menu .user-greeting {
    color: #475569;
    font-weight: 500;
    margin-right: 10px;
}

.user-menu a {
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 6px;
    transition: all 0.2s;
    font-weight: 500;
}

.user-menu .login-link {
    color: #2563eb;
    background: white;
    border: 1px solid #e2e8f0;
}

.user-menu .login-link:hover {
    background: #f1f5f9;
}

.user-menu .register-link {
    background: #2563eb;
    color: white;
}

.user-menu .register-link:hover {
    background: #1d4ed8;
}

.user-menu .dashboard-link {
    background: #10b981;
    color: white;
}

.user-menu .dashboard-link:hover {
    background: #059669;
}

.user-menu .logout-link {
    color: #64748b;
    border: 1px solid #e2e8f0;
    background: white;
}

.user-menu .logout-link:hover {
    background: #f1f5f9;
}

@media (max-width: 768px) {
    .user-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}
.candidate-dashboard .tab-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eef2f6;
    padding-bottom: 15px;
}

.candidate-dashboard .tab-link {
    padding: 10px 20px;
    background: #f1f5f9;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s;
}

.candidate-dashboard .tab-link:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.candidate-dashboard .tab-link.active {
    background: #2563eb;
    color: white;
}

.tab-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eef2f6;
    padding-bottom: 15px;
}

.tab-button {
    background: none;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    border-radius: 8px;
}

.tab-button:hover {
    background: #f1f5f9;
    color: #2563eb;
}

.tab-button.active {
    background: #2563eb;
    color: white;
}