<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#headerShortlist {
    background: none;
    color: var(--theme--primary-color);
    padding: 0.25em 0.5em 0;
    margin-right:8px;
}
#headerShortlist i {
    font-size: 28px;
}
#headerShortlist {
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
 #headerShortlist .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px 10px;
    border-radius: 50%;
    /*background-color: #dc3545;*/
    background-color: var(--theme--secondary-color);
    color: var(--wp--preset--color--white);
    font-size: 1.3rem;
}
</pre></body></html>