.gcs-product-review-response-form {
    max-height: 0;
    overflow: hidden;
}

.open.gcs-product-review-response-form  {
    max-height: none;
    overflow: visible;
}
.gcs-product-review-response-submit {
    background-color: #333;
}
.gcs-product-review-response-link {
    color: #1c74bb;
    cursor: pointer;
}
.gcs-product-review-response-link:hover {
    color: #333;
}
#comments {
    --achor-scale: 20px;
}
.admin-response {
    position: relative;
    margin-left: var(--achor-scale);
    padding-left: var(--achor-scale);
}
.anchor-hook {
    position: absolute;
    height: 28px;
    width: var(--achor-scale);
    top: -14px;
    left: -14px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-width: 2px;
    border-bottom-left-radius: 10px;
    border-color: #ddd;
}
.admin-response img{
    max-width: 20px;
    vertical-align: text-top;
}
.woocommerce-child-review__published-date {
    font-size: 0.8em;
    line-height: 1;
}
.child-comment-line-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.response-edit-links {
    margin-bottom: 20px;
}
.gcs-product-review-response-edit-link-newtab {
    display: block;
    background-color: white;
}