/*
Theme Name: Basic
Description: Individual
Author: MB
Author URI:
Template: hello-elementor
Version: 1.1
Tags:
*/

/* remove a from mother template*/
a {
  color: initial;
  text-decoration: underline;
}

*:focus {
  outline: none;
}

/*fix for margin bottom on p elements*/
.elementor-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px;}