
@font-face { font-family: NunitoSans; src: url('font/NunitoSans-Light.ttf'); }

body {
    font-family: NunitoSans, 'Calibri', 'Arial', 'sans-serif';
    font-weight: 300;
    margin: 0;
}

.light-theme {
    --dbp-override-background: #ffffff;
    --dbp-override-content: #222120;
    --dbp-override-content-surface: var(--dbp-override-content);
    --dbp-override-on-content-surface: var(--dbp-override-background);

    --dbp-override-primary: #3775c1;
    --dbp-override-primary-surface: var(--dbp-override-primary);
    --dbp-override-on-primary-surface: var(--dbp-override-on-content-surface);
    --dbp-override-primary-surface-border-color: var(--dbp-override-primary-surface);

    --dbp-override-secondary: #222120;
    --dbp-override-secondary-surface: #ffffff;
    --dbp-override-on-secondary-surface: var(--dbp-override-on-content-surface);
    --dbp-override-secondary-surface-border-color: var(--dbp-override-secondary-surface);

    --dbp-override-muted: #767676;
    --dbp-override-muted-surface: var(--dbp-override-muted);
    --dbp-override-on-muted-surface: var(--dbp-override-on-content-surface);
    --dbp-override-muted-surface-border-color: var(--dbp-override-muted-surface);

    --dbp-override-accent: #9e1e4d;
    --dbp-override-accent-surface: var(--dbp-override-accent);
    --dbp-override-on-accent-surface: var(--dbp-override-on-content-surface);
    --dbp-override-accent-surface-border-color: var(--dbp-override-accent-surface);

    --dbp-override-info: #38808a;
    --dbp-override-info-surface: var(--dbp-override-info);
    --dbp-override-on-info-surface: var(--dbp-override-on-content-surface);
    --dbp-override-info-surface-border-color: var(--dbp-override-info-surface);

    --dbp-override-success: #338555;
    --dbp-override-success-surface: #5ec189;
    --dbp-override-on-success-surface: #222120;
    --dbp-override-success-surface-border-color: var(--dbp-override-success-surface);

    --dbp-override-warning: #bf8808;
    --dbp-override-warning-surface: #f9cc66;
    --dbp-override-on-warning-surface: #222120;
    --dbp-override-warning-surface-border-color: var(--dbp-override-warning-surface);


    --dbp-override-danger: #cc3232;
    --dbp-override-danger-surface: var(--dbp-override-danger);
    --dbp-override-on-danger-surface: var(--dbp-override-on-content-surface);
    --dbp-override-danger-surface-border-color: var(--dbp-override-danger-surface);

    --dbp-override-border: 1px solid #000000;
    --dbp-override-border-radius: 0px;
}

a {
    color: #3775c1;
    font-weight: 700;
}

.header {
    display: flex;
    flex-direction: column;
    height: 1px;
    padding-bottom: 40px;
    background-color: white;

    position: sticky;
    top: 63px;
    z-index: 10;
}

button {
    border: 1px black solid;
    background-color: white;
    color: black;
    font-family: 'NunitoSans', 'Calibri', 'Arial', 'sans-serif';
    font-size: 1em;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    padding: 5px 24px;
    font-weight: 400;
    /* margin: 0.2rem; */
}

.is-primary {
    padding: 0.2rem 1rem;
    border: 1px solid #3775c1;
    background-color: #3775c1;
    color: white;
}

.scroll-down {
    height: 40px;
    width: 40px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ais-SearchBox-submit {
    left: .6rem;
}

.ais-SearchBox-input {
    padding: .9rem 1.7rem .9rem 1.9rem;
}

/* starter page */

#starter {
    flex: 1;
    padding: 8rem;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: url('dbp_logo_small_on_white.svg');
    background-repeat: no-repeat;
    background-size: 80rem;
    background-position: right -25em bottom -22em;

    max-width: 2650px;
}

#line-1 {
    font-size: 1.2em;
    letter-spacing: 4px;
    font-weight: 400;
    padding: 0.5rem 0;
}

