#scms-cc-cookie-bar {
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

.cb-content-row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 550px) {
    .cb-content-row-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.cb-content-row-1 .cb-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#scms-cc-cookie-bar .cb-cookie-settings li {
    background: inherit;
}

#scms-cc-cookie-bar .cb-content-left > h2:first-child {
    position: absolute;
    left: -999em;
}

#scms-cc-cookie-bar .cb-button,
#scms-cc-cookie-bar .cb-button:hover {
    margin-right: .5em;
    border: 0;
    border-radius: 1em;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.cb-buttonlink {
    align-items: normal;
    background-color: rgba(0,0,0,0);
    border-color: rgba(238, 114, 37,0);
    border-style: none;
    box-sizing: content-box;
    color: rgb(238, 114, 37);
    cursor: pointer;
    display: inline;
    font: inherit;
    height: auto;
    padding: 0;
    perspective-origin: 0 0;
    text-align: start;
    text-decoration: underline;
    transform-origin: 0 0;
    width: auto;
    -moz-appearance: none;
    -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
    -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

/** Mozilla uses a pseudo-element to show focus on buttons, but anchors are highlighted via the focus pseudo-class. */
@supports (-moz-appearance:none) {
    .cb-buttonlink::-moz-focus-inner { /** Reset any predefined properties */
        border: none;
        padding: 0;
    }
    .cb-buttonlink:focus { /** Add outline to focus pseudo-class */
        outline-style: dotted;
        outline-width: 1px;
    }
}

#scms-cc-cookie-bar .cb-inner-content {
    padding-left: 0;
}

#scms-cc-cookie-bar h2 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    line-height: 1.3;
    text-transform: none;
    position: static;
    width: auto;
    text-align: left;
}
