@media (min-width: 769px) {
    .mobile-banner-link {
        display: none;
    }
}

.mobile-banner-link {
    display: block;
    text-decoration: none;
}

.mobile-banner {
    background-color: #3c9806;
    color: white;
    padding: 10px 10px 10px 0; /* mbanner.png */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 10px;
}

.banner-car {
    height: 30px;
    margin-left: 0; 
    margin-right: 10px;
    flex-shrink: 0;
}

.banner-text {
    flex-grow: 1;
    font-weight: 500;
    line-height: 1.2;
}

.banner-button {
    background-color: #2f2f2f;
    color: white;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}