// Import necessary styles and variables @import '../../styles/global.fonts.scss'; @import '../../styles/global.colors.scss'; // Define the recommendedContainer class .reccommendedContainer { background-color: inherit; color: $dark-gray-text-color; margin-top: 24px; height: 332px; scroll-behavior: smooth; }