.single-post-page{
    background:#fff;
}

header#masthead{
    min-height: 165px;
  background-color: #000;
}

.post-hero{
    padding:60px 20px;
}

.post-hero__container{
    max-width:1200px;
    margin:auto;
}

.post-thumbnail img{
    width:100%;
    border-radius:18px;
    display:block;
}

.post-category{
    display:inline-block;
    margin-top:30px;
    padding:8px 18px;
    background:#0A84FF;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:14px;
}

.entry-title{
    margin:25px 0;
    font-size:48px;
    line-height:1.2;
    font-weight:700;
}

.post-meta{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    color:#666;
    font-size:15px;
}

.post-content-section{
    padding:70px 20px;
}

.content-container{
    max-width:780px;
    margin:auto;
}

.entry-content{
    font-size:18px;
    line-height:1.9;
    color:#333;
}

.entry-content h2,
.entry-content h3,
.entry-content h4{
    margin-top:50px;
    margin-bottom:20px;
}

.entry-content img{
    max-width:100%;
    height:auto;
    border-radius:12px;
}

.entry-content ul,
.entry-content ol{
    padding-left:24px;
}

.entry-content blockquote{
    margin:40px 0;
    padding:25px;
    border-left:4px solid #0A84FF;
    background:#f8f9fa;
}