.search-api-page-block-form-mysearch {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.search-api-page-block-form-mysearch .custom-form-element {
    width: 100%;
}

.search-api-page-block-form-mysearch #edit-keys--description {
    display: none;
}

.search-api-page-block-form-mysearch .custom-form-element input#edit-keys {
    margin-left: 0px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 5px 10px;
}

.search-api-page-block-form-mysearch input#edit-submit {
    position: absolute;
    right: 0px;
    height: 50px;
    outline: none;
    border: 0px;
}

.mysearch-content-wrapper hr {
    display: none;
}

.api_section .mysearch-content-wrapper .api_content_bottom {
    padding: 20px 0px;
    box-shadow: none;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    color: #565353;
}

.api_section .mysearch-content-wrapper {
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 700;
    /* display: none; */
}

.api_section .mysearch-content-wrapper>ul {
    margin: 15px 0 0 20px;
}

.api_section .mysearch-content-wrapper>ul li {
    list-style: disc !important;
    font-size: 16px;
    font-weight: normal;
}

.api_section .mysearch-content-wrapper>ul li::marker {
    color: #97144d;
}

.api_section .mysearch-content-wrapper>ul li+li {
    margin-top: 5px;
}

.api_section .mysearch-content-wrapper .api_content_bottom h3 a {
    color: #565353;
}

.api_section .mysearch-content-wrapper .api_content_bottom p {
    padding-top: 10px;
    margin: 0px;
}

.mysearch-content-wrapper .pager {
    display: flex;
    width: auto;
    float: right;
}

.mysearch-content-wrapper .pager ul {
    display: flex;
}

.mysearch-content-wrapper .pager ul li.pager__item {
    width: 35px;
    height: 35px;
    background-color: #f4f2f1;
    text-align: center;
    line-height: 35px;
    margin: 10px;
}

.mysearch-content-wrapper .pager ul li.pager__item a {
    color: #000;
}

.mysearch-content-wrapper .pager ul li.pager__item.is-active {
    background-color: #8c0545;
}

.mysearch-content-wrapper .pager ul li.pager__item.is-active a {
    color: #fff;
}

.mysearch-content-wrapper .pager ul li.pager__item.pager__item--next,
.mysearch-content-wrapper .pager ul li.pager__item.pager__item--last,
.mysearch-content-wrapper .pager ul li.pager__item.pager__item--first,
.mysearch-content-wrapper .pager ul li.pager__item.pager__item--first {
    padding: 0px 10px;
    width: auto;
}

#edit-url,
#edit-url-label {
    display: none;
}

.api_section .mysearch-content-wrapper ul.pagination.js-pager__items {
    align-items: center;
    margin: 30px auto 0px;
}

@media only screen and (max-width: 1024px) {
    #edit-keys {
        display: unset !important;
    }
}

@media(max-width: 576px) {
    .search-api-page-block-form-mysearch .search-form__submit {
        position: static !important;
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}