/*
Theme Name:   Children's Research Centre
Author URI:   https://bellamystudio.com
Template:     hello-elementor
Version:      1.0.1
Text Domain:  hello-elementor
*/

body {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #222;
}


/*a {
    color: #224870
}

a:hover {
    color: #335981;
}*/

.readable-length {
    max-width: 36rem;
    margin: auto;
}
.readable-length-left {
  max-width: 36rem;
}

ul.dash-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dash-bullets li {
    position: relative;
    padding: 0 0 12px 24px;
    margin: 0;
}

ul.dash-bullets li::before {
    content: '\2014';
    position: absolute;
    left: 0;
    top: -2px;
}
