.elegant-series-previous,
.elegant-series-next,
.elegant-series-select-chapter {
    display: inline-block !important;
    cursor: pointer;
    font-size: 18px !important;
    margin-bottom: 3px !important;
}


.elegant-series-next, 
.elegant-series-previous {
    background: #26a300;
    border: 2px solid #035e03;
    border-radius: 4px !important;
    font-weight: bold;
    color: white;
    padding: 2px 6px;
}

.elegant-series-disabled {
    background: #cccccc;
    color: #efefef;
    border-color: gray;
}

.elegant-series-select-chapter {
    border-radius: 4px !important;
    background: #f29601 !important;
    color: white !important;
    padding: 1px 8px !important;
    border: 2px solid #d66e00 !important;
    --wp--preset--color--black: red !important;
    font-weight: bold;
    -webkit-appearance: searchfield !important;
}

.elegant-series-select-chapter:focus {
    border-color: red !important;
    outline: none !important;
}

.elegant-series-links {
    display: none;
    margin: 10px 0;
}

.elegant-series-select-wrapper {
    margin-bottom: 8px;
}