/* Mixro Starter 2.0 Style - Exact Reproduction */
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:400,500,700&display=swap');

body {
    background-color: #fbfbfb;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}

/* Header & Nav */
.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 40px 0;
    margin-bottom: 40px;
}

.site-title {
    font-family: 'PT Serif', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
}

.site-description {
    color: #888;
    font-size: 1.1rem;
    font-style: italic;
}

/* Post Container (The Box) */
.post-outer {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
    position: relative;
}

.post-title {
    font-family: 'PT Serif', serif;
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-title a { color: #222; text-decoration: none; }
.post-title a:hover { color: #007bff; }

.post-timestamp {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

/* Labels */
.post-labels a {
    background: #f1f3f5;
    color: #666;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-right: 5px;
    text-transform: capitalize;
}

/* Footer */
.site-footer {
    background: #232323;
    color: #aaa;
    padding: 50px 0;
    margin-top: 60px;
    font-size: 0.9rem;
}

.site-footer a { color: #fff; }/* Navigation Bar */
.navbar-custom {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.nav-link {
    color: #666 !important;
    font-weight: 500;
    margin-right: 15px;
}
.nav-link:hover { color: #007bff !important; }

/* Search Box */
.search-form {
    position: relative;
    max-width: 250px;
}
.search-input {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 0.9rem;
    width: 100%;
}

/* Post Image (Thumbnail) */
.post-thumbnail {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
}/* Post Footer & Labels */
.post-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f8f9fa; /* Garis nipis pemisah */
}

.post-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Jarak antara label */
    font-size: 0.8rem;
}

.label-item {
    background-color: #f1f3f5;
    color: #666 !important;
    padding: 3px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 500;
}

.label-item:hover {
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none;
}

/* Tambah ikon tag kalau nak nampak lebih pro */
.label-item::before {
    content: "#";
    margin-right: 3px;
    opacity: 0.5;
}

/* MathJax Spacing */
.MathJax_Display { margin: 20px 0 !important; }
