.quiz-question-editor-dialog,
.quiz-league-editor-dialog,
.quiz-question-suggestion-dialog {
    width: min(960px, calc(100vw - 1rem));
    max-width: 960px;
    color: #f5f8fc;
    border: 1px solid rgba(150, 179, 212, 0.12);
    border-radius: 30px !important;
    background: linear-gradient(180deg, rgba(7, 14, 22, 0.98), rgba(12, 22, 34, 0.97)) !important;
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.38) !important;
    overflow: hidden;
}

.quiz-league-editor-dialog {
    width: min(560px, calc(100vw - 1rem));
    max-width: 560px;
}

.quiz-question-suggestion-dialog {
    width: min(560px, calc(100vw - 1rem));
    max-width: 560px;
}

.quiz-question-editor-dialog__content,
.quiz-league-editor-dialog__content,
.quiz-question-editor-dialog__actions,
.quiz-league-editor-dialog__actions,
.quiz-question-suggestion-dialog__content,
.quiz-question-suggestion-dialog__actions {
    background: transparent !important;
}

.quiz-question-editor-dialog__content,
.quiz-league-editor-dialog__content,
.quiz-question-suggestion-dialog__content {
    padding: 0 !important;
}

.quiz-question-editor-dialog__root,
.quiz-league-editor-dialog__root,
.quiz-question-suggestion-dialog__root {
    padding: 1.1rem 1.35rem;
    min-width: 0;
}

.quiz-question-editor-dialog__actions,
.quiz-league-editor-dialog__actions,
.quiz-question-suggestion-dialog__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.65rem;
    padding: 0 1.35rem 1.25rem !important;
    flex-wrap: wrap;
}

.quiz-question-editor-dialog__actions {
    justify-content: space-between;
    border-top: 1px solid rgba(146, 174, 205, 0.12);
    padding-top: 0.85rem !important;
}

.quiz-question-editor-dialog__step-actions,
.quiz-question-editor-dialog__main-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.quiz-question-editor-dialog .mud-typography,
.quiz-league-editor-dialog .mud-typography,
.quiz-question-suggestion-dialog .mud-typography,
.quiz-question-editor-dialog .mud-input-slot,
.quiz-league-editor-dialog .mud-input-slot,
.quiz-question-suggestion-dialog .mud-input-slot,
.quiz-question-editor-dialog input,
.quiz-league-editor-dialog input,
.quiz-question-suggestion-dialog input,
.quiz-question-editor-dialog textarea,
.quiz-league-editor-dialog textarea,
.quiz-question-suggestion-dialog textarea {
    color: #f5f8fc !important;
}

.quiz-question-editor-dialog .mud-input,
.quiz-league-editor-dialog .mud-input,
.quiz-question-suggestion-dialog .mud-input,
.quiz-question-editor-dialog .mud-select,
.quiz-league-editor-dialog .mud-select,
.quiz-question-suggestion-dialog .mud-select {
    background: rgba(255, 255, 255, 0.035);
}

.quiz-question-editor-dialog .mud-input-label,
.quiz-league-editor-dialog .mud-input-label,
.quiz-question-suggestion-dialog .mud-input-label,
.quiz-question-editor-dialog .mud-input-helper-text,
.quiz-league-editor-dialog .mud-input-helper-text,
.quiz-question-suggestion-dialog .mud-input-helper-text {
    color: rgba(213, 223, 236, 0.72) !important;
}

.quiz-question-editor-dialog .mud-stepper,
.quiz-question-editor-dialog .mud-stepper-content,
.quiz-question-editor-dialog .mud-stepper-nav,
.quiz-question-editor-dialog .mud-paper,
.quiz-league-editor-dialog .mud-paper {
    color: #f5f8fc;
    background: transparent !important;
    box-shadow: none !important;
}

.quiz-question-editor-dialog .mud-stepper-nav {
    border-bottom: 1px solid rgba(146, 174, 205, 0.12);
}

.quiz-question-editor-dialog .mud-stepper-step-label,
.quiz-question-editor-dialog .mud-stepper-step-optional-label {
    color: rgba(213, 223, 236, 0.72) !important;
}

