/* Read More Button Styles */
.read-more-btn {
    background: #1c2f2d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    margin-top: 12px;
    transition: background-color 0.3s ease;
}

.review-text.expanded p {
    white-space: normal;
}

/* Hide button when not needed */
.read-more-btn.hidden {
    display: none;
}
