/* Blog theme overrides */
.blog .news-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.blog-empty-state {
    padding: 48px 16px;
    text-align: center;
}

.blog-empty-state p {
    font-size: 1.125rem;
    color: #4D5461;
    margin: 0;
}

.blog-details-img img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-details-text img {
    max-width: 100%;
    height: auto;
}

.blog-details .blog-details-text {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.blog-details .blog-details-text table {
    max-width: 100%;
}

.blog-details-box-img img {
    width: 100%;
    object-fit: cover;
}

.comment-box-item-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.latest-blog-box-item-inner-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.blog-details-meta {
    margin-top: 12px;
    color: #4D5461;
    font-size: 0.95rem;
}

.blog-comment-empty {
    padding: 16px 0;
    color: #4D5461;
}

.logo img {
    max-height: 48px;
    width: auto;
}

.mobile-header .logo img {
    max-height: 40px;
}

.visually-hidden {
    display: none !important;
}

/* Restore tags/share row hidden by theme on phones */
@media (max-width: 767px) {
    .blog-details .blog-details-tag {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
    }

    .blog-details .border-b {
        display: flex;
        flex-wrap: wrap;
    }

    .blog-details .border-b > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }
}
