.cron-badge {
            font-family: 'Courier New', monospace;
            font-size: 1.3rem;
            background: #f1f3f5;
            padding: 0.75rem;
            border-radius: 8px;
            text-align: center;
            letter-spacing: 1px;
            word-break: break-all;
        }
        .field-selector {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 1.5rem;
        }
        .field-title {
            font-weight: 700;
            border-bottom: 2px solid var(--primary-color, #0d6efd);
            display: inline-block;
            margin-bottom: 1rem;
            font-size: 0.85rem;
        }
        .next-run-card {
            background: #e9ecef;
            border-radius: 16px;
            padding: 1rem;
            margin-top: 1rem;
        }
        .next-time-item {
            font-family: 'SF Mono', 'Courier New', monospace;
            background: white;
            padding: 0.5rem 1rem;
            border-radius: 40px;
            margin: 0.5rem 0;
            display: inline-block;
            width: auto;
        }
        .example-preset {
            cursor: pointer;
            transition: all 0.2s;
        }
        .example-preset:hover {
            background-color: rgba(13, 110, 253, 0.1);
            transform: translateY(-2px);
        }
        .cron-readable {
            font-size: 1rem;
            background: #e2f0e8;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            color: #2c6e2f;
        }
        .manual-input-group {
            margin: 1.5rem 0;
        }
        .status-badge {
            font-size: 0.85rem;
        }
        .legend-icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            border-radius: 50%;
            background: #0d6efd;
            margin-right: 5px;
        }
        hr {
            opacity: 0.3;
        }
        .authority-badge {
            background: #eef2ff;
            border-left: 4px solid #0d6efd;
        }
        .test-verification {
            background: #e8f5e9;
            border-left: 4px solid #2e7d32;
        }