.slots {
}

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

/* Slot Items Default */

.slot-item-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

.slots__list-all {
    font-size: 16px;
    line-height: 20px;
    color: var(--khi-base-color);
    margin: 0 auto;
}

.slot-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #1C1F31;
    border-radius: 0 0 5px 5px;
}

.slot-item__poster {
    position: relative;
}

.slot-item__poster-link {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    overflow: hidden;
}

.slot-item__poster-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.slot-item__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3px;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #584AE2;
    z-index: 1;
}

.slot-item__label--yellow {
    color: #000000;
    background-color: var(--khi-base-color);
}

.slot-item__label img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 13px;
    margin-right: -9px;
}

.slot-item__label--yellow:after {
    background: url('/wp-content/themes/casinohi/assets/images/icons/label-suffix-yellow.svg') no-repeat;
}

.slot-item__rating {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    background-color: var(--khi-base-color);
    color: #1B1F2F;
    z-index: 1;
}

.slot-item__rating .rating-stars {
    padding: 0 3px;
}

.slot-item__rating .rating-stars__star {
    margin-right: 2px;
    width: 15px;
    height: 15px;
    stroke: #1B1F2F;
    fill: #1B1F2F;
    stroke-width: 0;
}

.slot-item__rating .rating-stars__star:not(:first-child) {
    display: none;
}

.slot-item__info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slot-item__title {
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.slot-item__title-link {
    text-decoration: none;
}

.slot-item__title-link:hover {
    text-decoration: underline;
}

.slot-item__name {
    display: none;
}

.slot-item__button {
    background-position: -200px 0;
}

.slot-item__button:hover {

    background-color: rgb(56 72 183);
}

.slot-item__bonus {
    position: relative;
    margin: auto 10px 15px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: var(--khi-base-color);
    background-color: #2B2E41;
    border: 1px dashed var(--khi-base-color-dark);
    border-radius: 5px;
    cursor: pointer;
}

.slot-item__bonus:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -9px;
    margin-left: 13px;
    width: 16px;
    height: 15px;
    background: var(--kznh-ico-scissor) no-repeat;
}

.slot-item__js-buttons {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: auto 10px 15px;
    order: 10;
}

.slot-item__js-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 30px;
}

.slot-item__js-button--demo {
    color: #ffffff;
    background-color: #3848B7;
}

.slot-item__js-button--demo:hover {
    opacity: 0.7;
}

.slot-item__js-button--game {
    color: #1B1F2F;
    background-color: var(--khi-base-color);
}

.slot-item__js-button--game:hover {
    color: #1B1F2F;
    background-color: var(--khi-base-color-dark);
}

/* Slot Items List View */
.single-casino .slot-item__bonus.copy-code {
    display: none;
}

.slots__list--list.slots__list {
    margin: 0 -5px;
}

.slots__list--list .slot-item-wrapper {
    width: 50%;
    padding: 0 5px;
}

.slots__list--list .slot-item__poster {
    order: 0;
    margin-bottom: 10px;
}

.slots__list--list .slot-item__info {
    order: 2;
    height: auto;
}

.slots__list--list .slot-item__title {
    margin: 0 5px 5px;
    font-size: 15px;
    line-height: 16px;
}

.slots__list--list .slot-item__provider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 5px;
}

.slots__list--list .slot-item__provider-icon {
    flex-shrink: 0;
    width: 14px;
    margin-right: 5px;
}

.slots__list--list .slot-item__provider-name {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, .5);
}

.slots__list--list .slot-item__properties {
    display: none;
}

.slots__list--list .slot-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1px 1px 1px 15px;
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-color: rgba(56, 72, 183, 0.8);
    border-radius: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
}

.slots__list--list .slot-item__button:hover {
    color: #ffffff;
    background-color: rgb(56 72 183);

}

