/* Replace FS19 text with image and add background color */
#menu-item-1873 a,
#menu-item-36009 a {
    background: url('https://levismodding.co.uk/wp-content/uploads/2024/11/fs19_small_150.webp') no-repeat center center, #FF9800; /* FS19 orange background */
    background-size: 66px auto; /* Adjusted size for the logo */
    text-indent: -9999px;
    display: block;
    height: 50px; /* Adjusted overall height */
    width: 100%; /* Ensure background spans the full width */
    line-height: 50px; /* Matches height for vertical centering */
    margin: 5px 0; /* Adds space between items */
    border-radius: 5px; /* Rounds corners */
}

/* Replace FS22 text with image and add background color */
#menu-item-24322 a,
#menu-item-4198 a,
#menu-item-4200 a,
#menu-item-1874 a,
#menu-item-4028 a,
#menu-item-19530 a,
#menu-item-15741 a {
    background: url('https://levismodding.co.uk/wp-content/uploads/2024/11/fs22_small_150.webp') no-repeat center center, #03A9F4; /* FS22 blue background */
    background-size: 66px auto; /* Adjusted size for the logo */
    text-indent: -9999px;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin: 5px 0;
    border-radius: 5px;
}

/* Replace FS25 text with image and add background color */
#menu-item-48884 a,
#menu-item-48379 a,
#menu-item-47988 a,
#menu-item-44930 a,
#menu-item-44889 a,
#menu-item-44888 a,
#menu-item-44902 a {
    background: url('https://levismodding.co.uk/wp-content/uploads/2024/11/fs25_small_150.webp') no-repeat center center, #8BC34A; /* FS25 green background */
    background-size: 66px auto; /* Adjusted size for the logo */
    text-indent: -9999px;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin: 5px 0;
    border-radius: 5px;
}
