/* Heimdall Studio v0.15.6 - OdoBuddy page cleanup */

.odobuddy-back-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px;
    color: #52677b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-decoration: none;
    text-transform: uppercase;
}

.odobuddy-back-top:hover {
    color: #172536;
}

.odobuddy-back-top::before {
    content: "\2190";
    font-size: 0.95rem;
    line-height: 1;
}

.odobuddy-hero-status {
    margin-top: 22px !important;
}

.odobuddy-cleanup-hidden {
    display: none !important;
}

@media (max-width: 680px) {
    .odobuddy-back-top {
        margin-bottom: 18px;
    }
}
