/* assets/styles.css */
.custom-h4 {
    font-weight: bold;
    font-size: larger;  /* 或具体值如 14px */
}

.custom-dropdown .dropdown-menu {
    text-align: center; /* 文本居中显示 */
    min-width: auto; /* 宽度适应内容 */
    width: auto; /* 确保宽度自动调整 */
}

.custom-dropdown .dropdown-item {
    white-space: nowrap; /* 防止文本换行 */
}