/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.10.2025, 9:36:51
    Author     : pbartos
*/

.a-flex {
                    display: flex; 
                    flex-wrap: wrap;
                    justify-content: space-around;
                    align-items: flex-start;

                }

                .a-flex > * {
                    flex: 1 0 calc(33.3% - 10px);
                    margin: 3px;

                }


                .a-logo_container > img {
                    width: 100%;

                }

                .a-logo_container > p {
                    color: white;
                    margin: 10px;
                }






                .a-img_wrapper > img {
                    width: 100%;

                }

                .a-upgrade {
                    position: relative

                }

                .a-upgrade img {
                    position: absolute;
                    left: 90px;
                    bottom: -80px;

                }

                @media (max-width: 1040px) {
                    .a-upgrade {
                        display: none !important;
                    }


                }


                .a-upgrade_mb {
                    text-align: center;

                }


                @media (min-width: 1041px) {
                    .a-upgrade_mb {
                        display: none !important;
                    }

                }



                .a-cars {
                    background-color: #ec1d23;
                    margin: 3px;
                    padding: 10px;
                    margin-top: 15px;
                }




                .a-logo_container_cars > img {
                    width: 50%;
                }

                .a-logo_container_cars {
                    text-align: center;
                    
                }

                .a-logo_container_cars p {
                    text-align: center;
                    color: white;
                }

                .a-line {
                    background-color: white;
                    height: 1px;
                    margin: 5px;

                }

                table.a-table_scx {
                    border: 0px solid white !important;
                    color: white !important;
                    background-color: #ec1d23;
                }

                 table.a-table_scx th {
                    border: 0px solid white !important;
                    background-color: #ec1d23 !important;
                    color: white !important;
                    font-weight: bold !important;
                    font-size: 15px !important;
                }
                
                table.a-table_scx td {
                    border: 0px solid white !important;
                    background-color: #ec1d23 !important;
                    color: white !important;
                    font-size: 15px !important;
                }
                
                a.a-link-white,
                a.a-link-white:visited,
                a.a-link-white:hover {
                    color: white;
                }