#ijan-mad-wizard {
    max-width: 600px;
}

#ijan-mad-wizard fieldset {
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 1em;
}

#ijan-mad-wizard legend {
    font-weight: 700;
}

.wizard-nav {
    margin-top: 1em;
    display: flex;
    gap: 1em;
}

/* nicer bullets + spacing for the intro “tip” pages */
.intro-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
}

.intro-list li:last-child {
    margin-bottom: 0;
}

.intro-list li::before {
    content: "•";
    /* bullet */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.05rem;
    /* a little larger than text */
    line-height: 1;
    /* vertically centred */
    color: var(--bs-primary);
    /* pick up the Bootstrap primary colour */
    font-weight: 700;
}
#ijan-logout{
  margin-top: .5rem;
}