/* default styles */
.privacywire {
    position: fixed;
    bottom: -250%;
    left: 0;
    right: 0;
    box-shadow: 0 -1px 3px rgba(0,0,0,.3);
    opacity: 0;
    background: #fff;
    z-index: 1;
    padding: 1rem;
    transition: bottom .3s ease-in,opacity .3s ease;
    font-size: 16px;
    line-height: 1.3;
}
.show-banner .privacywire-banner,
.show-message .privacywire-message,
.show-options .privacywire-options {
    bottom: 0;
    opacity: 1;
}
.privacywire-header {
    font-weight: 600;
}
.privacywire-ask-consent-blueprint,
.privacywire button[hidden],
[data-ask-consent-rendered="1"] {
    display: none;
}

/* custom styles */
.privacywire-text p {
    margin-bottom: 5px;
}
.privacywire-text ul {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}
.privacywire-text label {
    cursor: pointer;
}
.privacywire-text label input {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.privacywire-buttons {
    margin-top: 5px;
}
.privacywire-buttons button {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    margin-top: 5px;
    padding: 4px 5px;
    border: 1px solid #999;
    background-color: #fff;
    cursor: pointer;
}
.privacywire-page-links {
    margin-top: 10px;
    font-size: inherit;
}
.privacywire-page-links a,
.privacywire-page-links a:visited,
.privacywire-page-links a:hover {
    color: #AA4336;
    text-decoration: underline;
}
.privacywire .privacywire-page-link + .privacywire-page-link {
    margin-left: 10px;
}

.privacywire-ask-consent {
    font-size: 16px;
    line-height: 1.2;
    padding: 7px 8px;
    background-color: #efefef;
}
.privacywire-ask-consent h2,
.privacywire-ask-consent h3 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    line-height: 1.2;
    margin-bottom: 0;
}
.privacywire-ask-consent h2 + p,
.privacywire-ask-consent h3 + p {
    margin-top: 0;
}
.privacywire-ask-consent p {
    margin: 10px 0;
}
.privacywire-consent-button {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    text-align: left;
    padding: 5px 5px;
    border: 1px solid #999;
    background-color: #fff;
    cursor: pointer;
}
