/**handles:provider-reviews-css**/
.provider-reviews-loading{padding:20px;text-align:center;color:#666}.provider-reviews-error{padding:10px;background:#ffebee;border:1px solid #f44336;border-radius:4px;color:#c62828;margin:10px 0}.provider-reviews-summary{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:20px 0;max-width:500px}.rating-display{display:flex;align-items:center;justify-content:center;margin:8px 0;gap:10px}.stars{font-size:20px;line-height:1}.star-rating{display:inline-block;font-size:24px;line-height:1}.star{display:inline-block}.star-full{color:orange}.star-empty{color:#ddd}.star-half-container{position:relative;display:inline-block}.star-empty-bg{color:#ddd}.star-half-fill{position:absolute;left:0;top:0;width:50%;overflow:hidden;color:orange}.rating-text{font-size:16px;color:#333}.rating-number{font-weight:700;font-size:18px}.total-reviews{color:#666;margin-left:5px}.view-all-reviews{display:inline-block;color:#275d38;text-decoration:none;font-size:14px;padding:8px 16px;border:1px solid #275d38;border-radius:4px;transition:all .2s ease;white-space:nowrap}.view-all-reviews:hover{background-color:#275d38;color:#fff;text-decoration:none}@media (max-width:600px){.provider-reviews-summary{flex-direction:column;gap:15px;text-align:center}}