/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/blocks/similar-games/style.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.similar-games {
    width: 100%;
}

.similar-games__wrapper {
    display: flex;
    list-style-type: none !important;
    flex-wrap: wrap;
    -moz-column-gap: 0.938rem;
         column-gap: 0.938rem;
    row-gap: 1.188rem;
    padding-top: 1.5rem;
    padding-left: 0px !important;
}

.similar-games__item {
    position: relative;
    width: calc(50% - 0.469rem);
}

@media (min-width: 1024px) {

    .similar-games__item {
        width: calc(33.333% - 1rem);
    }
}

.similar-games__item {
    border: 1px solid #e1dae5;
}

.similar-games__item:hover .similar-games__hover {
    opacity: 1;
}

.similar-games__img {
    height: calc(100% - 50px);
}

@media (min-width: 768px) {

    .similar-games__img {
        height: calc(100% - 76px);
    }
}

.similar-games__footer {
    height: 30%;
    max-height: 50px;
}

@media (min-width: 768px) {

    .similar-games__footer {
        max-height: 76px;
    }
}

.similar-games__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.875rem;
}

@media (min-width: 640px) {

    .similar-games__footer {
        padding: 1rem;
        padding-top: 0.625rem;
    }
}

.similar-games__img img {
    height: 100%;
    min-height: 7rem;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center;
       object-position: center;
}

@media (min-width: 640px) {

    .similar-games__img img {
        min-height: 18.125rem;
    }
}

@media (min-width: 1024px) {

    .similar-games__img img {
        min-height: auto;
    }
}

.similar-games__hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.similar-games__hover-wrapper {
    height: calc(100% - 5rem);
    width: 100%;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.125rem;
    background: rgba(0, 0, 0, 0.6);
}

.similar-games__hover-internal,
.similar-games__hover-external {
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    text-decoration-line: none;
}

.similar-games__hover-internal {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.similar-games__hover-external {
    --tw-bg-opacity: 1;
    background-color: rgb(219 0 47 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(244 244 244 / var(--tw-text-opacity, 1));
}

.similar-games__hover-slot-name {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.similar-games__provider img {
    max-height: 1.625rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
}

@media (min-width: 768px) {

    .similar-games__provider img {
        max-height: 3.125rem;
    }
}

@media (min-width: 1024px) {

    .discover-free-slots .similar-games > p {
        margin-right: auto !important;
        margin-left: 0px !important;
        width: 75%;
    }
}

.discover-free-slots .similar-games__item {
    border-width: 0px;
}

.discover-free-slots .similar-games__footer {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.discover-free-slots .similar-games__img img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}


/*# sourceMappingURL=index.css.map*/