#line-2 {
    font-size: 3rem;
    letter-spacing: 6px;
    font-weight: 700;
    padding: 0;
}

#line-3 {
    font-size: 3em;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.2rem;
    padding: 1.5rem 0;
}

#line-4 {
    width: 26em;
    font-size: 1.2em;
    margin: 1rem 0;
}

.starter-searchbar {
    display: flex;
    padding: 1rem 0;
}

#starter-search {
    height: 48px;
    width: 40em;
    line-height: 1.2rem;
    padding: 0 1.5rem;
    border: 1px solid #767676;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'NunitoSans', 'Calibri', 'Arial', 'sans-serif'
}

#this-in-runner {
    margin: 0;
    background-color: #3775c1;
    color: white;
    cursor: pointer;
    padding: 0.2rem 0.6rem;
    height: 50px;
}

#this-in-runner img {
    height: 100%;
}

#or {
    margin: 0.4rem 0 1.2rem;
    font-size: 1.2em;
}
#all-in-runner {
    font-size: 1.2em;
    height: 50px;
}

/* runner page */

.border-shadow {
    /*-webkit-box-shadow: 0 10px 35px rgb(212, 212, 212);*/
    /*box-shadow: 0 10px 35px rgb(212, 212, 212);*/
    -webkit-box-shadow: 0 0 35px rgb(212 212 212);
    box-shadow: 0 0 35px rgb(212 212 212);
    margin-bottom: 4em;
}

.header a {
    color: var(--dbp-override-content);
    text-decoration: none;
}

.header-title {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.header-top {
    position: sticky;
    top: 0;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 11;
}

.header-subtitle {
    font-size: 1.15rem;
}

.header-bottom {
    position: sticky;
    top: 64px;
    width: 100%;
    background-color: white;
    z-index: 10;
}

.header-top .logo img {
    width: 240px; /*270px;*/
}

.header-top .logo {
    padding-left: 1rem;
    padding-top: 0.4rem;
/*    padding-left: 6rem; !* 4 *!*/
}

.header-top .contact img {
    width: 1.5rem; /*2rem*/
}

.header-top .contact {
    margin-right: 2.5rem;
    padding-top: 2.1rem;
    /*margin-right: 6.9rem;
    padding-top: 2.5rem;*/
}

#intro {
    margin: 0 7rem;
    max-width: 2000px;
}

#headline {
    font-size: 2em;
    letter-spacing: 8px;
    font-weight: 700;
    margin: 0 7rem;
}

#subheadline {
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: italic;
    margin: 0 7rem;
}

.container {
    max-width: 2000px;
    margin: 0 6rem;
    padding: 3rem 1rem 1rem;
    background: white;
    flex-basis: 100%;
}

.hierarchical-blueprints-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    color: black;
}

.hierarchical-blueprints-item-is-refined {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: #9e1e4d;
}

.search-panel {
    display: flex;
}

.search-panel__filters {
    flex: 1;
}

.filter-block {
    margin-bottom: 1rem;
}

.filter-heading {
    width: 80%;
    background-color: white; /** var(--dbp-override-background); */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
}
.filter-heading img {
    width: 1rem;
}

.search-panel__results {
    flex: 3;
}

.ais-Highlight-highlighted {
    color: inherit;
    font-size: inherit;
}

#searchbox {
    margin-bottom: 2rem;
}
#stats {
    margin-bottom: 1rem;
}

.ais-ClearRefinements {
    padding-left: 1rem;
}
.ais-ClearRefinements-button {
    background-color: transparent;
    color: black;
    font-size: 1rem;
    border-radius: 0;
}
.ais-ClearRefinements-button img {
    height: 1rem;
    display: inline;
}
.ais-ClearRefinements-button:hover {
    background-color: white;
    color: black;
}
.ais-ClearRefinements-button:hover img {
    /* filter: invert(); */
}
.ais-ClearRefinements-button--disabled {
    padding: 0;
    background-color: transparent;
}
#cf-label {
    padding-left: 0.2rem;
}
.filter-mobile {
    display: none;
}

