/* ========================================== */
/* NEWSPAPER STYLE - GRAY SCALE */
/* ========================================== */

body {
    background: #ffffff;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23paper)' opacity='0.05'/%3E%3C/svg%3E");
    background-repeat: repeat;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    color: #1a1a1a;
    min-height: 100vh;
}

/* ========================================== */
/* NAVBAR - Classic Black */
/* ========================================== */
.navbar {
    background: #000000 !important;
    border-bottom: 3px solid #888888;
    box-shadow: none;
}

.navbar .navbar-brand {
    color: #ffffff !important;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

.navbar .navbar-brand i {
    color: #888888;
}

.navbar .nav-link {
    color: #ffffff !important;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #888888 !important;
}

.navbar .btn-light {
    background: #888888;
    color: #000000;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.navbar .btn-light:hover {
    background: #ffffff;
}

.navbar .btn-outline-light {
    border: 1px solid #888888;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.navbar .btn-outline-light:hover {
    background: #888888;
    color: #000000;
}

/* ========================================== */
/* CARDS - Like Newspaper Columns */
/* ========================================== */
.card {
    background: #ffffff;
    border: 1px solid #222222;
    border-radius: 0px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
}

.card-body {
    padding: 20px 24px;
    background: #e8e5e0;
}

.card-header {
    background: #e8e5e0;
    border-bottom: 2px solid #222222;
    border-radius: 0px;
    padding: 12px 20px;
    font-weight: 700;
}

/* ========================================== */
/* POST BOX - Newspaper Style */
/* ========================================== */
.post-box {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 0px;
    padding: 16px;
}

.post-box .post-input {
    background: #e8e5e0;
    border: 1px solid #cccccc;
    border-radius: 0px;
    font-family: 'Georgia', serif;
}

/* ========================================== */
/* BUTTONS - Minimalist */
/* ========================================== */
.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    transition: all 0.3s;
    font-size: 0.8rem;
}

.btn-primary:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.btn-outline-primary {
    border: 1px solid #000000;
    border-radius: 0px;
    color: #000000;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-outline-primary:hover {
    background: #000000;
    color: #ffffff;
}

.btn-secondary {
    background: #888888;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-secondary:hover {
    background: #666666;
    color: #ffffff;
}

/* ========================================== */
/* BADGES - Like Newspaper Tags */
/* ========================================== */
.badge {
    background: #000000;
    color: #ffffff;
    border-radius: 0px;
    font-family: 'Arial', sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    padding: 4px 12px;
    font-weight: 700;
}

.badge-country {
    background: #888888;
    color: #ffffff;
    border-radius: 0px;
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: 700;
}

.badge.bg-secondary {
    background: #555555 !important;
    color: #ffffff;
    border-radius: 0px;
}

.badge.bg-light {
    background: #e8e5e0 !important;
    color: #000000;
    border-radius: 0px;
    border: 1px solid #cccccc;
}

/* ========================================== */
/* BORDERS - Like Newspaper Columns */
/* ========================================== */
.border-top {
    border-top: 2px solid #222222 !important;
}

.border-bottom {
    border-bottom: 2px solid #222222 !important;
}

.border {
    border: 1px solid #222222 !important;
}

/* ========================================== */
/* COMMENTS & REPLIES */
/* ========================================== */
.comment-item .bg-light {
    background: #e8e5e0 !important;
    border-radius: 0px !important;
}

.comment-item .bg-white {
    background: #ffffff !important;
    border: 1px solid #222222 !important;
    border-radius: 0px !important;
}

.comment-input {
    border-radius: 0px;
    background: #e8e5e0;
    border: 1px solid #cccccc;
    padding: 8px 16px;
}

.comment-input:focus {
    background: #d5d0c8;
    box-shadow: none;
    border-color: #000000;
}

.reply-input {
    border-radius: 0px !important;
    border: 1px solid #cccccc !important;
}

/* ========================================== */
/* LIKE, COMMENT, SHARE BUTTONS */
/* ========================================== */
.like-btn, .comment-toggle, .share-btn {
    transition: all 0.2s ease;
    padding: 6px 16px;
    border-radius: 0px;
    font-weight: 600;
    color: #222222 !important;
}

.like-btn:hover, .comment-toggle:hover, .share-btn:hover {
    background: #888888;
    color: #ffffff !important;
}

.like-btn.text-primary {
    color: #000000 !important;
    background: #888888;
}

/* ========================================== */
/* REPLY TOGGLE BUTTONS */
/* ========================================== */
.reply-toggle, .show-replies-btn {
    font-size: 0.75rem;
    color: #555555 !important;
    border-radius: 0px !important;
}

.reply-toggle:hover, .show-replies-btn:hover {
    color: #000000 !important;
    background: #888888 !important;
}

/* ========================================== */
/* PROFILE HEADER */
/* ========================================== */
.profile-header {
    background: #000000;
    border-radius: 0px;
    padding: 30px 0;
    border-bottom: 3px solid #888888;
}

/* ========================================== */
/* FOOTER - Classic Black */
/* ========================================== */
footer.bg-dark {
    background: #000000 !important;
    border-top: 3px solid #888888;
}

footer a {
    color: #888888 !important;
}

footer a:hover {
    color: #ffffff !important;
}

/* ========================================== */
/* RESPONSIVE */
/* ========================================== */
@media (max-width: 768px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .card-body {
        padding: 16px;
    }
    
    .navbar .navbar-brand {
        font-size: 1.2rem;
    }
}

/* ========================================== */
/* ✅ JOB TITLE - FORCE BLACK COLOR */
/* ========================================== */
.job-title {
    color: #000000 !important;
}

.job-desc {
    color: #222222 !important;
}

/* ========================================== */
/* ✅ FORM LABELS - FORCE BLACK COLOR */
/* ========================================== */
.form-label {
    color: #000000 !important;
}

.form-text {
    color: #000000 !important;
}