.quiz-question-editor-dialog .mud-stepper-step-icon {
    color: #101720 !important;
    background: linear-gradient(135deg, #f3b05a, #ffc884) !important;
}

.quiz-question-stepper .mud-stepper-content {
    padding-top: 1rem;
}

.quiz-question-step {
    min-height: 20rem;
}

.quiz-question-editor-options {
    display: grid;
    gap: 0.75rem;
}

.quiz-question-editor-option-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 14rem) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid rgba(146, 174, 205, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.quiz-question-editor-option-row:has(> .mud-input-control:first-child:last-child) {
    grid-template-columns: 1fr;
}

.quiz-placeholder-answer-row {
    display: grid;
    gap: 0.45rem;
    padding: 0.8rem;
    border: 1px solid rgba(146, 174, 205, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.quiz-sort-container,
.quiz-sort-zone {
    width: 100%;
}

.quiz-sort-zone {
    display: grid;
    gap: 0.5rem;
    min-height: 3rem;
}

.quiz-sort-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(146, 174, 205, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    color: #f5f8fc;
    user-select: none;
    -webkit-user-select: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.quiz-sort-item__handle {
    display: inline-flex;
    align-items: center;
    cursor: grab;
    touch-action: none;
}

.quiz-sort-item__handle:active {
    cursor: grabbing;
}

.quiz-sort-item--dragging {
    opacity: 0.35;
    box-shadow: none;
}

.quiz-sort-item--drop-above {
    border-top: 2px solid rgba(243, 176, 90, 0.7);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 -4px 12px rgba(243, 176, 90, 0.2);
}

.quiz-question-editor-dialog .mud-button-filled-primary,
.quiz-league-editor-dialog .mud-button-filled-primary,
.quiz-question-suggestion-dialog .mud-button-filled-primary,
.quiz-question-editor-dialog .mud-button-filled.mud-button-filled-primary,
.quiz-league-editor-dialog .mud-button-filled.mud-button-filled-primary,
.quiz-question-suggestion-dialog .mud-button-filled.mud-button-filled-primary {
    color: #101720;
    background: linear-gradient(135deg, #f3b05a, #ffc884);
    box-shadow: 0 16px 32px rgba(243, 176, 90, 0.16);
}

.quiz-question-editor-dialog .mud-button-filled-primary:disabled,
.quiz-league-editor-dialog .mud-button-filled-primary:disabled,
.quiz-question-suggestion-dialog .mud-button-filled-primary:disabled,
.quiz-question-editor-dialog .mud-button-filled.mud-button-filled-primary:disabled,
.quiz-league-editor-dialog .mud-button-filled.mud-button-filled-primary:disabled,
.quiz-question-suggestion-dialog .mud-button-filled.mud-button-filled-primary:disabled {
    color: rgba(9, 14, 20, 0.72) !important;
    background: linear-gradient(135deg, rgba(243, 176, 90, 0.45), rgba(255, 200, 132, 0.36)) !important;
    box-shadow: none;
}

.quiz-question-editor-dialog .mud-button-outlined,
.quiz-league-editor-dialog .mud-button-outlined,
.quiz-question-suggestion-dialog .mud-button-outlined,
.quiz-question-editor-dialog .mud-button-text,
.quiz-league-editor-dialog .mud-button-text,
.quiz-question-suggestion-dialog .mud-button-text,
.quiz-question-editor-dialog .mud-icon-button,
.quiz-league-editor-dialog .mud-icon-button,
.quiz-question-suggestion-dialog .mud-icon-button {
    color: #f5f8fc;
    border-color: rgba(146, 174, 205, 0.18);
}

@media (max-width: 720px) {
    .quiz-question-editor-dialog,
    .quiz-league-editor-dialog,
    .quiz-question-suggestion-dialog {
        width: calc(100vw - 0.5rem);
        max-width: calc(100vw - 0.5rem);
        border-radius: 18px !important;
    }

    .quiz-question-editor-dialog__root,
    .quiz-league-editor-dialog__root,
    .quiz-question-suggestion-dialog__root {
        padding: 0.75rem;
    }

    .quiz-question-editor-dialog__actions,
    .quiz-league-editor-dialog__actions,
    .quiz-question-suggestion-dialog__actions {
        padding: 0 0.75rem 0.75rem !important;
    }

    .quiz-question-editor-dialog__actions {
        align-items: stretch;
        padding-top: 0.75rem !important;
    }

    .quiz-question-editor-dialog__step-actions,
    .quiz-question-editor-dialog__main-actions {
        width: 100%;
        justify-content: space-between;
    }

    .quiz-question-editor-option-row {
        grid-template-columns: 1fr;
    }
}

.quiz-profile-dialog {
    border: 1px solid rgba(150, 179, 212, 0.14) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(7, 14, 22, 0.98), rgba(12, 22, 34, 0.97)) !important;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42) !important;
    color: #f5f8fc;
}

.quiz-profile-dialog__content,
.quiz-profile-dialog__actions {
    background: transparent !important;
    padding: 0 !important;
}

.quiz-profile-dialog__body {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
}

.quiz-profile-dialog__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    padding: 0 1rem 1rem !important;
    flex-wrap: wrap;
}

.quiz-profile-dialog .mud-typography,
.quiz-profile-dialog .mud-input-slot,
.quiz-profile-dialog input {
    color: #f5f8fc !important;
}

.quiz-profile-dialog .mud-input {
    background: rgba(255, 255, 255, 0.045);
}

.quiz-profile-dialog .mud-input-label {
    color: rgba(213, 223, 236, 0.72) !important;
}

.quiz-profile-dialog .mud-checkbox,
.quiz-profile-dialog .mud-checkbox .mud-typography {
    color: #f5f8fc !important;
}

.quiz-profile-global-binding-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
    padding: 0.78rem 0.85rem;
    border: 1px solid rgba(243, 176, 90, 0.24);
    border-radius: 14px;
    background: rgba(243, 176, 90, 0.09);
    color: #ffe0b5;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
}

.quiz-profile-global-binding-note .mud-icon-root {
    color: #ffc884;
    margin-top: 0.08rem;
}

.quiz-profile-popover {
    border: 1px solid rgba(150, 179, 212, 0.14) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(7, 14, 22, 0.98), rgba(12, 22, 34, 0.97)) !important;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42) !important;
    color: #f5f8fc;
}

