/* 타임스탬프 변환기 스타일 */
.timestamp-converter-tool .form-control:focus,
.timestamp-converter-tool .form-select:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.timestamp-converter-tool .form-control.bg-light:focus {
    background-color: #fff !important;
}

.timestamp-converter-tool .accordion-button:not(.collapsed) {
    background-color: var(--bs-light);
    box-shadow: none;
}

.timestamp-converter-tool .accordion-button:focus {
    box-shadow: none;
}

.timestamp-converter-tool .btn-copy-result:hover {
    color: var(--bs-primary) !important;
}
