/**
 * News Month Filter Styles
 * Banijay Addon Plugin
 */

.news-month-filter {
    margin-bottom: 1.5em;
}

.news-month-filter-label {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

.news-month-filter select {
    width: 100%;
    padding: 0.4em 2em 0.4em 0.6em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9em;
    background: #fff;
    cursor: pointer;
    appearance: auto;
}

.news-month-filter select:hover {
    border-color: #999;
}

.news-month-filter select:focus {
    outline: 2px solid #0073aa;
    outline-offset: 2px;
}

@media (min-width: 768px) {
    .news-month-filter select {
        width: auto;
        min-width: 200px;
    }
}
