.post-title {
    font-size: 2rem;
    font-weight: 550;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.post-divider {
    width: 100px;
    height: 4px;
    background: #30389e;
    margin: 1.5rem 0rem;
    border-radius: 2px;
}

.post-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.post-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.post-body h2,
.post-body h3,
.post-body h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.post-body p {
    margin-bottom: 1.5rem;
}

.post-body img {
    max-width: 100%;
    height: auto;
    margin: 0.2rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post-body ul,
.post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.post-body blockquote {
    border-left: 4px solid #3498db;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #7f8c8d;
}

.category-tags-wrapper {
    display: inline;
}

.tags-blogs {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tags-blogs:hover {
    color: #2980b9;
    text-decoration: underline;
}

.blogs-link {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blogs-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .post-title {
        font-size: 2rem;
    }

    .post-subtitle {
        font-size: 1.2rem;
    }

    .post-body {
        font-size: 1rem;
    }
}