/**/
.text-uppercase {
/*    font-size: 1.1rem;*/
}

.archive-divider span {
    background-color: #eeedea;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.wa-button {
    width: 56px;
    height: 56px;
    position: fixed;
    cursor: pointer;
    z-index: 1000;
    bottom: 20px;
    left: 20px;
    opacity: 0.6;
    transition: 0.2s;
    transition-property: initial;
    transition-duration: 0.7s;
    transition-timing-function: ease-in;
    transition-delay: initial;
}

.wa-button :hover {
    opacity: 0.8;
}