.HierarchicalMenu-showMore {
    background-color: white !important;
    color: black !important;
    border-radius: 0;
    font-size: 1rem;
}
.HierarchicalMenu-showMore:hover {
    background-color: white !important;
    color: black !important;
    border-radius: 0;
    font-size: 1rem;
}
.HierarchicalMenu-showMore[disabled] {
    display: none;
}

#pagination {
    margin: 2rem auto;
    text-align: center;
}

.hit-name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    align-items: center;
    cursor: pointer;
}
.hit-name-img {
    height: 48px;
    width: 48px;
    padding-right: 0.6rem;
}

.labs-img {
    height: 24px;
    width: 24px;
    padding-left: 0.6rem;
}

.hit-description {
    width:100%;
    height: 4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    cursor: pointer;
}

.filter-heading .labs-img {
    height: 18px;
    width: 18px;
    padding-left: 0.6rem;
}

.hit-used-programming-languages {
    font-size: 1rem;
    margin: 10px 0;
}

.hit-document-type, .hit-content-type, .hit-release {
    font-size: 1rem;
    flex: 2;
}

.links {
    padding-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hit-repo img, .hit-doc img, .hit-demo img, .hit-changelog img, .hit-email img {
    height: 24px;
    width: 24px;
    padding-left: 1rem;
}

.hit-license {
    font-size: 1rem;
    margin-top: 10px;
}

.hit-used-prog-langs {
    font-size: 1rem;
    margin-top: 20px;
}

.hit-links {
    font-size: 1rem;
}

.hit-rating {
    margin-top: 1rem;
    font-size: 1rem;
}

.ais-Hits-item {
    padding: 20px;
    box-shadow: none;
    border: 1px solid #767676;
    width: calc(25% - 1rem);
}

.release {
    font-weight: 700;
}

.type {
    border: 1px black solid;
    padding: 0.3rem;
    margin: 0.2rem;
    display: inline-block;
    cursor: pointer;
}

/* chevron open */
.open {
    transform: rotate(90deg);
}

/* document type */
.software {
    /*background-color: white;*/
    /*color: #222120;*/
}

.resources {
    /*background-color: black;*/
    /*color: white;*/
}

.service {
    /*background-color: #3b56a0;*/
    /*color: white;*/
}

/* content type */
.api {
    /*background-color: #9e1e4d;*/
    /*color: white;*/
    font-weight: 400;
}
.application {
    /*background-color: #50417a;*/
    /*color: white;*/
}
.supporting-software {
    /*background-color: #878faf;*/
    /*color: black;*/
}
.admin-tool {
    /*background-color: #6e648a;*/
    /*color: white;*/
}

/* used programming languages */
.php {
    /*background-color: #5b6b9f;*/
    /*color: white;*/
}
.javascript {
    /*background-color: #9c6b83;*/
    /*color: white;*/
}
.docker {
    /*background-color: #c8dbfb;*/
    /*color: black;*/
}
.css {
    /*background-color: #dbc8cc;*/
    /*color: black;*/
}
.java {
    /*background-color: #716387;*/
    /*color: white;*/
}
.html {
    /*background-color: #f1e4e6;*/
    /*color: black;*/
}
.bash {
    /*background-color: #f1e4e6;*/
    /*color: black;*/
}
.kotlin {
    /*background-color: #f1e4e6;*/
    /*color: black;*/
}

/* infrastructure */
footer p {
    text-align: center;
    background: #222120;
    margin: 0;
    color: white;
    padding: 50px;
}
.hello {
    font-size: 1.5rem;
}
footer a {
    color: white;
    text-decoration: none;
    padding: 3px 0;
    margin: 0 10px;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
}
.text-panel {
    flex: 1;
}
.text-panel-block {
    padding-bottom: 20px;
}
.text-panel-header {
    padding-bottom: 10px;
    padding-left: 20%;
    width: 80%;
}
.text-panel-text {
    padding-bottom: 5px;
    padding-left: 20%;
}

.ais-Pagination-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

.ais-Pagination-link {
    border-radius: 0;
    background-color: #ffffff;
    color: #222120;
    border-color: #222120;
}

.ais-Pagination-item.ais-Pagination-item--page.ais-Pagination-item--selected .ais-Pagination-link {
    color: #ffffff;
    background-color: #222120;
    border-color: #222120;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
    color: #767676;
    border-color: #767676;
}

.ais-Pagination-link:hover {
    color: black;
    background-color: white;
}

.flex {
    display: flex;
    flex-flow: wrap;
}

.flex-row {
    display:flex;
    flex-direction: row;
}

.flex-row-evenly {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 3em;
}

.flex-row-items-center {
    display:flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-evenly .modal-column.horizontal-separator:not(:first-child) {
    border-left: 1px solid #767676;
}

.flex-column {
    display:flex;
    flex-direction: column;
}

.modal-header .flex-row .flex-column {
    font-size: 1.17em;
}

.modal-header .flex-row .hit-name-img {
    width: 65px;
    height: 65px;
    padding-right: 1rem;
}

.ais-Stats, .ais-SearchBox, .ais-RefinementList, .ais-Hits-item, .ais-Hits  {
    color: #222120;
}

.ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count {
    color: #222120;
    background-color: unset;
}

.ais-RefinementList-productName {
    width: 26px;
}

.ais-CurrentRefinements-item {
    padding: 5px;
    color: black;
    background-color: white;
    border-radius: 0;
    border: thin solid black;
    font-size: 1rem;
}
.ais-CurrentRefinements-categoryLabel, .ais-CurrentRefinements-delete {
    color: black;
}

.ais-CurrentRefinements-label {
    display: none;
}
#current-refinements-list-and-button {
    height: 36px; /* a little larger than the height of a filter tag */
}
.ais-SearchBox-input {
    border-radius: 0;
    border: 1px solid #767676;
    height: 40px;
}

.ais-SearchBox button {
    display: inherit;
    margin: inherit;
}

.ais-SearchBox button[hidden] {
    display: none;
}

#current-refinements .ais-CurrentRefinements-category button {
    margin: 0 0 0 .3em;
    height: unset;
}

