/* Add WA floating button CSS */
.floating {
    position: fixed;
    bottom: 60px;
    right: 30px;
    border-radius: 30px;
    font-size: 1.2em;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    --hover: #25d366;
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
}

#footer a:not(.btn):not(.no-footer-css), #footer li, #footer span, #footer p {
    color: #fff;
}

.vacancy-content h5 {
    margin: 14px 0 14px 0;
}

.salary-price .price-menu-item-details {
    display: block!important;
    justify-content: space-between;
    position: relative;
}

@media (min-width: 992px) and (min-width: 1200px) {
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        padding: 0 0.6rem;
    }
}
