.cc-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
}
.cc-banner.inline .cc-modal {
    margin-top: 1em;
}
.cc-banner.modal .cc-modal {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 1em;
    z-index: 10000;
}
.cc-banner button {
    margin: 0.5em;
    padding: 0.5em 1em;
    border: none;
    cursor: pointer;
}
.cc-banner a {
    text-decoration: underline;
}
.cc-hidden { 
	display: none !important; 
}
