/* ROOT – prevents footer inheritance */
#as-widget-root {
    all: initial;
}
div#as-review-panel * {
    font-family: 'Poppins';
}

/* Floating badge */
#as-review-float {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    background: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 999999;
    font-family: Arial, sans-serif;
}

#as-review-float img {
    width: 40px;
}

#as-review-float span {
    color: #fbbc04;
    font-size: 20px;
}

/* Slide panel */
#as-review-panel {
    position: fixed !important;
    top: 0;
    left: -360px;
    width: 360px;
    height: 100vh;
    background: #fff;
    box-shadow: 5px 0 20px rgba(0,0,0,.3);
    z-index: 999998;
    transition: left .35s ease;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    z-index: 9999999;
}

/* Active */
#as-review-panel.active {
    left: 0;
}

/* Header */
.as-header {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#as-close {
    cursor: pointer;
    font-size: 20px;
}

/* Review rows */
.as-review {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.as-review span {
    color: #fbbc04;
    font-size: 22px;
}
.as-review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.as-review-head-sub-1 img {
    width: 50px;
}
.as-review p {
    color: #000000d9;
}
.as-review-head-sub-1 strong {
    color: #000000db;
    text-transform: capitalize;
}

#as-review-box {
    gap: 4px;
}
.review-badge-custom{ 
    display: flex;
    flex-direction: column;
}
.review-badge-custom p {
    font-weight: 600;
    color: black;
    font-family: 'Poppins';
    font-size: 13px;
}

.as-review-head-sub-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gform-footer.gform_footer.top_label {
    justify-content: center;
}
 
.header-fav-rev {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    line-height: 20px;
}
.review-icon-img {
    background: black;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}
.review-icon-img img{
    width: 80%;
}
.sitefav-icon-google-review{
    width: 25%;
}
.sitefav-text-google-review{
    width: 60%;
}
.sitefav-text-google-review p {
    font-size: 12px;
    font-weight: 600;
}
