﻿#technical-issues-msg_wrapper__default,
#technical-issues-msg_wrapper__mobile {
    position: relative;
}

#technical-issues-msg_wrapper__default {
    min-height: 42px;
    z-index: 12;
}


#technical-issues-msg_wrapper__mobile {
    height: auto;
    min-height: 42px;
    max-height: 94px;
    z-index: 2;
}

#technical-issues-msg_container__default,
#technical-issues-msg_container__mobile {
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    gap: 10px;
    color: #fff;
    text-shadow: 0 1px 1px #960016;
}

#technical-issues-msg_container__default {
    display: flex;
    height: auto;
    min-height: inherit;
    background-color: #c9001e;
    background: linear-gradient( to top, #bd031f 0%, #bd031f 50%, #c9001e 50%, #c9001e 100% );
}

#technical-issues-msg_container__mobile {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 94px;
    background-color: #b30006;
}

.technical-issues-msg_notice-pill {
    background-color: white;
    color: #c9001e;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    padding: 3px;
    text-decoration: none;
}

.technical-issues-msg_text-container__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
}

.technical-issues-msg_text__default,
.technical-issues-msg_text__mobile {
    color: #fff;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 1350px) {
    .technical-issues-msg_notice-pill {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #technical-issues-msg_wrapper__default {
        min-height: 52px;
    }
}

@media screen and (max-width: 650px) {
    #technical-issues-msg_wrapper__default {
        z-index: 0;
    }

    #technical-issues-msg_container__default {
        position: relative;
        background-color: #b30006;
    }
}