@charset "utf-8";

/* Joomla! Bootstrap resets */
:root {
    --bs-body-font-family: sans-serif;
    --bs-body-font-size: medium;
    --bs-body-line-height: normal;
}

/* Generic elements */
address {
    margin-bottom: 0;
}

dl {
    margin-bottom: 0;
}

dd {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

.list-unstyled {
    margin: 0;
}

p {
    margin-bottom: .75rem;
}

ol,
ul {
    margin-bottom: 0;
}

/* Breadcrumbs */
.breadcrumb {
    --bs-breadcrumb-margin-bottom: 0;
}

/* .breadcrumb-item.active:first-child {
    display: none;
} */