.temporary-message {
background: white;
color: rgb( 241, 90, 36 );
text-align: center;
padding: 0.6em 0.8em;
font-size: 90%;
font-weight: bold;
}
.temporary-message::before {
content: '\f14c';
font-family: 'dashicons';
margin-right: 0.5em;
font-size: 120%;
vertical-align: middle;
}
.temporary-message a:hover {
border-color: white;
}