.hp3-rating-link {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #d8e7ed;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 22px rgba(5, 55, 76, .11);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hp3-rating-link:hover,
.hp3-rating-link:focus-visible {
    border-color: #9fcbdc;
    box-shadow: 0 11px 27px rgba(5, 55, 76, .16);
    transform: translateY(-2px);
}
.hp3-rating-link:focus-visible { outline: 2px solid #08729f; outline-offset: 3px; }
.hp3-rating-link .hp3-stars {
    flex: 0 0 auto;
    color: #e3aa00;
    font-size: 1.65rem !important;
}
.hp3-rating-link .hp3-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 0;
    letter-spacing: 0 !important;
}
.hp3-rating-link .hp3-rating-stars svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #e3aa00;
}
.hp3-rating-link .hp3-star-fraction {
    position: relative;
    display: inline-block;
    color: #d7e0e5;
    letter-spacing: 0 !important;
}
.hp3-rating-link .hp3-star-fraction::before {
    content: "★";
    position: absolute;
    inset: 0 auto 0 0;
    width: 80%;
    color: #e3aa00;
    overflow: hidden;
}
.hp3-rating-link .hp3-rating-copy {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #294d61;
    font-size: .84rem;
    line-height: 1;
    white-space: nowrap;
}
.hp3-rating-link .hp3-rating-copy strong, .hp3-rating-link .hp3-rating-count { display: block; line-height: 1; }
.hp3-rating-link .hp3-rating-copy strong { color: #073d5c; font-weight: 800; }
.hp3-rating-link .hp3-rating-copy-mobile { display: none; }
.hp3-search .airplane::after { top: auto !important; right: 30px !important; bottom: 9px !important; width: 14px !important; height: 14px !important; background-size: 14px !important; }
.hp3-search .hp3-airport-trigger { display: flex; align-items: center; line-height: 1 !important; }
.hp3-search .hp3-airport-trigger::after { top: 50% !important; right: 2px !important; transform: translateY(-50%) !important; }
.hp3-review-proof .hp3-rating-stars { display: flex; align-items: center; gap: 3px; margin: 6px 0; line-height: 0; }
.hp3-review-proof .hp3-rating-stars svg { display: block; width: 22px; height: 22px; fill: #e3aa00; }
#show-rating-modal .star-rating-container { align-items: center; line-height: 1; }
#show-rating-modal .stars-background, #show-rating-modal .stars-overlay { top: 0; left: 0; display: flex; gap: 2px; font-size: 1.15rem; line-height: 1; }
#show-rating-modal .review-rating { display: inline-flex; align-items: center; gap: 2px; white-space: nowrap; }
#show-rating-modal .review-rating .star { display: inline-block; color: #d7e0e5; font-family: Arial, sans-serif; font-size: 1.15rem; line-height: 1; }
#show-rating-modal .review-rating .star.is-filled { color: #e3aa00; filter: drop-shadow(1px 1px 0 rgba(0,0,0,.12)); }
@media (max-width: 479.98px) {
    .hp3-rating-link { align-items: center; gap: 8px; padding: 8px 10px; }
    .hp3-rating-link .hp3-stars { font-size: 1.35rem !important; }
    .hp3-rating-link .hp3-rating-stars { gap: 2px; }
    .hp3-rating-link .hp3-rating-stars svg { width: 18px; height: 18px; }
    .hp3-rating-link .hp3-rating-copy-desktop { display: none; }
    .hp3-rating-link .hp3-rating-copy-mobile { display: inline-flex; }
    .hp3-rating-link .hp3-rating-copy { font-size: .75rem; line-height: 1; white-space: nowrap; }
}
