/* ======= Blog Post Layout Styles ======= */

.single-post-wrapper {
    max-width: 960px;
    margin: auto;
    padding: 30px 20px;
}

.post-feature-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

.post-category {
    display: inline-block;
    background: #e8e8e8;
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 10px;
}

.post-title {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    line-height: 1.3;
}

.post-author-meta {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.post-author-meta img {
    border-radius: 50%;
    margin-right: 15px;
}

.styled-content p {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.styled-content a {
    color: #3949ab;
    text-decoration: underline;
}

.styled-content h2,
.styled-content h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.styled-content ul {
    margin: 20px 0;
    padding-left: 20px;
    list-style: disc;
}

.styled-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.styled-content th,
.styled-content td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.styled-content thead {
    background: #f5f5f5;
    font-weight: bold;
}

.post-social-share {
    margin-top: 30px;
}

.post-social-share a {
    margin-right: 12px;
    font-size: 14px;
    color: #3949ab;
    text-decoration: underline;
}
