﻿.header-announcement {
    background-color: orange;
    box-shadow: inset 0px -5px 5px -5px gray;
}

.header-announcement .announcement-container {
    display: inline-block;
}

    .header-announcement .announcement-title {
        display: flex;
        align-items: center;
    }
    .header-announcement .announcement-title p {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0;
    }
        .header-announcement .announcement-title .btn:focus {
            box-shadow: 0 0 0 .2rem var(--coc-color-blue);
        }
    
    .header-announcement .announcement-description p:last-child {
        margin: 0;
    }
.header-announcement .announcement-hide {
    /*display: inline-block;*/
    margin-left: auto;
}

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (max-width: 767px) {
}

/* md */
@media only screen and (max-width: 991px) {
}

/* lg */
@media only screen and (max-width: 1199px) {
}

/* xl */
@media only screen and (max-width: 1399px) {
}
