﻿.review-block {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .review-block {
        flex-direction: row;
        text-align: left;
    }
}

.star-rating .fa-star,
.star-rating .fa-star-half-alt {
    color: #f05a3d;
}

.platform-icon {
    background-color: #2d6eb5;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.review-text {
    font-size: 0.9rem;
    color: #1e3e5a;
}

.centered-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
