.mindz-home-team-routine-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    text-decoration: none;
    white-space: nowrap;
}

.mindz-home-team-routine-link__icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
}

.mindz-home-team-routine-link__icon svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 760px) {
    .mindz-home-team-routine-link {
        width: 100%;
    }
}