.quiz-profile-popover-shell {
    width: min(28rem, calc(100vw - 1rem));
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
}

.quiz-profile-popover-shell .mud-typography,
.quiz-profile-popover-shell .mud-input-slot,
.quiz-profile-popover-shell input {
    color: #f5f8fc !important;
}

.quiz-profile-popover-shell .mud-input {
    background: rgba(255, 255, 255, 0.045);
}

.quiz-profile-popover-shell .mud-input-label {
    color: rgba(213, 223, 236, 0.72) !important;
}

.quiz-profile-popover-shell .mud-checkbox,
.quiz-profile-popover-shell .mud-checkbox .mud-typography {
    color: #f5f8fc !important;
}

.quiz-profile-popover-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.quiz-native-field,
.quiz-native-search-shell {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.quiz-native-field > span,
.quiz-native-search-shell > span {
    color: rgba(213, 223, 236, 0.72);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.quiz-native-field input,
.quiz-native-field textarea,
.quiz-native-field select {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.86rem 0.95rem;
    border: 1px solid rgba(146, 174, 205, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    color: #f5f8fc;
    outline: none;
    font: inherit;
    line-height: 1.35;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.quiz-native-field textarea {
    min-height: 7rem;
    resize: vertical;
}

.quiz-native-field select {
    appearance: none;
    padding-right: 2.3rem;
    background-image: linear-gradient(45deg, transparent 50%, rgba(245, 248, 252, 0.78) 50%), linear-gradient(135deg, rgba(245, 248, 252, 0.78) 50%, transparent 50%);
    background-position: calc(100% - 1rem) 50%, calc(100% - 0.72rem) 50%;
    background-size: 0.32rem 0.32rem, 0.32rem 0.32rem;
    background-repeat: no-repeat;
}

.quiz-native-field select option {
    color: #f5f8fc;
    background: #101a25;
}

.quiz-native-field select option:checked {
    color: #101720;
    background: #f3b05a;
}

.quiz-native-field input:hover,
.quiz-native-field textarea:hover,
.quiz-native-field select:hover {
    border-color: rgba(146, 174, 205, 0.34);
    background-color: rgba(255, 255, 255, 0.06);
}

.quiz-native-field input:focus,
.quiz-native-field textarea:focus,
.quiz-native-field select:focus {
    border-color: rgba(243, 176, 90, 0.58);
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 3px rgba(243, 176, 90, 0.12);
}

.quiz-native-field input::placeholder,
.quiz-native-field textarea::placeholder {
    color: rgba(213, 223, 236, 0.4);
}

.quiz-native-field--compact {
    width: min(18rem, 100%);
}

.quiz-native-number-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border: 1px solid rgba(146, 174, 205, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
}

.quiz-native-number-shell input {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.quiz-native-number-shell em {
    padding: 0 0.95rem;
    color: rgba(213, 223, 236, 0.7);
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.quiz-native-check {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(146, 174, 205, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #f5f8fc;
    font-weight: 800;
}

.quiz-native-check input {
    width: 1rem;
    height: 1rem;
    accent-color: #f3b05a;
}

.quiz-profile-email-check {
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.3;
}

.quiz-profile-email-check strong {
    color: #ffc884;
    overflow-wrap: anywhere;
}

.quiz-profile-email-check__short {
    display: none;
}

.quiz-native-search-shell {
    padding-top: 0.03rem;
}

.quiz-question-editor-dialog .quiz-native-search-shell .mud-input-control,
.quiz-profile-dialog .quiz-native-search-shell .mud-input-control {
    margin: 0;
}

.quiz-question-editor-dialog .quiz-native-search-shell .mud-input-label,
.quiz-profile-dialog .quiz-native-search-shell .mud-input-label {
    display: none !important;
}

.quiz-question-editor-dialog .quiz-native-search-shell .mud-input,
.quiz-profile-dialog .quiz-native-search-shell .mud-input {
    min-height: 3.25rem;
    border: 1px solid rgba(146, 174, 205, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none;
}

.quiz-question-editor-dialog .quiz-native-search-shell .mud-input-slot,
.quiz-profile-dialog .quiz-native-search-shell .mud-input-slot {
    min-height: 3.25rem;
    padding: 0.86rem 0.95rem !important;
}

.quiz-profile-dialog .quiz-native-search-shell .mud-input-slot input {
    text-align: center;
}

.quiz-profile-dialog .quiz-native-search-shell .mud-input-slot input::placeholder {
    color: rgba(213, 223, 236, 0.5);
    text-align: center;
    opacity: 1;
}

.quiz-question-editor-dialog .quiz-native-search-shell .mud-input:hover,
.quiz-profile-dialog .quiz-native-search-shell .mud-input:hover {
    border-color: rgba(146, 174, 205, 0.34);
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.quiz-question-editor-dialog .quiz-native-search-shell .mud-input:focus-within,
.quiz-profile-dialog .quiz-native-search-shell .mud-input:focus-within {
    border-color: rgba(243, 176, 90, 0.58);
    background-color: rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 0 0 3px rgba(243, 176, 90, 0.12);
}

.quiz-native-choice-list {
    display: grid;
    gap: 0.65rem;
}

.quiz-native-choice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(146, 174, 205, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #f5f8fc;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.quiz-native-choice:hover {
    border-color: rgba(146, 174, 205, 0.3);
    background: rgba(255, 255, 255, 0.055);
}

.quiz-native-choice:has(input:checked) {
    border-color: rgba(243, 176, 90, 0.5);
    background: rgba(243, 176, 90, 0.1);
    box-shadow: inset 0 0 0 1px rgba(243, 176, 90, 0.08);
}

.quiz-native-choice input {
    width: 1rem;
    height: 1rem;
    accent-color: #f3b05a;
}

.quiz-placeholder-answer-row__title {
    color: #f5f8fc;
    font-size: 0.95rem;
    font-weight: 900;
}

.quiz-native-autocomplete-popover {
    border: 1px solid rgba(146, 174, 205, 0.18) !important;
    border-radius: 16px !important;
    background: #101a25 !important;
    color: #f5f8fc !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42) !important;
}

.quiz-native-autocomplete-popover .mud-list,
.quiz-native-autocomplete-popover .mud-paper,
.quiz-native-autocomplete-popover .mud-popover {
    background: transparent !important;
    color: #f5f8fc !important;
}

.quiz-native-autocomplete-popover .mud-list-item,
.quiz-native-autocomplete-popover .mud-list-item-text,
.quiz-native-autocomplete-popover .mud-typography {
    color: #f5f8fc !important;
}

.quiz-native-autocomplete-popover .mud-list-item:hover,
.quiz-native-autocomplete-popover .mud-list-item:focus-visible {
    background: rgba(243, 176, 90, 0.12) !important;
}

.quiz-native-autocomplete-popover .mud-list-item-selected,
.quiz-native-autocomplete-popover .mud-selected-item {
    color: #ffffff !important;
    background: rgba(243, 176, 90, 0.18) !important;
}

.quiz-question-editor-dialog .mud-input-control,
.quiz-league-editor-dialog .mud-input-control,
.quiz-profile-dialog .mud-input-control {
    margin-top: 0;
    margin-bottom: 0;
}

.quiz-question-editor-dialog .mud-input,
.quiz-league-editor-dialog .mud-input,
.quiz-profile-dialog .mud-input {
    min-height: 3.35rem;
    border: 1px solid rgba(146, 174, 205, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.quiz-question-editor-dialog .mud-input:hover,
.quiz-league-editor-dialog .mud-input:hover,
.quiz-profile-dialog .mud-input:hover {
    border-color: rgba(146, 174, 205, 0.32);
    background: rgba(255, 255, 255, 0.07) !important;
}

.quiz-question-editor-dialog .mud-input:focus-within,
.quiz-league-editor-dialog .mud-input:focus-within,
.quiz-profile-dialog .mud-input:focus-within {
    border-color: rgba(243, 176, 90, 0.56);
    box-shadow: 0 0 0 3px rgba(243, 176, 90, 0.12), inset 0 0 0 1px rgba(243, 176, 90, 0.08);
}

.quiz-question-editor-dialog .mud-input-slot,
.quiz-league-editor-dialog .mud-input-slot,
.quiz-profile-dialog .mud-input-slot {
    min-height: 3.25rem;
    padding: 0.95rem 1rem !important;
}

.quiz-question-editor-dialog textarea.mud-input-slot,
.quiz-league-editor-dialog textarea.mud-input-slot {
    min-height: 7.2rem;
    padding-top: 1.1rem !important;
    line-height: 1.45;
}

.quiz-question-editor-dialog .mud-input-label,
.quiz-league-editor-dialog .mud-input-label,
.quiz-profile-dialog .mud-input-label {
    margin-left: 0.75rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: #0b1722;
    font-size: 0.78rem;
    font-weight: 800;
}

.quiz-question-editor-dialog .mud-input-adornment,
.quiz-league-editor-dialog .mud-input-adornment,
.quiz-profile-dialog .mud-input-adornment {
    padding-right: 0.75rem;
}

.quiz-question-editor-dialog .mud-input-underline::before,
.quiz-question-editor-dialog .mud-input-underline::after,
.quiz-league-editor-dialog .mud-input-underline::before,
.quiz-league-editor-dialog .mud-input-underline::after,
.quiz-profile-dialog .mud-input-underline::before,
.quiz-profile-dialog .mud-input-underline::after {
    display: none !important;
}

.quiz-question-editor-dialog .mud-select .mud-input-slot,
.quiz-question-editor-dialog .mud-autocomplete .mud-input-slot,
.quiz-profile-dialog .mud-autocomplete .mud-input-slot {
    padding-right: 2.35rem !important;
}

.quiz-question-editor-option-row {
    grid-template-columns: minmax(9rem, 12rem) minmax(0, 1fr) auto;
    gap: 0.9rem;
    padding: 0.95rem;
    border-color: rgba(146, 174, 205, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.quiz-question-editor-option-row .mud-icon-button {
    align-self: center;
}

.quiz-question-editor-option-row .quiz-native-search-shell {
    grid-template-rows: auto 3.25rem;
    align-self: stretch;
}

.quiz-question-editor-option-row .quiz-native-search-shell .mud-input-control,
.quiz-question-editor-option-row .quiz-native-search-shell .mud-input-control-input-container,
.quiz-question-editor-option-row .quiz-native-search-shell .mud-autocomplete {
    height: 3.25rem;
    min-height: 3.25rem;
    max-height: 3.25rem;
}

.quiz-question-editor-option-row .quiz-native-search-shell .mud-input {
    height: 3.25rem;
    min-height: 3.25rem;
    max-height: 3.25rem;
    box-sizing: border-box;
    align-items: center;
}

.quiz-question-editor-option-row .quiz-native-search-shell .mud-input-slot {
    height: 100%;
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 3.25rem;
}

.quiz-question-editor-option-row .quiz-native-search-shell .mud-input-adornment {
    height: 3.25rem;
    min-height: 0;
    align-items: center;
}

.quiz-placeholder-answer-row {
    gap: 0.75rem;
    padding: 0.95rem;
    border-color: rgba(146, 174, 205, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.quiz-question-editor-dialog .mud-disabled,
.quiz-profile-dialog .mud-disabled {
    opacity: 0.72 !important;
}

.quiz-question-editor-dialog .mud-disabled .mud-input,
.quiz-profile-dialog .mud-disabled .mud-input {
    border-color: rgba(146, 174, 205, 0.1);
    background: rgba(255, 255, 255, 0.03) !important;
}

@media (max-width: 720px) {
    .quiz-question-editor-option-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .quiz-question-editor-dialog .mud-input-slot,
    .quiz-league-editor-dialog .mud-input-slot,
    .quiz-profile-dialog .mud-input-slot {
        padding: 0.9rem 0.9rem !important;
    }

    .quiz-profile-email-check {
        padding: 0.55rem 0.7rem;
        font-size: 0.8rem;
        font-weight: 700;
    }

    .quiz-profile-email-check__full {
        display: none;
    }

    .quiz-profile-email-check__short {
        display: inline;
    }
}
