/* Customisations */
body {
    color: #555550;
}
.container {
    max-width: 980px;
}
header {
    padding-bottom: 0.865rem;
    border-width: 0;
    border-color: #ccc;
    box-shadow: 0 1px 6px rgba(0,0,0,0.125);
}
.caption {
    font-size: 0.75rem;
}
ol.circled {
    list-style: none;
    counter-reset: custom-counter;
}
ol.circled li {
    counter-increment: custom-counter;
    position: relative;
    margin-bottom: 0.5rem;
}
ol.circled li::before {
    content: counter(custom-counter);
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -34px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    background-color: var(--bs-danger, #F64C3C);
    border-radius: 50%;
}
.button-wrapper .btn-smartie-red {
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
header .btn-smartie-red {
    box-shadow: none;
    font-size: 1rem;
    text-transform: uppercase;
}
@media (min-width: 576px) {
    header .btn-smartie-red {
        font-size: 1.25rem;
    }
}
.button-wrapper .btn-smartie-red {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
}
