
.accessibility-toolbar button {
    margin: .5rem;
    padding: .5rem 1rem;

    font-weight: 700;

    color: #000;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 10px rgba( 0, 0, 0, .2 );
    border-radius: 3px;
    cursor: pointer;
}

.accessibility-toolbar button:hover {
    background: #ddd;
}

.high-contrast *:not( .accessibility-widget * ) {
    background-color: black !important;
    color: #fff !important;
}

.high-contrast a {
    display: inline-block;
    padding: .5rem;
    border: 1px solid #d1ff03;
}

.high-contrast .article__title {
    color: #fff;
}

.accessibility-toggle {
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    z-index: 30;

    padding: .5rem;
    line-height: 0;
    color: white;
    border-radius: 50%;
    border: none;
    background-color: #fd9e00;
    cursor: pointer;
}

.accessibility-toolbar {
    position: fixed;
    bottom: 7rem;
    right: 1rem;
    z-index: 29;

    display: flex;
    flex-direction: column;

    background: white;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba( 0, 0, 0, .2 );
}

.accessibility-toolbar.hidden {
    display: none !important;
}

.toggle-icon {
    width: 3rem;
    height: 3rem;
    fill: #000;
    background-color: transparent !important;
}