/* Hive form controls: consistent corner radius (matches modal panels at 6px). Loaded after vendor CSS (e.g. Radzen) so this wins the cascade. */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="color"],
input:not([type]),
textarea,
select {
    border-radius: 6px !important;
}

/* Full-width select-like dropdown triggers (e.g. BaseDropdown) that mirror native selects */
button.w-full.border.border-gray-300 {
    border-radius: 6px !important;
}
