        body {
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        }

        .flatpickr-calendar {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
        }

        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
            padding: 0.5rem;
            border: 1px solid #e5e7eb;
            border-radius: 0.25rem;
            background-color: white;
        }

        .tag-container:focus-within {
            outline: 2px solid #a5b4fc;
            outline-offset: 1px;
            border-color: transparent;
        }

        .tag {
            display: inline-flex;
            align-items: center;
            background-color: #e0e7ff;
            color: #4338ca;
            padding: 2px 8px;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .tag i {
            margin-left: 6px;
            cursor: pointer;
            color: #6366f1;
        }

        .tag-input {
            flex-grow: 1;
            border: none;
            outline: none;
            min-width: 100px;
            padding: 2px;
        }

        .ts-control {
            border-radius: 0.375rem;
            border-color: #e5e7eb;
            padding: 8px;
        }

        .ts-wrapper.single .ts-control {
            box-shadow: none;
        }

        details summary::-webkit-details-marker {
            display: none;
        }

        /* Tom Select for Time Multi-select */
        .ts-wrapper.multi .ts-control>div {
            background: #e0e7ff;
            color: #4338ca;
            border: none;
            border-radius: 9999px;
            padding: 2px 8px;
        }