.slots__list--list .slot-item__button:after {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-right: 1px;
    background-color: var(--khi-base-color-dark);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 16'%3E%3Cpath fill='%23584AE2' d='m13.936 7.764-6.99-5.378a.804.804 0 0 0-.879-.074.897.897 0 0 0-.46.794v10.753c0 .337.177.644.46.796a.807.807 0 0 0 .878-.077l6.991-5.374a.911.911 0 0 0 .35-.72.903.903 0 0 0-.35-.72Z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.slots__list--list .slot-item__button-suffix {
    display: none;
    margin-left: 5px;
}

.slots__list--list .slot-item__footer {
    order: 1;
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 18px;
}

.slots__list--list .slot-item__bonus {
    order: 2;
    padding: 5px;
}

.slots__list--list .slot-item__js-buttons {
    flex-direction: column;
}

.slots__list--list .slot-item__js-button {
    width: 100%;
}

.slots__list--list .slot-item__js-button:not(:last-child) {
    margin-bottom: 10px;
}

/* Slot Items List Provider View */

.slots__list--list-provider .slot-item__title {
    margin: 15px 0 5px;
    padding: 0 10px 5px;
    font-size: 16px;
    line-height: 20px;
}

.slots__list--list-provider .slot-item__provider {
    display: none;
}

/* Slot Items List Slot View */

.slots__list--slot {
    justify-content: flex-start;
}

.slots__list--slot .slot-item:not(:first-child) {
    margin-left: 10px;
}

.slots__list--slot .slot-item:nth-child(3),
.slots__list--slot .slot-item:nth-child(4) {
    display: none;
}

.slots__list--slot .slot-item__title {
    margin: 15px 0 5px;
    padding: 0 10px 5px;
    font-size: 16px;
    line-height: 20px;
}

.slots__list--slot--hide-provider .slot-item__provider {
    display: none;
}

/* Slot Items List View on Providers page */

.providers__list--list .slot-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1px 1px 1px 15px;
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-color: rgba(56, 72, 183, 0.8);
    border-radius: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
}

.providers__list--list .slot-item__button:hover {
    color: #ffffff;
    background-color: rgb(56 72 183);
}

.providers__list--list .slot-item__button:after {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-right: 1px;
    background-color: var(--khi-base-color-dark);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 16'%3E%3Cpath fill='%23584AE2' d='m13.936 7.764-6.99-5.378a.804.804 0 0 0-.879-.074.897.897 0 0 0-.46.794v10.753c0 .337.177.644.46.796a.807.807 0 0 0 .878-.077l6.991-5.374a.911.911 0 0 0 .35-.72.903.903 0 0 0-.35-.72Z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.providers__list--list .slot-item__footer {
    order: 1;
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 18px;
}

.providers__list--list .slot-item__rating {
    position: absolute;
    display: flex;
    top: 15px;
    left: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    background-color: #584AE2;
    color: #fff;
    z-index: 1;
    padding: 0 3px;
}

.providers__list--list .slot-item__rating--line::after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='13' fill='%23584AE2'/%3E%3Crect width='2' height='13' transform='translate(4)' fill='%23584AE2'/%3E%3Crect width='1' height='13' transform='translate(7)' fill='%23584AE2' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
    width: 8px;
    height: 13px;
    position: absolute;
    right: -9px;
}

/* Helpers */

@keyframes flare {
    from {
        background-position: -200px 0;
    }
    to {
        background-position: 200px 0;
    }
}

/* Adaptive */

@media (min-width: 460px) {
    .providers__list--list .slot-item__rating, .slot-item__rating {
        top: 0;
        left: initial;
        right: 9px;
    }
}

@media (min-width: 360px) {
    /* Slot Items List View */
    .slots__list--list.slots__list {
        margin: 0 -8px;
    }

    .slots__list--list .slot-item-wrapper {
        width: 50%;
        padding: 0 8px;
    }

    .slots__list--list .slot-item__provider-name {
        font-size: 14px;
    }
}

@media (min-width: 576px) {

    /* Slot Items List View */
    .slots__list--list .slot-item-wrapper {
        width: 33.3%;
    }

    .slots__list--list .slot-item__bonus {
        padding: 10px;
    }

    /* Slot Items List Slot View */
    .slots__list--slot .slot-item-wrapper {
        width: 50%;
    }
}

@media (min-width: 768px) {

    /* Slot Items List View */
    .slots__list--list .slot-item__button-suffix {
        display: inline;
    }

    .slots__list--list .slot-item__title {
        font-size: 16px;
    }

    /* Slot Items List Slot View */
    .slots__list--slot .slot-item-wrapper {
        width: 25%;
    }
}

@media (min-width: 1024px) {

    /* Slot Items List View */
    .slots__list--list .slot-item-wrapper {
        width: 25%;
    }

    /* Slot Items List Casino View */
    .slots__list--list-casino.slots__list {
        margin: 0 -8px;
    }

    .slots__list--list-casino .slot-item-wrapper {
        width: 25%;
        padding: 0 8px;
    }

    /* Slot Items List Provider View */
    .slots__list--list-provider.slots__list {
        margin: 0 -8px;
    }

    .slots__list--list-provider .slot-item-wrapper {
        width: 25%;
        padding: 0 8px;
    }

    /* Slot Items List Slot View */
    .slots__list--list-slot.slots__list {
        margin: 0 -8px;
    }

    .slots__list--list-slot .slot-item-wrapper {
        width: 25%;
        padding: 0 8px;
    }

    .slots__list--slot .slot-item-wrapper:nth-child(4) {
        display: flex;
    }
}
