.elementor-3536 .elementor-element.elementor-element-a4e6ccc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3536 .elementor-element.elementor-element-0f74848{--spacer-size:50px;}.elementor-3536 .elementor-element.elementor-element-448b398{--spacer-size:100px;}@media(min-width:768px){.elementor-3536 .elementor-element.elementor-element-a4e6ccc{--width:70%;}}/* Start custom CSS for html, class: .elementor-element-a75439e */<style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width:100%;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
        }

        * {
            box-sizing: border-box;
        }

        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 30px;
        }

        .section {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 25px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .section h2 {
            color: #3498db;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
            margin-top: 0;
        }

        .form-group {
            margin-bottom: 15px;
        }

        label {
            display: block;
            font-weight: 600;
            margin-bottom: 5px;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        select,
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            margin-bottom: 10px;
            display: block;
        }

        textarea {
            height: 100px;
        }

        .checkbox-group,
        .radio-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .checkbox-item,
        .radio-item {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

        .checkbox-item input,
        .radio-item input {
            margin-right: 10px;
        }

        .range-labels {
            display: flex;
            justify-content: space-between;
            margin-top: 5px;
            font-size: 14px;
        }

        .range-labels span:first-child {
            text-align: left;
        }

        .range-labels span:last-child {
            text-align: right;
        }

        /* NEW: Make range sliders 80% width */
        input[type="range"] {
            width: 80%;
        }

        .submit-btn {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 16px;
            border-radius: 4px;
            cursor: pointer;
            display: block;
            margin: 30px auto 0;
            transition: background-color 0.3s;
        }

        .submit-btn:hover {
            background-color: #2980b9;
        }

        .required:after {
            content: " *";
            color: #e74c3c;
        }

        .ranking-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            flex-direction: column;
            gap: 5px;
        }

        .ranking-item label {
            flex: 1;
            margin-bottom: 0;
        }

        /* UPDATED: radio rows to be 80% width */
        .ranking-options {
            display: flex;
            justify-content: space-between;
            width: 80%;
        }

        .ranking-options label {
            margin: 0 5px;
            font-weight: normal;
        }

        /* NEW: numeric guide above radios */
        .ranking-scale {
            display: flex;
            justify-content: space-between;
            width: 80%;
            font-size: 14px;
            color: #555;
            margin-bottom: 4px;
        }
    </style>/* End custom CSS */