/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/css/components/single-slot.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.single-slot {
    position: relative;
    height: 100%;
    border: 1px solid #E1DAE5;
}

.single-slot .single-slot__full-link {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.single-slot__img {
    height: calc(100% - 50px);
}

@media (min-width: 768px) {

    .single-slot__img {
        height: calc(100% - 76px);
    }
}

.single-slot:hover .single-slot__hover {
    visibility: visible;
    opacity: 1;
}

.single-slot__hover {
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1rem;
    height: calc(100% - 50px);
    width: 100%;
}

@media (min-width: 768px) {

    .single-slot__hover {
        height: calc(100% - 76px);
    }
}

.single-slot__hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (min-width: 640px) {

    .single-slot__hover {
        gap: 1rem;
    }
}

.single-slot__hover {
    background: #5D41BD80;
}

.single-slot__hover-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-slot__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center;
       object-position: center;
}

.single-slot__footer {
    height: 30%;
    max-height: 50px;
}

@media (min-width: 768px) {

    .single-slot__footer {
        max-height: 76px;
    }
}

.single-slot__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) {

    .single-slot__footer {
        padding: 1rem;
        padding-top: 0.625rem;
    }
}

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

@media (min-width: 768px) {

    .single-slot__provider img {
        max-height: 3.125rem;
    }
}

.single-slot__hover-review,
.single-slot__hover-review a {
    width: 100%;
}

/*# sourceMappingURL=single-slot.css.map*/