.list-group-item {
    transition: all 0.3s ease;
    border-left: none;
    border-right: none;
}

.list-group-item:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.list-group-item a {
    margin-left: 10px;
}

.list-group-item:hover a {
    color: #0d6efd !important;
}
.subscribe-processing-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
/* Для мобильных устройств */
@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 1.1rem !important;
    }
    
    .navbar-brand svg {
        width: 24px;
        height: 24px;
    }
    
    .btn {
        font-size: 0.9rem;
        padding: 0.3rem 0.6rem;
    }
}