#clear-refinements button {
    height: unset;
}

.hit-types-subtypes {
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0 10px 0;
}

.click-collector {
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

/* modal elements */
.modal-container {
    padding: 10px;
    margin: 10px;
    min-width: 850px;
    min-height: 550px;
    height: min-content; /*850px;*/
    width: 800px;
}
.modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 10px 0 10px;
}
.modal-close {
    height: 1.6rem;
    width: 1.6rem;
}

.modal-content {
    margin:20px; /*0 20px 20px 20px;*/
}
.modal-section-title {
    font-size: 1.1rem;
    color: #767676;
    font-weight: 300;
}
.modal-description {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.modal-blueprint {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}
.modal-category {
    height: 2.1rem;
    text-align: center;
    line-height: 1rem;
}
.modal-fancy {
    font-weight: 700;
    font-size: 1rem;
}
.modal-link {
    padding: 5px 5px 0 5px;
    margin: 5px 5px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-link img {
    height: 40px;
    width: 40px;
}
.modal-link a {
    color: black;
    text-decoration: none;
}
.modal-separator {
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-top: 1px solid #767676;
}
.modal-center {
    margin: 0 auto;
}
.modal-column {
    display: flex;
    flex-direction: column;
}

.undecorated-link {
    color:black;
    text-decoration:none;
}

#svg {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: currentcolor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url('close.svg');
    mask-image: url('close.svg');
}

@media (max-width: 1864px) {
    .ais-Hits-item {
        width: calc(33.33% - 1rem);
    }
}

@media (max-width: 1432px) {
    .ais-Hits-item {
        width: calc(50% - 1rem);
    }

    #starter {
        background-size: 67rem;
    }
}

