/*
Theme Name: AppNex Cloud Pro
Theme URI: https://appnex.cloud/
Author: Acep Sudrazat
Author URI: https://cariatuh.com/
Description: Premium modern WordPress theme untuk blog, portal berita, SEO, affiliate, dan direktori.
Version: 1.0
License: GPL v2 or later
Text Domain: appnexcloud
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.main-header {
    background: #111827;
    padding: 15px 0;
}

.logo {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.main-nav {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.post-card img {
    width: 100%;
    display: block;
}

.post-content {
    padding: 20px;
}

.post-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
}

.footer {
    background: #111827;
    color: #fff;
    padding: 30px 0;
    margin-top: 40px;
}


.mnp-breadcrumb {
    margin-bottom: 22px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.mnp-breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #6b7280;
}

.mnp-breadcrumb-item a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.mnp-breadcrumb-item.current {
    color: #374151;
    font-weight: 500;
}

.mnp-breadcrumb-separator {
    color: #c4c4c4;
}

@media (max-width: 600px) {

    .mnp-breadcrumb {
        padding: 10px 12px;
    }

    .mnp-breadcrumb-list {
        font-size: 13px;
    }
}