.shop-manager-comment .shop-manager-wrap {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 24px;
    padding: 17cqw 4cqw 4cqw;
    margin-top: 14cqw;
}

.shop-manager-comment .shop-manager-wrap .shop-manager-img-block {
    position: absolute;
    right: 0;
    left: 0;
    top: -10cqw;
    width: 24cqw;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
    border: 1cqw solid #d82300;
    border-radius: 50%;
}

.shop-manager-comment .shop-manager-wrap .shop-manager-img-block img {
    width: 100%;
    height: auto;
}

.shop-manager-comment .shop-manager-wrap .shop-manager-name {
    width: fit-content;
    margin: auto;
    --f-base: 15;
    font-weight: bold;
}

.shop-manager-comment .shop-manager-wrap .shop-manager-comment-block {
    background: #fff;
    border-radius: 20px;
    padding: 4cqw;
    margin-top: 4cqw;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    --f-base: 10;
}

@media (max-width: 767px) {
    .shop-manager-comment .shop-manager-wrap {
        width: 90%;
        margin: 14cqw auto 0;
        padding: 32cqw 4cqw 4cqw;
    }
    .shop-manager-comment .shop-manager-wrap .shop-manager-name {
        --f-base: 20;
    }

    .shop-manager-comment .shop-manager-wrap .shop-manager-img-block {
        width: 38cqw;
    }

    .shop-manager-comment .shop-manager-wrap .shop-manager-comment-block {
        --f-base: 16;
    }
}
