
.afr-post-item {
    text-align: center;
}

.afr-title {
    font-size: 28px;
    font-weight: bold;
}

.afr-thumbnail {
    margin: 20px 0;
}

.afr-excerpt {
    max-width: 800px;
    margin: 20px auto;
    font-size: 16px;
    color: #333;
}

.afr-read-more {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.afr-read-more:hover {
    background-color: #213559;
    color: white;
}

.afr-pagination {
    margin-top: 40px;
    text-align: center;
}

.afr-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.afr-pagination li {
    display: inline-block;
}

.afr-pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: #213559;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    transition: background 0.3s, color 0.3s;
}

.afr-pagination .page-numbers.current {
    background-color: #213559;
    color: #fff;
}

.afr-pagination .page-numbers:hover {
    background-color: #213559;
    color: white;
}

.material-symbols-rounded {
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24;
    font-size: 22px;
    line-height: 1;
}
