.profile-photo-column{display:grid;justify-items:center;gap:12px}.photo-rating{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:center;column-gap:8px;width:220px;padding:11px 9px;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:rgba(255,255,255,.1);color:#fff;text-align:center}.photo-rating .review-stars{grid-column:1/-1;color:#ffd055;font-size:20px;letter-spacing:1px}.photo-rating strong{font-size:18px}.photo-rating small{font-size:11px;color:#d9edf3}.photo-rating:hover{background:rgba(255,255,255,.16)}@media(max-width:900px){.photo-rating{width:170px}}@media(max-width:600px){.profile-photo-column{justify-items:start}.photo-rating{width:220px}}
