

/* Start:/local/components/webex.cookie/cookie.page/templates/.default/style.css?1759519278906*/
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.cookie-consent-banner p {
    margin: 0;
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    padding-right: 20px;
}

#cookie-consent-accept {
    background: #333;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
    transition: background 0.2s;
}

#cookie-consent-accept:hover {
    background: #555;
}

@media (max-width: 600px) {
    .cookie-consent-banner {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent-banner p {
        padding-right: 0;
        margin-bottom: 10px;
    }
}
/* End */
/* /local/components/webex.cookie/cookie.page/templates/.default/style.css?1759519278906 */
