@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css?display=swap');

.sidebar-primary h1,
.sidebar-primary h2,
.sidebar-primary h3,
.sidebar-primary h4,
.sidebar-primary h5,
.sidebar-primary h6 {
    margin-top: 5px;
}

.prose-yuki strong,
.prose-yuki h1,
.prose-yuki h2,
.prose-yuki h3,
.prose-yuki h4,
.prose-yuki h5,
.prose-yuki h6,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}

.sidebar-primary img {
    margin-bottom: 0px;
    margin-top: 0px;
    border: none;
}

/* General Sections Style */
.border-bottom {
    border: none !important;
}

.section-heading:after,
.border-bottom:after {
    content: '';
    width: 100%;
    display: block;
    margin-top: 5px;
    height: 1px;
    background: linear-gradient(45deg, #04043E, transparent);
}


/**
* GCSE styles
*/
/* Search box */
.gsc-control-searchbox-only {
    display: flex;
}

.gsc-control-searchbox-only form.gsc-search-box {
    margin: auto;
    font-size: inherit;
}

form.gsc-search-box table.gsc-search-box {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box {
    border: none;
    background: transparent;
}

form.gsc-search-box table.gsc-search-box tr,
form.gsc-search-box table.gsc-search-box td,
form.gsc-search-box table.gsc-search-box table {
    border: none;
    border-collapse: collapse;
    margin: auto;
}

form.gsc-search-box table.gsc-search-box .gsc-input {
    padding: 0;
}

form.gsc-search-box table.gsc-search-box table.gsc-input td {
    padding: 0;
}

form.gsc-search-box table.gsc-search-box input.gsc-input {
    border: 1px solid #c5c6c5 !important;
    background: #ffffff;
    border-radius: 3px;
    display: block;
    transition: all .25s ease;
    width: 100%;
    color: inherit;
    font-size: inherit;
    padding: .3rem .75rem !important;
    margin: auto !important;
    height: auto !important;
}

form.gsc-search-box table.gsc-search-box input.gsc-input:focus {
    border-color: #4f46e5 !important;
    box-shadow: none;
    outline: none;
}

form.gsc-search-box table.gsc-search-box td.gsc-search-button {
    padding: 0px;
    min-width: 50px;
}

form.gsc-search-box table.gsc-search-box button.gsc-search-button {
    background-color: #4338ca;
    border-color: #4338ca;
    border: #4338ca;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    /* display: inline-flex; */
    min-height: 35px;
    width: 100%;
    padding: 0.85em 1.25em 0.85em 1.25em;
    text-decoration: none;
    transition: all .2s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

form.gsc-search-box table.gsc-search-box button.gsc-search-button:not(:disabled):hover {
    background-color: #17212a;
    border-color: #17212a;
    box-shadow: none;
    color: #ffffff;
}

form.gsc-search-box table.gsc-search-box .gsst_a .gscb_a {
    color: inherit;
    font-size: 1rem;
}

/* Suggestion box */
/* .gssb_c {
    margin-top: 30px;
} */

.gssb_c .gssb_e {
    box-shadow: none;
    border: none;
}

.gssb_c .gssb_e .gsc-completion-container {
    border: none;
    font-family: inherit;
    font-size: inherit;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15);
}

.gssb_c .gssb_e .gsc-completion-container .gssb_a {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.gssb_c .gssb_e .gsc-completion-container .gssb_a table {
    width: 100%;
}

.gssb_c .gssb_e .gsc-completion-container .gssb_a table tr td {
    padding-bottom: 5px;
    cursor: pointer;
}


/* [PopularPosts ] styles */
.popular-posts {
    justify-content: space-between;
}

.popular-posts .card-wrapper {
    width: 24.5%;
    margin-bottom: 15px;
}

@media all and (max-width: 981px) {
    .popular-posts .card-wrapper {
        width: 49.5%;
    }
}

@media all and (max-width: 767px) {
    .popular-posts .card-wrapper {
        width: 100%;
    }
}