﻿.sites {
    width: 100%;
    display: flex;
    gap: 4px;
    padding: 8px;
    background: #fff;
    justify-content: space-around;
}

.sites a {
    padding: 0 8px;
    border-radius: 8px;
    height: 32px;
    background: #E0D9EB;
}

    .sites a img {
        height: 100%;
        width: auto;
    }

@media(min-width: 768px) {
    .sites {
        justify-content: center !important;
        gap: 20px;
    }

        .sites a {
            height: 40px;
        }
}

.tv {
    background: #001A6B !important;
}

.sport {
    background: linear-gradient(180deg, #AC0000 0%, #460000 100%) !important;
}