.isOutsideOfSla {
    border-left: 4px solid rgb(234 88 12);
    background-color: rgb(255 247 237);
}

.isOutsideOfSla:nth-child(2n+1) {
    background-color: rgb(255 237 213);
}

.isOutsideOfSla:hover {
    background-color: rgb(254 215 170);
}

.site-footer {
    text-align: center;
    border-radius: 0;

    .fi-section-content {
        padding: 0.5rem 1rem;
    }
}
