.list-wrapper__filters {
    display: flex;
    margin: 0 0 40px 0;
}

.list-default {
    min-height: 80px;
}

.post-type-archive-library header .has-preamble-font-size {
    max-width: 800px;
    margin: 0 auto;
} 

.post-type-archive-library header .has-preamble-font-size em {
    font-style: normal;
    font-size: 14px;
    line-height: 1.46em;
}

.dropdown {
    flex: 0 0 265px;
    width: 265px;
    margin: 0 10px 0 0;
}

.dropdown select,
.dropdown .select2 {
    display: block;
    width: 100%;
}

.dropdown .select2-container {
    z-index: 99;
}

.dropdown .select2 {
    z-index: 100;
}

.dropdown .select2-container.select2-container--default .select2-selection {
    padding: 4px 0 3px 0;
    border: 3px solid #f66a74;
    border-radius: 20px;
}

.dropdown .select2.select2-container--open .select2-selection {
    background: #f66a74;
}

.dropdown--game-types .select2-container.select2-container--default .select2-selection {
    border-color: #190f56;
}

.dropdown--game-types .select2.select2-container--open .select2-selection {
    background: #190f56;
}

.dropdown .select2-search .select2-search__field {
    width: 100% !important;
    margin: 0;
    font-size: 16px;
}

.dropdown .select2-search .select2-search__field::placeholder {
    color: #000;
    opacity: 1;
}

.dropdown .select2.select2-container--open .select2-search__field::placeholder  {
    color: #fff;
}

.dropdown .select2-selection .select2-selection__rendered {
    padding: 0 15px;
}

.dropdown .select2 .select2-selection__choice {
    margin-top: 0;
}

.dropdown .select2 .select2-selection__rendered::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 11px;
    margin-top: -5px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62305 2.3877L10.5064 9.50873L19.3896 2.3877' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dropdown .select2.select2-container--open .select2-selection__rendered::before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62305 2.3877L10.5064 9.50873L19.3896 2.3877' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.dropdown .select2-dropdown {
    margin-top: -39px;
    padding: 44px 4px 15px 12px;
    border-radius: 20px;
    background: #F4CDCD;
    border: 0;
}

.dropdown--game-types .select2-dropdown {
    background: #d0cedd;
}

.dropdown .select2-container .select2-results > .select2-results__options {
    max-height: none;
    overflow: visible;
}

.dropdown .select2-container .select2-results .select2-results__option {
    display: inline-block;
    position: relative;
    margin: 6px 6px 0 0;
    padding: 4px 11px 3px;
    background: transparent;
    border-radius: 20px;
    border: 2px solid #f66a74;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    transition: padding 150ms ease, background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.dropdown .select2-container .select2-results .select2-results__option::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' style='vertical-align: middle;fill: %23FFF;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M777.856 280.192l-33.92-33.952-231.872 231.872-231.84-231.872-33.984 33.888 231.872 231.904-231.84 231.84 33.888 33.984 231.904-231.904 231.84 231.872 33.952-33.888-231.872-231.904z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: opacity 150ms ease;
}

.dropdown .select2-container .select2-results .select2-results__option--highlighted {
    color: #000;
}

.dropdown .select2-container .select2-results .select2-results__option:hover[aria-selected="false"] {
    border-color: #ff8991;
    color: #000;
}

.dropdown--game-types .select2-container .select2-results .select2-results__option {
    border-color: #190f56;
}

.dropdown--game-types .select2-container .select2-results .select2-results__option:hover[aria-selected="false"] {
    border-color: #6359ab;
}

.dropdown .select2-container .select2-results .select2-results__option[aria-selected="true"] {
    padding-right: 25px;
    background: #f66a74;
    color: #fff;
}

.dropdown--game-types .select2-container .select2-results .select2-results__option[aria-selected="true"] {
    background: #190f56;
}

.dropdown .select2-container .select2-results .select2-results__option[aria-selected="true"]::after {
    opacity: 1;
}

.dropdown .select2 .select2-selection__choice {
    display: none !important;
}

.show-all-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    padding: 0 30px;
    background: #190F56;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    transition: background-color 150ms linear, opacity 150ms linear;
}

.show-all-button--disabled {
    opacity: 0.2;
    pointer-events: none;
}

.show-all-button:hover {
    background-color: #1c1261;
}

.popup {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    animation: fadeIn 300ms linear;
    z-index: 1000;
}

.popup--hide {
    pointer-events: none;
    animation: fadeOut 300ms linear 0ms both;
}

.popup::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
}

.popup__back {
    display: flex;
    flex: 0 0 100%;
    margin: 40px 0 80px 0;
    color: #F66A74;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transition: color 150ms linear;
}

.popup__back-icon {
    margin-top: 2px;
    margin-right: 10px;
    fill: #F66A74;
    transition: fill 150ms linear;
}

.popup__back:hover {
    color: #ee7b84;
}

.popup__back:hover .popup__back-icon {
    fill: #ee7b84;
}

.popup__content {
    display: block;
    position: relative;
    width: 1240px;
    max-width: 100%;
    padding: 30px;
}

.popup__content-inner {
    display: flex;
}

.popup .campaign-view {
    width: 350px;
    margin-right: 40px;
    background: #fff;
    border: 15px solid #fff;
    border-radius: 18px;
    height: 540px !important;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
}

.popup .campaign-view__iframe {
    width: 100%;
    border: 0;
    border-radius: 18px;
}

.popup .campaign-view::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
}

.popup .campaign-view::-webkit-scrollbar-track {
    background: white;
    width: 5px;
    border-radius: 3px;
}

