.asp-gbp-rating {
--asp-gbp-star-color: #ffad21;
--asp-gbp-text-color: #ffffff;
display: inline-block;
max-width: 100%;
padding: 8px 0;
color: var(--asp-gbp-text-color);
}
.asp-gbp-rating .asp-gbp-link {
display: inline-flex;
flex-direction: column;
align-items: flex-end;
gap: 7px;
max-width: 100%;
color: inherit;
text-decoration: none !important;
}
.asp-gbp-rating .asp-gbp-link:hover,
.asp-gbp-rating .asp-gbp-link:focus {
color: inherit;
text-decoration: none !important;
}
.asp-gbp-rating .asp-gbp-link:focus-visible {
outline: 2px solid currentColor;
outline-offset: 6px;
}
.asp-gbp-main-row {
display: flex;
align-items: center;
gap: 28px;
max-width: 100%;
}
.asp-gbp-stars {
display: flex;
align-items: center;
gap: 18px;
line-height: 0;
flex-shrink: 0;
}
.asp-gbp-star {
display: block;
width: 46px;
height: 46px;
flex: 0 0 46px;
fill: var(--asp-gbp-star-color);
}
.asp-gbp-value {
font-size: 42px;
font-weight: 700;
line-height: 1.1;
white-space: nowrap;
}
.asp-gbp-attribution {
display: block;
font-family: Roboto, Arial, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.2;
letter-spacing: normal;
white-space: nowrap;
color: var(--asp-gbp-text-color);
}
.asp-gbp-rating.is-loading .asp-gbp-main-row {
opacity: 0.85;
}
@media (max-width: 767px) {
.asp-gbp-main-row {
gap: 14px;
}
.asp-gbp-stars {
gap: 7px;
}
.asp-gbp-star {
width: 27px;
height: 27px;
flex-basis: 27px;
}
.asp-gbp-value {
font-size: 24px;
}
}
@media (max-width: 480px) {
.asp-gbp-main-row {
flex-wrap: wrap;
}
.asp-gbp-rating .asp-gbp-link {
align-items: flex-start;
}
}#commentform .gglcptch {
margin: 0 0 10px;
}
#recaptcha_response_field {
height: 17px !important;
max-height: 35px !important;
font-size: 10pt !important;
}
.recaptcha_theme_clean #recaptcha_response_field {
height: 25px !important;
}
#gglcptch_error {
color: #F00;
}
.gglcptch table#recaptcha_table {
table-layout: auto !important;
} .gglcptch_allowlist_message {
display: block;
margin: 12px 0;
}
.gglcptch_v2 {
min-width: 1px;
padding: 10px 0;
clear: both;
}
.gglcptch_recaptcha .grecaptcha-badge {
z-index: 100;
}
.gglcptch_error_text {
color: red;
display: none;
}
.gglcptch-password-form-error{
color: red;
}