.mobi-hm-trustpilot-badge { display: flex; align-items: center; background: linear-gradient(135deg, #00b67a 0%, #00b67a 100%); padding: 2px 10px; border-radius: 0 0 15px 15px; box-shadow: 0 4px 12px rgba(0, 182, 122, 0.25); gap: 10px; width: 100%; justify-content: space-around; margin: 0px 2px; } .mobi-hm-logo-section { flex-direction: column; display: flex; align-items: center; gap: 2px; padding-right: 20px; border-right: 2px solid rgba(255, 255, 255, 0.3); } .mobi-hm-logo-icon { width: 26px; height: 27px; background: white; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 20px; color: #00b67a; } .mobi-hm-logo-text { font-size: 16px; font-weight: 500; color: white; letter-spacing: -0.5px; } .mobi-hm-rating-section { place-items: center; justify-content: center; display: flex; flex-direction: column; } .mobi-hm-rating-score { display: flex; align-items: center; gap: 4px; } .mobi-hm-score { font-size: 24px; font-weight: 400; color: white; } .mobi-hm-stars { display: flex; gap: 2px; } .mobi-hm-star { color: white; font-size: 18px; } .mobi-hm-reviews-text { font-size: 13px; color: rgba(255, 255, 255, 0.95); font-weight: 500; } .mobi-hm-award-section { background: rgba(255, 255, 255, 0.2); padding: 2px 4px; border-radius: 8px; display: flex; align-items: center; gap: 10px; border: 2px solid rgba(255, 255, 255, 0.3); } .mobi-hm-award-icon { width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; } .mobi-hm-award-text { display: flex; flex-direction: column; gap: 2px; } .mobi-hm-award-title { font-size: 11px; color: rgba(255, 255, 255, 0.9); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; } .mobi-hm-award-name { font-size: 14px; color: white; font-weight: bold; line-height: 1.2; } .hide-desk { display: none; } @media (max-width: 720px) { .hide-desk { display: flex; } } 