.popup .campaign-view::-webkit-scrollbar-thumb {
    background: #ffeab3;
    width: 5px;
    border-radius: 3px;
}

.popup .campaign-info {
    width: 700px;
    margin-left: auto;
}

 
.popup .campaign-info__title {
    display: block;
    margin: 0 0 20px 0;
    font-size: 70px;
    color: #E7646F;
    font-weight: 600;
    line-height: 1.24em;
    opacity: 0;
}

.popup .campaign-info__subtitle { 
    color: #ffeab3;
    font-size: 18px;
    margin-bottom: 10px;
}

.popup .campaign-info__tags {
    display: flex;
}

.popup .campaign-info__tags .campaign-info__tag {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 15px 2px;
    border-radius: 20px;
    border: 3px solid #f66a74;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.popup .campaign-info__content {
    max-width: 550px;
    margin: 40px 0 40px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5625em;
    color: #fff;
    opacity: 0;
}

.popup .campaign-info__button {
    display: inline-block;
    height: 39px;
    width: 200px;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 39px;
    background: #E7646F;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: background-color 150ms linear;
}

.popup .campaign-info__button--help {
    background: #190f56;
}

.no-results {
    display: block;
    width: 100%;
    text-align: center;
    animation: itemEnter 1000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms both;
}

.btn.btn--disabled {
    color: #ccc;
    border-color: #ccc;
    pointer-events: none;
}

.btn.btn--disabled::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.744' height='11.213' viewBox='0 0 20.744 11.213'%3E%3Cpath d='M-139.6,111.476l-4.485-4.485a1.121,1.121,0,0,0-1.222-.243,1.123,1.123,0,0,0-.692,1.036v3.364h-12.895a1.122,1.122,0,0,0-1.121,1.121,1.122,1.122,0,0,0,1.121,1.121h12.895v3.364a1.123,1.123,0,0,0,.692,1.036,1.121,1.121,0,0,0,1.222-.243l4.485-4.485a1.12,1.12,0,0,0,0-1.585Z' transform='translate(160.01 -106.662)' fill='%23CCCCCC'/%3E%3C/svg%3E");
}

.popup .campaign-info__button:hover {
    background: #ee7b84;
}

.popup .campaign-info__button--help:hover {
    background: #332397;
}


.list-default .item-default .item-default__content-subheader {
    margin-bottom: 6px;
    padding-left: 1px;
    font-weight: 700;
    font-size: 14px;
    color: #f66a74;
}

.list-default .item-default .label-list .label-item {
    font-weight: 700;
}

.list-default .item-default {
    animation: itemEnter 1000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms both;
}

.list-default .item-default:nth-child(1),
.list-default .item-default:nth-child(10),
.list-default .item-default:nth-child(19),
.list-default .item-default:nth-child(28) {
    animation-delay: 0ms;
}

.list-default .item-default:nth-child(2),
.list-default .item-default:nth-child(11),
.list-default .item-default:nth-child(20),
.list-default .item-default:nth-child(29) {
    animation-delay: 50ms;
}

.list-default .item-default:nth-child(3),
.list-default .item-default:nth-child(12),
.list-default .item-default:nth-child(21),
.list-default .item-default:nth-child(30) {
    animation-delay: 100ms;
}

.list-default .item-default:nth-child(4),
.list-default .item-default:nth-child(13),
.list-default .item-default:nth-child(22),
.list-default .item-default:nth-child(31) {
    animation-delay: 150ms;
}

.list-default .item-default:nth-child(5),
.list-default .item-default:nth-child(14),
.list-default .item-default:nth-child(23),
.list-default .item-default:nth-child(32) {
    animation-delay: 200ms;
}

.list-default .item-default:nth-child(6),
.list-default .item-default:nth-child(15),
.list-default .item-default:nth-child(24),
.list-default .item-default:nth-child(33) {
    animation-delay: 250ms;
}

.list-default .item-default:nth-child(7),
.list-default .item-default:nth-child(16),
.list-default .item-default:nth-child(25),
.list-default .item-default:nth-child(34) {
    animation-delay: 300ms;
}

.list-default .item-default:nth-child(8),
.list-default .item-default:nth-child(17),
.list-default .item-default:nth-child(26),
.list-default .item-default:nth-child(35) {
    animation-delay: 350ms;
}

.list-default .item-default:nth-child(9),
.list-default .item-default:nth-child(18),
.list-default .item-default:nth-child(27),
.list-default .item-default:nth-child(36) {
    animation-delay: 400ms;
}

@media screen and (max-width: 767px) {
    
    .list-wrapper__filters {
        display: block;
        position: relative;
        margin-bottom: 20px;
        padding-right: 116px;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown--game-types {
        margin-bottom: 15px;
    }

    .show-all-button {
        position: absolute;
        width: 96px;
        text-align: center;
        top: 0;
        right: 0;
        padding: 0 15px;
    }

    .popup__content {
        box-sizing: border-box;
        overflow-y: auto;
        height: 100vh;
        padding: 40px 20px;
    }

    .popup__content-inner {
        display: block;
    }

    .popup .campaign-view,
    .popup .campaign-info {
        width: 100%;
    }

    .popup .campaign-info__title {
        margin-top: 40px;
        font-size: 40px;
    }

    .popup__back {
        margin: 0 0 40px 0;
    }

    .popup .campaign-info__button {
        max-width: 100%;
    }

    .list-default .item-default {
        margin-bottom: 20px;
    }
}

@keyframes itemEnter {
    from {
        transform: translateY(50px) translateZ(0);
        opacity: 0;
    }

    to {
        transform: translateY(0) translateZ(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}