/* ===== General ===== */
.smart-post {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
}

.smart-post img,
.smart-post iframe,
.smart-post video {
    max-width: 100%;
    height: auto;
}

/* ===== Smart Pagination ===== */
.smart-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 32px 0;
}

.smart-pagination a {
    padding: 8px 14px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 18px;
}

.smart-pagination span {
    font-size: 15px;
}
