#custom-red-bar {
    background-color: #D52B1E;
    color: white;
    text-align: center;
    margin: 10px;
    padding: 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 999;
    transition: all 0.3s ease;
    width: 100%;
}

#custom-red-bar .canada-flag {
    width: 35px;
    height: auto;
}

#custom-red-bar-sticky {
    background-color: #D52B1E;
    color: white;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
    z-index: 99999;
}

#custom-red-bar-sticky .canada-flag {
    width: 35px;
    height: auto;
}

#custom-red-bar-mobile-top {
    background-color: #D52B1E;
    color: white;
    text-align: center;
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 14px;
    z-index: 99999;
    position: relative;
}

#custom-red-bar-mobile-top .canada-flag {
    width: 18px;
    height: auto;
}