.lede {
    font-size: 19px;
    line-height: 1.55;
    color: #1A1A1A;
    font-weight: 500;
    margin-bottom: 28px;
}

p {
    font-size: 17px;
}

.blog-title {
    font-weight: 900;
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -0.035em;
    color: #1A1A1A;
    margin-bottom: 18px;
}

.blog-sub-title {
    font-weight: 900;
    font-size: 26px;
    letter-spacing: -0.02em;
    color: #1A1A1A;
    margin: 40px 0 14px 0;

}

.pull {
    background: #f5e9e9;
    border-left: 4px solid #FF8500;
    padding: 20px 24px;
    border-radius: 8px;
    margin: 28px 0;
    font-size: 17px;
    font-weight: 500;
    color: #1A1A1A;
}

.cta-card {
    background: #1A1A1A;
    border-radius: 18px;
    padding: 32px 28px;
    margin-top: 44px;
    color: #FFFFFF;
    text-align: center;
}

.table-wrap {
    background: #f5e9e9;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 24px 0;
}

.cta-btn {
    display: inline-block;
    background: #FF8500;
    color: #FFFFFF;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 16px;
}

.total {
    border-top: 2px solid #1A1A1A;
    margin-top: 8px;
    padding-top: 8px;
    font-weight: 600;
    color: #1A1A1A;
}

b,
strong {
    font-weight: 600 !important;
}

.nomargin {
    margin: 0 !important;
}

.pagination-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.pagination-wrapper .pagination {
    margin-bottom: 0;
}
.pagination-wrapper .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.pagination-wrapper .page-item {
    list-style: none;
    margin: 0;
}

.pagination-wrapper .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background: #fff;
    line-height: 1;
}

.pagination-wrapper .page-item.active .page-link {
    background: #FF8500;
    border-color: #FF8500;
    color: #fff;
}

.pagination-wrapper .page-item.disabled .page-link {
    color: #999;
    background: #f5f5f5;
    border-color: #e0e0e0;
}
