/* Changes from default by Marko Raspor | Grom Digital d.o.o. */

/* Removed margin */
h1, h2, h3, h4, h5, h6, legend { margin: 0 0 50px; color: var(--azure); font-size: 36px; font-family: Montserrat, Mulish, Arial, Helvetica, sans-serif; line-height: 1.2083333333; text-align: left; letter-spacing: 0.0027777778em; }
h1, h2 { margin: 0 0 84px; }

/* Map <article> adjustment */
.module-wide:first-child {
    margin-bottom: 50px !important;
}
.module-wide:last-child {
    margin-top: 50px !important;
}

/* Styling HTML element in the map */
hr.map {
    border: 0;
    height: 1px;
    background: #FFF;
    /*background-image: linear-gradient(to right, #ccc, #333, #ccc);*/
    padding: 0;
    margin: 5px 0;
}
table.map{
    margin: 10px 0;
    border-collapse: collapse;
}
th.map {
    text-align: left;
    vertical-align: top;
}
td.map {
    padding-left: 20px;
    text-align: left;
}
tr.map {
    border: #777777 1px solid;
    border-left: none;
    border-right: none;
}
tr.map:first-child {
    border-top: none;
}
tr.map:last-child {
    border-bottom: none;
}

/* Changes to Status Modal */
.scheme-input { max-width: 750px !important; }
.error-status { color: darkred}

/* ReCaptcha positioning */
.g-recaptcha {
    margin-left: 30px;
}

/* Amcharts legend */
figure#chartdiv g[aria-label="Legend"] text tspan {
    font-size: 0.8em;
;
}