.popup-message {
display: none; position: fixed;
bottom: 0;
left: 0;
font-size: 85%;
width: calc( 100% - 20px );
z-index: 99999;
background: white;
box-sizing: border-box;
padding: 15px;
margin: 10px;
text-align: center;
border-radius: 4px;
box-shadow: 0 0 20px 20px rgba( 0, 0, 0, 0.2 );
}
.popup-message p {
margin: 0.2em auto 0.6em;
}
.popup-message button {
background: #0858b3;
border-color: #0858b3;
color: white !important;
font-weight: bold;
margin: 0 0.4em 1em;
padding-left: 1em !important;
padding-right: 1em !important;
border-radius: 0;
font-size: 120%;
}
.popup-message button:hover {
background: #053e80;
border-color: #053e80;
}
.popup-message .more-tracking-details {
display: none;
margin: 1em auto;
max-width: 65ch;
font-size: 90%;
}
.popup-message .show-more-tracking-details::after {
content: '\f078';
font: var( --fa-font-solid );
display: none;
}
.popup-message .show-more-tracking-details.expanded::after {
content: '\f077';
}
.popup-message .show-more-tracking-details .svg-inline--fa {
color: inherit;
margin-left: 0.2em;
transform: scale( 0.9 );
}
.dormant-tracking-code {
display: none;
}
.stop-using-tracking-cookies-para {
text-align: center;
font-size: 90%;
margin: 0.5em;
} .newsletter-message {
display: none;
background: #169bda;
}
.newsletter-message p {
color: white;
font-weight: bold;
}
.newsletter-prompt {
display: none;
}