.nea-google-reviews__list {
display: grid;
gap: 16px;
}
.nea-google-reviews__item {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 16px;
background: #fff;
}
.nea-google-reviews__header {
display: grid;
grid-template-columns: 48px 1fr;
gap: 12px;
align-items: center;
margin-bottom: 12px;
}
.nea-google-reviews__avatar {
width: 48px;
height: 48px;
border-radius: 999px;
object-fit: cover;
}
.nea-google-reviews__author a {
text-decoration: none;
}
.nea-google-reviews__rating,
.nea-google-reviews__time {
font-size: 0.9em;
opacity: 0.85;
}
.nea-google-reviews__content p:last-child {
margin-bottom: 0;
}.gutenberg .block-hidden { display: none !important; } .is-root-container .hide-mobile {opacity: 0.4;}
.is-root-container .hide-tablet {opacity: 0.4;}
.is-root-container .hide-desktop {opacity: 0.4;}
.is-root-container .block-hidden{opacity: 0.2;}