.bp-year-jump-row th.bp-year-jump-cell {
    padding: 4px 6px 6px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

.bp-year-jump-cell .bp-year-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-right: 4px;
    vertical-align: middle;
}

.bp-year-select,
.bp-year-input {
    display: inline-block;
    width: auto;
    min-width: 72px;
    max-width: 96px;
    height: 28px;
    padding: 2px 6px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: #fff;
    color: #111827;
}

.bp-year-input {
    width: 72px;
}

.bp-year-select:focus,
.bp-year-input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

.datepicker .bp-year-jump-row th,
.bootstrap-datetimepicker-widget .bp-year-jump-row th {
    border-radius: 0;
}