@media (max-width: 896px) {
    .ais-Hits-item {
        width: calc(100% - 1rem);
    }
}

@media (min-width: 2800px) {
    #starter {
        margin-left: auto;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1920px) {

    #starter {
        padding: 4rem 4rem 6rem; /*2rem 4rem 4rem;*/
        background-position: right -13em bottom -14em;
        background-size: 45rem;
    }

    #line-1 {
        font-size: 1em;
        letter-spacing: 4px;
    }

    #line-2 {
        font-size: 2rem;
        /* TODO bold? */
    }

    #line-3 {
        font-size: 2.3em;
        padding: 0.9rem 0;
    }

    #line-4 {
        width: 24em;
        font-size: 1.2em;
        margin: 0.5rem 0;
    }

    #starter-search {
        width: 28em;
        height: 44px;
    }

    .starter-searchbar {
        padding: 0.9rem 0;
    }

    #or {
        margin: 0 0 1rem;
        font-size: 1.2em;
    }

    #all-in-runner {
        font-size: 1.2em;
        height: 45px;
    }

    #this-in-runner {
        height: 45px;
    }

    .header-top .logo img {
        width: 240px;
    }

    .header-top .logo {
        padding-left: 1rem;
        padding-top: 0.4rem;
    }

    .header-top .contact img {
        width: 1.5rem;
    }

    .header-top .contact {
        margin-right: 2.5rem;
        padding-top: 2.1rem;
    }
}


@media only screen and (max-width: 1024px) {
    #starter {
        padding: 4rem 4rem 6rem; /*2rem 4rem 4rem;*/
        background-size: 34rem;
        background-position: right -10em bottom -10em;
    }

    #line-1 {
        font-size: 1.2rem;
        letter-spacing: 4px; /*5px*/
        padding: 0;
    }

    #line-2 {
        font-size: 2rem;
        letter-spacing: 6px;

        font-weight: 700;
        padding: 0;
        /* TODO bold? */
    }

    #line-3 {
        font-size: 2.3rem;
        padding: 0.9rem 0;
    }

    #line-4 {
        width: 24em;
        font-size: 1rem;
        margin: 0.5rem 0;
    }

    #starter-search {
        width: 28em;
    }

    .starter-searchbar {
        padding: 0.9rem 0;
    }

    #or {
        margin: 0 0 1rem;
        font-size: 1.2rem;
    }

    #all-in-runner {
        font-size: 1.2rem;
        height: 45px;
    }

    #starter-search {
        height: 44px;
    }

    #this-in-runner {
        height: 45px;
        /*    height: 40px;*/
    }
}

