.theme_triad #cm.bar #c-inr {
    max-width: inherit;
}

.theme_triad #c-bns .c-p-bn,
.theme_triad #c-bns .c-s-bn,
.theme_triad #s-bns button {
    color: #fff;
    background: #c6893f;
}

.theme_triad #c-bns .c-p-bn:active,
.theme_triad #c-bns .c-p-bn:hover,
.theme_triad #c-bns .c-s-bn:active,
.theme_triad #c-bns .c-s-bn:hover,
.theme_triad #s-bns button:active,
.theme_triad #s-bns button:hover {
    background: #a9712e;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: #c6893f;
}

@media screen and (min-width: 992px) {
    .theme_triad #cm.bar #c-inr {
        display: flex;
    }
    .theme_triad #cm.bar #c-inr-i {
        flex: 1.5;
        padding-right: 1em;
        display: flex;
        align-items: center;
    }
    .theme_triad #cm.bar #c-bns {
        flex: 1;
        margin-top: 0;
        flex-direction: row-reverse;
    }
}

/* Pisler style */
.theme_triad #cc_div #cm {
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100% !important;
    bottom: 0;
    top: unset;
    height: auto;
}
.theme_triad #c-txt {
    color: white;
    font-size: 14px;
}

.theme_triad #c-txt a {
    color: #dac287;
    text-decoration: underline;
    border-bottom: none;
}
/* accept/deny btn */
.theme_triad #c-bns #c-p-bn,
.theme_triad #c-bns #c-s-bn {
    font-family: 'Apex Serif';
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    height: 40px;
    border-radius: 0;
    margin-left: 1em;
    padding: 3px 0 0 0;
    min-width: 140px;
    border-radius: 2px;
}
/* Change pref btn */
.theme_triad #c-bns #c-t-bn {
    background: #eaeaea;
    font-family: 'Apex Serif';
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
    height: 40px;
    border-radius: 0;
    padding: 3px 0 0 0;
    min-width: 160px;
    border-radius: 2px;
}

@media (max-width: 688px) {
    .theme_triad #c-bns #c-p-bn,
    .theme_triad #c-bns #c-s-bn,
    .theme_triad #c-bns #c-t-bn {
        width: 100%;
        padding: 1em 1.7em;
        margin-left: 0;
    }
    #cm.bar #c-bns {
        max-width: 100%;
    }
}
