.sa-article {
    max-width: 720px;
    margin: 0 auto;
    padding: 1.5rem;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.7;
    color: #242424;
}

.sa-article p {
    margin: 1.4em 0;
}

.sa-article h1,
.sa-article h2,
.sa-article h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.sa-hero {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* 
.sa-hero img {
    width: 100%;
    height: 65vh;
    min-height: 320px;
    max-height: 680px;
    object-fit: cover;
    display: block;
} */

.sa-inline,
.sa-wide figure,
.sa-gallery figure {
    margin: 2.5rem 0;
}

.sa-inline img {
    width: 100%;
    border-radius: 6px;
}

.sa-wide {
    max-width: 1100px;
    margin: 3rem auto;
}

.sa-wide img {
    width: 100%;
    border-radius: 8px;
}

.sa-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 3rem;
}

.sa-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .sa-article {
        font-size: 16px;
        padding: 1rem;
    }
}


.sa-author {
    max-width: 720px;
    margin: 1.5rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa-author-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sa-author img {
    border-radius: 50%;
}

.sa-author-meta {
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont;
}

.sa-author-name {
    font-weight: 600;
    font-size: 15px;
}

.sa-author-date {
    font-size: 13px;
    color: #6b6b6b;
}

/* Mobile */
@media (max-width: 768px) {
    .sa-author {
        padding: 0 1rem;
    }
}

.sa-medium {
    max-width: 520px;
    margin: 2.5rem auto;
}

.sa-medium img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}


/* Reading container */
.sa-header,
.sa-article {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title */
.sa-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin: 32px 0 12px;
    color: #111;
}

/* Author row */
.sa-author {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #555;
    margin-bottom: 32px;
}

/* Hero image */
.sa-hero img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
}

.sa-medium-image {
    margin: 40px auto;
    max-width: 760px;
}

.sa-medium-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


.sa-wide {
    max-width: 920px;
    margin: 48px auto;
}

.sa-wide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}



/* Container alignment */
.custom-stats-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

/* Align the number 0 next to it */
.custom-stats-wrapper .count-box {
    margin-left: -4px; /* Pulls the number closer to the smaller icon */
    font-size: 14px;
    vertical-align: middle;
}

/* Remove any Robeen template specific shadows/paddings */
.wpulike-robeen .wp_ulike_general_class {
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}