sl-cookie-consent * {
    margin: 0;
    padding: 0;
    line-height: 1;
}

sl-cookie-consent {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 1001;
    height: 48px;
    width: 48px;
}

sl-cookie-consent.show {
    height: 233px;
    width: 400px;
}

sl-cookie-consent > div {
    padding: 24px 0 20px;
    background-color: #FFFFFF;
    border-radius: 18px;
}

sl-cookie-consent div#main,
sl-cookie-consent.options { box-sizing: border-box; }

sl-cookie-consent div#main {
    height: 177px;
    width: 350px;
}

sl-cookie-consent.options {
    height: 485px;
    width: 348px;
}

sl-cookie-consent div#main,
sl-cookie-consent div.buttons { display: none; }

sl-cookie-consent.show div#main,
sl-cookie-consent.show div.buttons { display: block; }

sl-cookie-consent span#icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    background: url('/wp-content/plugins/slmandic-cookie-consent/assets/img/cookie-icon.svg?ver=0.0.1') no-repeat 40% 70% / 90% 90%;
    position: absolute;
    bottom: 0;
    border-radius: 24px;
}

sl-cookie-consent > div,
sl-cookie-consent h3 + a,
sl-cookie-consent div#options a.close { float: right; }

sl-cookie-consent h3 { font-size : 14px; }
sl-cookie-consent div#main h3 { margin-top: 0; }

sl-cookie-consent div.buttons a,
sl-cookie-consent div.buttons button {
    text-transform: capitalize;
    font-family: "system-ui";
}

sl-cookie-consent div.buttons a,
sl-cookie-consent div.buttons button:nth-of-type(1) {
    border-color: #3A4B51;
    color: #3A4B51;
}

sl-cookie-consent div.buttons button:nth-of-type(1) {
    margin-right: 16px;
    width: 100.5px
}

sl-cookie-consent div.buttons a {
    margin-right: 22px;
    font-weight: 400;
    width: 64.2px;
}

sl-cookie-consent div.buttons button:nth-of-type(2) {
    border: 0;
    width: 94.7px
}

sl-cookie-consent h3 + a {
    position: relative;
    bottom: 15px;
    text-decoration: none;
}

sl-cookie-consent p { margin: 16px 0 10px; }

sl-cookie-consent div#options h3 {
    margin-top: 2px;
    text-align: center;
}

sl-cookie-consent div#options ul {
    list-style-type: none;
    height: 280px;
    overflow-y: auto;
    margin-top: 20px;
}

sl-cookie-consent div#options ul ul {
    height: auto;
    margin-top: 0;
}

sl-cookie-consent div#options ul ul li { margin-top: 18px; }

sl-cookie-consent div#options h4,
sl-cookie-consent div#options h5 { font-size: 12px; }

sl-cookie-consent div#options h4 { margin-top: 15px; }

sl-cookie-consent div#options h5 {
    margin: 0;
    text-indent: 5%;
}

sl-cookie-consent div#options input[type="checkbox"] {
    float: right;
    position: relative;
    bottom: 14px;
}

sl-cookie-consent div#options h4 + input[type="checkbox"] { bottom: 30px; }

sl-cookie-consent div#options li p {
    font-size: 11px;
    margin: 5px 0;
}

sl-cookie-consent div#options li a + ul { display: none; }
sl-cookie-consent div#options li a.more + ul { display: block; }

sl-cookie-consent div#options ul + span {
    display: block;
    margin: 20px 0 0;
    text-align: center;
}

sl-cookie-consent.options div.buttons {
    padding-top: 0;
    bottom: 68px;
}

sl-cookie-consent.options div.buttons button {
    padding: 8px 0;
    width: 124.9px;
    margin: 0;
}

sl-cookie-consent.options div.buttons button:nth-of-type(1) {
    margin-right: 6px;
}

sl-cookie-consent div#main > div,
sl-cookie-consent div#options > div { padding: 0 20px; }

sl-cookie-consent.options div#options,
sl-cookie-consent.options div.buttons { width: 300px; }

sl-cookie-consent.options div#options { height: 437px; }

sl-cookie-consent div#options a.close {
    font-size: 0;
    height: 20px;
    width: 20px;
    margin: 0;
}

sl-cookie-consent div#options a.close:before {
    content: "#";
    font-size: 0;
    display: block;
    height: 16px;
    width: 16px;
    margin: 2px 2px;
    background: url('/wp-content/plugins/slmandic-cookie-consent/assets/img/close.svg?ver=0.0.1') no-repeat 0 0 / 100% 100%;
}

sl-cookie-consent div#main div.buttons { margin-top: 24px; }
sl-cookie-consent div#options div.buttons { margin-top: 6px; }
sl-cookie-consent div.buttons button { padding: 10px 21.95px; }
sl-cookie-consent.options div.buttons a { display: none; }

sl-cookie-consent p,
sl-cookie-consent a { font-size : 12px; }

sl-cookie-consent.options div#main,
sl-cookie-consent div#options { display: none; }

sl-cookie-consent.options div#options { display: block; }

sl-cookie-consent { display: block; }

sl-cookie-consent a {
    text-decoration: underline;
    font-weight: 900;
    margin-right: 6px;
}

sl-cookie-consent div#main a:before {
    content: " - ";
    display: inline-block;
    width: 14px;
}

sl-cookie-consent div#main a:nth-of-type(1):before { display: none; }
sl-cookie-consent.no-opt-out div#main a.opt-out { display: none; }

sl-cookie-consent div#options a.close { border-radius: 12px; }
sl-cookie-consent div.buttons button { border-radius: 22px; }

@media screen and (min-width: 100px) and (max-width: 767px) {
    sl-cookie-consent,
    sl-cookie-consent.options {
        width: calc(100% - 20px);
        left: 10px;
    }

    sl-cookie-consent > div {
        margin: 0 auto;
        float: none;
    }
}
