  #digirefresh_widget_1768494590315_537871 {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            color: #333;
            max-width: 650px;
            margin: 20px auto;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }

        #digirefresh_widget_1768494590315_537871 .widget-header {
            background-color: #75b52d;
            color: white;
            padding: 20px;
            text-align: center;
        }

        #digirefresh_widget_1768494590315_537871 .widget-header h3 {
            margin: 0;
            font-size: 1.4rem;
            font-weight: 700;
            color: white;

        }

        #digirefresh_widget_1768494590315_537871 .widget-content {
            padding: 25px;
        }

        #digirefresh_widget_1768494590315_537871 .step {
            display: none;
        }

        #digirefresh_widget_1768494590315_537871 .step.active {
            display: block;
            animation: fadeIn 0.4s ease-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        #digirefresh_widget_1768494590315_537871 label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 0.95rem;
        }

        #digirefresh_widget_1768494590315_537871 select, 
        #digirefresh_widget_1768494590315_537871 input[type="number"] {
            width: 100%;
            padding: 12px;
            margin-bottom: 20px;
            border: 2px solid #eee;
            border-radius: 8px;
            font-size: 1rem;
            box-sizing: border-box;
            transition: border-color 0.3s;
        }

        #digirefresh_widget_1768494590315_537871 select:focus, 
        #digirefresh_widget_1768494590315_537871 input:focus {
            outline: none;
            border-color: #75b52d;
        }

        #digirefresh_widget_1768494590315_537871 .btn-group {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }

        #digirefresh_widget_1768494590315_537871 button {
            flex: 1;
            background-color: #75b52d;
            color: white;
            border: none;
            padding: 14px 20px;
            border-radius: 8px;
            font-weight: 700;
            cursor: pointer;
            font-size: 1rem;
            transition: background-color 0.3s, transform 0.1s;
        }

        #digirefresh_widget_1768494590315_537871 button:hover {
            background-color: #629a25;
        }

        #digirefresh_widget_1768494590315_537871 button:active {
            transform: scale(0.98);
        }

        #digirefresh_widget_1768494590315_537871 button.secondary {
            background-color: #f0f0f0;
            color: #666;
        }

        #digirefresh_widget_1768494590315_537871 .progress-bar {
            height: 6px;
            background-color: #eee;
            margin-bottom: 25px;
            border-radius: 3px;
            overflow: hidden;
        }

        #digirefresh_widget_1768494590315_537871 .progress-fill {
            height: 100%;
            background-color: #75b52d;
            width: 25%;
            transition: width 0.4s ease;
        }

        /* Results Styling */
        #digirefresh_widget_1768494590315_537871 .result-card {
            text-align: center;
        }

        #digirefresh_widget_1768494590315_537871 .score-meter {
            margin: 20px 0;
            padding: 15px;
            border-radius: 10px;
            background: #f9f9f9;
        }

        #digirefresh_widget_1768494590315_537871 .score-label {
            font-size: 1.2rem;
            font-weight: 800;
            margin-bottom: 5px;
        }

        #digirefresh_widget_1768494590315_537871 .score-bar-container {
            height: 12px;
            background: #ddd;
            border-radius: 6px;
            margin: 10px 0;
            overflow: hidden;
        }

        #digirefresh_widget_1768494590315_537871 .score-bar-fill {
            height: 100%;
            width: 0%;
            transition: width 1s ease-in-out;
        }

        #digirefresh_widget_1768494590315_537871 .eligibility-badge {
            display: inline-block;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 700;
            margin: 5px;
            background: #eee;
        }

        #digirefresh_widget_1768494590315_537871 .badge-active {
            background: #75b52d;
            color: white;
        }

        #digirefresh_widget_1768494590315_537871 .summary-box {
            text-align: left;
            font-size: 0.9rem;
            background: #fdfdfd;
            border-left: 4px solid #75b52d;
            padding: 15px;
            margin-top: 20px;
        }

        #digirefresh_widget_1768494590315_537871 .checkbox-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            cursor: pointer;
            font-size: 0.95rem;
        }

        #digirefresh_widget_1768494590315_537871 input[type="checkbox"] {
            width: 20px;
            height: 20px;
            accent-color: #75b52d;
        }

        @media (max-width: 480px) {
            #digirefresh_widget_1768494590315_537871 .widget-content { padding: 15px; }
            #digirefresh_widget_1768494590315_537871 .btn-group { flex-direction: column; }
        }