    body {
        background-color: #000;
        color: #fff;
    }

    .single-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 2rem;
    }

    .post-hero-image {
        margin-bottom: 2rem;
        border-radius: 12px;
        overflow: hidden;
    }

    .post-hero-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
    }

    .post-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #fff;
    }

    .post-meta {
        font-size: 0.9rem;
        color: #aaa;
        margin-bottom: 1.5rem;
    }

    .post-content {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #eee;
    }

    .post-content a {
        color: #0ff;
    }

    .post-content a:hover {
        color: #0cf;
    }