#tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
}

#tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
    margin-top: 1rem;
}

#tabs-with-content .tab-content.is-active {
    display: block;
}

.footer {
    background-color: #ffffff;
}

.tabs a {
    text-decoration: none;
    font-weight: 500;
}

.message .tabs a.tab {
    color: currentColor;
    text-decoration: none !important;
}

.button-area {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
}