@media screen and (max-width: 768px) {
    .topbar-first-line .back-button {
        font-size: clamp(0.7rem, 1.5vh, 0.8rem) !important;
        padding: 0.4rem 0.6rem !important;
        border-radius: 0.8rem !important;
        margin-right: 0.2rem !important;
    }
}

@media screen and (max-width: 480px) {
    .topbar-first-line .back-button {
        font-size: clamp(0.6rem, 1.2vh, 0.7rem) !important;
        padding: 0.3rem 0.5rem !important;
        margin-right: 0.3rem !important;
        border-radius: 0.6rem !important;
    }
}

@media screen and (max-width: 360px) {
    .topbar-first-line .back-button {
        font-size: clamp(0.55rem, 1vh, 0.65rem) !important;
        padding: 0.25rem 0.4rem !important;
        border-radius: 0.5rem !important;
        margin-right: 0.4rem !important;
    }
}