@media only screen and (max-width: 768px) {

    #starter {
        justify-content: center;
        padding: 1.5rem 1.5rem 2.4rem;
        background-size: 18rem;
        background-position: right -6.5em bottom -6.5em;
    }

    #line-1 {
        letter-spacing: 2px;
    }

    #line-2 {
        font-size: 2.4rem;
        letter-spacing: 4px;
    }

    #line-3 {
        font-size: 1.8em;
        padding: 0.3rem 0;
        line-height: 2.2rem;
    }

    #line-4 {
        width: 280px;
    }

    #or {
        margin: 0.1rem 0 1rem;
        font-size: 1.2rem;
    }

    #starter-search {
        width: 100%;
    }

    #headline,
    #subheadline {
        margin: 0 0.5rem;
    }

    .modal-container {
        /*min-height: 100vh;*/
        min-width: 320px;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .modal-content {
        margin: 10px;
    }

    .modal-content .modal-center {
        margin: 4px auto 12px;
    }

    .modal-content .flex-row-evenly {
        flex-direction: column;
        padding: 0;
    }

    #intro {
        margin: 0;
        padding: 0 0.5rem 0.5rem;
    }

    .container {
        max-width: unset;
        /*max-width: initial;*/
        margin: 0;
        padding: 0.5rem 0.5rem 0.5rem;
    }

    .mobile-hidden {
        display: none;
    }

    .header {
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        padding-bottom: 2rem;
        min-height: 100px;
        top: -72px;
        background-image: none;
    }

    .header-subtitle {
        font-size: 1.2rem;
    }

    .border-shadow {
        -webkit-box-shadow: 0 8px 12px rgb(212 212 212);
        box-shadow: 0 8px 12px rgb(212 212 212);
    }

    .header-title {
        font-size: 1.7rem;
        padding-top: 0.4rem;
    }

    .header-top .logo {
        padding-left: 0.5rem;
        padding-top: 0.4rem;
    }

    .header-top .logo img {
        /*width: 2.5rem;*/
        width: 12em;
        /* content: url('dbp_logo_small_on_white.svg'); */
    }

    .header-top .contact {
        padding-top: 1.4em;
        margin-right: 1rem;
    }

    .header-top .contact img {
        width: 1.6rem;
        padding-left: 0.8rem;
    }

    .container .search-panel {
        display: block;
    }

    .text-panel {
        /** TODO show at the end (below pagination) **/
        padding-top: 2rem;
    }

    .ais-Hits-item {
        width: calc(100% - 1rem);
    }

    #searchbox {
        margin-bottom: 1rem;
    }

    .flex-row {
        flex-direction: column;
    }

    .nav-item {
        border-left: none;
        width: unset;
    }

    .modal-fancy {
        font-size: 1rem;
    }

    .nav-wrapper {
        flex-direction: row;
    }

    .modal-category {
        padding-bottom: 1em;
    }

    .paddle img:first-child {
        padding-bottom: 1em;
    }

    .modal-close {
        height: 3rem;
        width: 3rem;
    }

    .modal-nav {
        flex-direction: column;
        justify-content: space-between;
    }

    .hit-description {
        height: 100%;
        padding-bottom: 1em;
    }

    .hit-name {
        margin-top: 0;
    }

    .hit-types {
        display: flex;
        flex-flow: row wrap;
        margin: 20px 0 10px 0;
    }

    .hit-document-type, .hit-content-type{
        /* margin-top: 16px; */
        font-size: 1rem;
        flex: 2;
    }

    .filter-mobile {
        color: #222120;
        font-size: 1rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .filter-mobile .description {
        padding-right: 0.4rem;
        padding-top: 0.2rem;
    }

    .filter-mobile img {
        width: 2rem;
    }

    .stats-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    #stats {
        margin-bottom: 0;
    }

    #pagination {
        position: sticky;
        bottom: 0;
        background: white;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #text-panel-desktop {
        display: none;
    }

    #text-panel-mobile {
        display: block;
    }

    .text-panel {
        padding-top: 0;
    }

    .text-panel-header,
    .text-panel-text {
        text-align: center;
        padding-left: 0;
        width: auto;
    }

    footer p {
        /* text-align: center;
        padding: 0 8px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    footer a {
        border-bottom: 1px solid white;
    }

    footer a:first-child {
        border-bottom: none;
    }

    footer p span {
        display: none;
    }

    #mobile-filter-btn {
        cursor: pointer;
        padding: 0.2em 0.4em;
    }

    #current-refinements-list-and-button {
        height: unset;
    }

    #current-refinements-list-and-button .flex-row {
        flex-direction: row;
    }

    .paddle {
        margin-top: auto;
        margin-bottom: auto;
    }
}
/* Additional footer for copyrights and social media accounts*/

footer {
    text-align: center;
    color: #ffffff;
}
.additional-footer .footer-container{
    display: flex;
    justify-content: space-between;
    background-color: #222120;
}
.footer-column{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.footer-column a {
    text-decoration: none;
    color: #ffffff;
    padding: 0 10px;
}
.footer-column:first-child {
    justify-content: flex-start;
}

.footer-column:last-child {
    justify-content: flex-end;
}
.copy-right{
    padding: 15px;
}