.google-reviews-block {
    position: relative;
    margin-bottom: 160px;
    margin-block-end: 160px;
}

.google-reviews-block .attachment-header {
    width: 100%;
    height: auto;
}

.google-reviews-section {
    position: absolute;
    top: calc(100% - 55px);
    background: var(--wp--preset--color--white);
    left: 15%;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 16%) 0 10px 36px 0, rgb(0 0 0 / 6%) 0 0 0 1px;

    @media (width >= 992px) {
        top: 100px;
        left: 200px;
        width: auto;
        padding: 30px 40px;
    }

    @media (width >= 1280px) {
        top: 140px;
        left: 460px;
    }

    &:hover {
        text-decoration: none;
    }
}

.google-reviews-section .google-reviews-section--title {
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--wp--preset--color--theme-blue);
    font-size: 1rem;
    margin-top: 0;
}

.google-reviews-data {
    display: flex;
    justify-content: space-between;
    color: var(--wp--preset--color--black);

    h2 {
        margin: 0;
        padding: 0 20px 0 0;
    }
}
