/* style/index-review-fa88.css */

/* Global variables from shared.css */
:root {
    --primary-color: #007BFF;
    --secondary-color: #FFD700;
    --dark-bg-1: #0d0d0d; /* Assuming a dark background from shared.css */
    --text-light: #ffffff;
    --text-dark: #333333;
    --gray-light: #f1f3f5;
    --gray-medium: #e0e0e0;
}

.page-index-review-fa88 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-light); /* Default text color for dark body background */
    background-color: var(--dark-bg-1); /* Ensure page background matches body */
}