.ign-mv-app {
    max-width: 860px;
}

.ign-mv-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ign-mv-toolbar,
.ign-mv-question-head,
.ign-mv-result-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ign-mv-toolbar {
    margin-bottom: 20px;
}

.ign-mv-login-form input[type="email"],
.ign-mv-login-form input[type="text"] {
    width: 100%;
    max-width: 420px;
}

.ign-mv-answer-list {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.ign-mv-answer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #dcdcde;
    border-radius: 10px;
}

.ign-mv-answer-item:hover {
    background: #f6f7f7;
}

.ign-mv-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
}

.ign-mv-status-open {
    background: #e7f5ff;
    color: #0a4b78;
}

.ign-mv-status-answered {
    background: #ecf7ed;
    color: #1e6b30;
}

.ign-mv-message {
    border-radius: 10px;
    padding: 12px 14px;
    margin: 0 0 16px;
}

.ign-mv-message-info {
    background: #eef6ff;
    color: #0a4b78;
}

.ign-mv-message-success {
    background: #ecf7ed;
    color: #1e6b30;
}

.ign-mv-message-error {
    background: #fcf0f1;
    color: #8a2424;
}

.ign-mv-hint {
    color: #646970;
    font-size: 14px;
}

.ign-mv-progress {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: #e9ecef;
    overflow: hidden;
}

.ign-mv-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: #2271b1;
}

.ign-mv-result-row {
    margin-bottom: 14px;
}

.ign-mv-results-total {
    margin-bottom: 16px;
    font-weight: 600;
}
