/**
 * Munkavégzés datetime — naptár panelen belüli óra/perc select stílus.
 */
.fi-wo-work-datetime .fi-fo-date-time-picker-panel .flex.items-center.justify-center {
    gap: 0.75rem;
    padding-block: 0.375rem;
}

.fi-wo-work-datetime .fi-wo-work-datetime-select {
    min-width: 4.75rem;
    min-height: 2.75rem;
    padding: 0.375rem 2rem 0.375rem 0.625rem;
    border-radius: 0.5rem;
    border: 1px solid rgb(209 213 219);
    background-color: rgb(249 250 251);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.125rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    text-align-last: center;
    color: rgb(3 7 18);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dark .fi-wo-work-datetime .fi-wo-work-datetime-select {
    border-color: rgb(255 255 255 / 0.15);
    background-color: rgb(255 255 255 / 0.08);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%9ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    color: rgb(255 255 255);
}

.fi-wo-work-datetime .fi-fo-date-time-picker-panel .flex.items-center.justify-center > span {
    font-size: 1.25rem;
    font-weight: 700;
}

@media (pointer: coarse), (max-width: 768px) {
    .fi-wo-work-datetime .fi-wo-work-datetime-select {
        min-width: 6rem;
        min-height: 3.25rem;
        padding: 0.5rem 2.25rem 0.5rem 0.75rem;
        background-position: right 0.625rem center;
        background-size: 1.25rem;
        font-size: 1.375rem;
    }

    .fi-wo-work-datetime .fi-fo-date-time-picker-panel .flex.items-center.justify-center > span {
        font-size: 1.5rem;
    }
}
