#eb .reset-heading .text-inherit {
    color: #213b83 !important;
    font-size: 30px;
}

#eb .eb-post-nickel {
    background: #c6d1f170;
    border: none !important;
    border-radius: 10px;
}

#eb .eb-post-nickel .eb-post-top {
    border-bottom: 3px solid #b6c5ed !important;
    padding: 10px !important;
}

#eb .eb-post-date {
    background-color: #c6d1f1;
    color: #213b83 !important;
    font-weight: 600;
    font-size: 14px !important;
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
}

#eb .btn-default {
    color: #ffffff !important;
    background-color: #e8442a !important;
    border: none !important;
    border-radius: 100px;
    text-transform: capitalize !important;
}

#eb .btn-default:hover {
    color: #ffffff !important;
    background-color: #af3121 !important;
    border: none !important;
    border-radius: 100px;
    text-transform: capitalize !important;
}

#eb .comma-seperator {
    font-weight: 600;
}

#eb .reset-heading {
    color: #213b83 !important;
}

#eb .eb-post-thumb .eb-post-image {
    background: transparent;
    border-radius: 20px !important;
    filter: brightness(90%);
}

#eb .eb-post-thumb .eb-post-image img {
    border-radius: 20px !important;
    filter: brightness(90%);
}

#fd .o-pagination, #fd .o-pagination__btn {
    background-color: rgb(255 255 255 / 0%);
}

#fd .text-gray-300 {
    color: #213b83 !important;
}

#fd .text-gray-500 {
    font-weight: 600 !important;
    color: #213b83 !important;
}

#fd .o-pagination__btn {
    border: none !important;
}

#fd .py-2xs {
    padding-top: 50px;
}