.add-review
{
    font: 400 14px / 18px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.add-review .add-review-titile {
    line-height: 1.32;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    box-sizing: border-box !important;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

.add-review-container {
    box-sizing: border-box !important;
    outline: none !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 18px 24px 24px;
    background-color: rgba(17, 17, 17, 0.05);
    margin-top: 30px;
}

.add-review-container .google-img {
    width: 120px;
    height: auto;
}

.add-review-container span {
    line-height: 2em;
    box-sizing: border-box !important;
    outline: none !important;
    width: 100%;
    color: rgb(17, 17, 17);
    font-size: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
}

.add-review-container h2 {
    margin-right: 8px;
    box-sizing: border-box !important;
    outline: none !important;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    color: rgb(17, 17, 17);
    word-break: normal !important;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    width: auto;
}

.add-review .review-star-box {
    color: #fcbf02;
}

.add-review .add-review-container .total-review {
    font-weight: 400;
    line-height: normal;
    align-self: center;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
    -webkit-font-smoothing: antialiased;
    width: auto;
    box-sizing: border-box !important;
    margin-top: -6px;
    outline: none !important;
}

.add-review .add-review-container .write-a-review-btn {
    margin-top: 20px;
}

.review-container .google-review-box {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgba(17, 17, 17, 0.05);
}

.review-container .google-review-box::before {
    content: '';
    position: absolute;
    left: 70px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(17, 17, 17, 0.05);
    transform: rotate(-45deg);
}

.google-branding .google-img {
    width: 60px;
    height: auto;
}

.google-branding .google-posted {
    font-weight: 400;
    line-height: normal;
    align-self: center;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.5);
    -webkit-font-smoothing: antialiased;
    width: auto;
    box-sizing: border-box !important;
    margin-top: 10px;
    outline: none !important;
    margin-bottom: 0px;
}

.google-branding .google-link {
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.38;
    color: rgb(25, 123, 255);
}

.google-review-dp {
    display: flex;
    margin-top: 20px;
    padding-left: 40px;
}

.google-review-dp .google-img-user {
    width: 50px;
}

.google-review-dp .google-review-name {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    margin-top: 10px;
}

.google-review-dp span {
    font-weight: 400;
    line-height: normal;
    align-self: center;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.5);
    -webkit-font-smoothing: antialiased;
    width: auto;
    box-sizing: border-box !important;
    outline: none !important;
    margin-top: -10px;
}

.google-review-dp .ReviewVerifiedBadge {
    width: 20px;
    margin-left: 5px;
    margin-top: -8px;
}