.binge-bank-content h2{
    font-weight: 900;
}

.binge-bank-content .category-description{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.binge-bank-post-list{
    list-style: decimal;
    margin-left:30px;
}

..binge-bank-post-list a{
    background-color: none;;
}

.binge-bank-post-list{
    margin-bottom: 2rem;
}

.binge-bank-post-list a{
    border-bottom: 2px solid  black !important;
    font-weight: 900;
}

.binge-bank-post-list a:hover{
    color: black !important;
}

.binge-bank-content h2{
    font-size: 30px;
}

.binge-button{
    border-bottom: 2px solid  var(--wp--preset--color--accent-2) !important;
    font-weight: 900;
}

.first-pill{
    background-color: var(--wp--preset--color--accent-2);
    color: white;
    font-weight: 600;
}

.first-pill:hover{
    background-color: var(--wp--preset--color--accent-2) !important;
    color: white !important;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.sticky{
    position: sticky;
}

.page-id-5334 .formkit-form[data-uid="143327f0c5"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="143327f0c5"][min-width~="800"] [data-style="clean"] {
    padding: 10px;
    padding-top: 15px !important;
}

.page-id-5334 form.formkit-form[data-format="inline"] {
    margin-bottom: 5px;
}

.binge-bank-post-list a{
    color: black !important;
    text-decoration: none !important;
}

.binge-bank-category-sidebar{
    list-style: none;
}
.binge-bank-category-sidebar li a{
    padding: 10px;
    background-color: #f0f0f0;
    text-decoration: none !important;
    color: black;
    margin-bottom: 5px;
    border-radius: 6px;
}

.binge-bank-category-sidebar a{
    text-decoration: none !important;
    color: black;
}

.binge-bank-category-sidebar{
    padding-left: 0px;
}

.binge-bank-category-sidebar li {
    margin-bottom: 10px;
    width: 100%;
}

.binge-bank-category-sidebar li a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    text-decoration: none !important;
    color: black;
    border-radius: 6px;
    box-sizing: border-box;
}

.binge-bank-category-sidebar li a:hover {
    background-color: black !important;
	color: white !important;
}

.binge-bank-category a{
    text-decoration: none !important;
    color: black !important;
}

.first-pill{
    background-color: black !important;
    color: white !important;
    font-weight: 600 !important;
}