/**
 * Daily Quiz Styles
 * 
 * Modern, clean styling for the daily quiz feature on the dashboard.
 */

/* Container */
.mt-daily-quiz-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    padding: 24px;
    position: relative;
    overflow: hidden;
    max-width: 600px;
}

.mt-ds-learning-grid-col-quiz .mt-daily-quiz-container {
    max-width: none;
    margin: 0;
    height: 100%;
}

/* Header */
.mt-daily-quiz-header {
    margin-bottom: 20px;
    text-align: center;
}

.mt-daily-quiz-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 8px;
    position: relative;
    min-height: 34px;
}

.mt-daily-quiz-headline-group {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mt-daily-quiz-title h4 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;

    display: flex;
    align-items: flex-end;
}

.mt-daily-quiz-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/plugins/meditricks-exploration-images/assets/q-icon_active.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.mt-daily-quiz-info-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(100, 116, 139, 0.2);
    border-color: #d3d3d330;

    background: #fff;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: relative;
    top: 2px;
}

.mt-daily-quiz-info-btn:hover {
    border-color: rgba(66, 153, 225, 0.6);
    color: #2b6cb0;
    background: #f8fbff;
}

.mt-daily-quiz-subtitle {
    font-size: 0.875rem;
    color: #718096;
}

.mt-daily-quiz-subtitle a {
    color: #4299e1;
    text-decoration: none;
    font-weight: 500;
    transition:
        color 0.2s ease,
        filter 0.3s ease;
}

.mt-daily-quiz-subtitle a:hover {
    color: #2b6cb0;
    text-decoration: underline;
}

/* Blurred meditrick name - revealed on first hint click */
.mt-daily-quiz-subtitle.blurred {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}

.mt-daily-quiz-subtitle.revealed {
    filter: blur(0);
    pointer-events: auto;
    user-select: auto;
}

/* Content Area */
.mt-daily-quiz-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Image Section */
.mt-daily-quiz-image-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.mt-daily-quiz-image-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #e2e8f0;
}

.mt-daily-quiz-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
/* 
.mt-daily-quiz-image-wrapper:hover .mt-daily-quiz-image {
    transform: scale(1.02);
} */

.mt-daily-quiz-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

/* Point marker */
.mt-daily-quiz-point {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    pointer-events: none;
    z-index: 10;
}

.mt-daily-quiz-point-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #ff4757;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.mt-daily-quiz-point-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border: 3px solid #ff4757;
    border-radius: 50%;
    opacity: 0.8;
}

/* Question Section */
.mt-daily-quiz-question-section {
    text-align: center;
}

.mt-daily-quiz-question-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 16px;
}

/* Hint Button */
.mt-daily-quiz-hint-section {
    margin-top: 12px;
    text-align: center;
}

.mt-daily-quiz-hint-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #2073cf 0%, #45b7d1 100%);
    background: linear-gradient(193deg, #18516ea6 0%, #2f8a4cbf 100%);
    background: linear-gradient(193deg, rgb(24 81 110 / 65%) 0%, rgb(47 138 76 / 75%) 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(32, 115, 207, 0.4);
}

.mt-daily-quiz-hint-btn:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
    background: linear-gradient(193deg, rgb(24 81 110 / 85%) 0%, rgb(47 138 76 / 95%) 100%);
}

.mt-daily-quiz-hint-btn:active {
    transform: translateY(0);
}

.mt-daily-quiz-hint-icon {
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mt-daily-quiz-hint-btn--answer-phase .mt-daily-quiz-hint-icon {
    font-size: 1.15rem;
}

.mt-daily-quiz-hint-or {
    margin: 10px 0 6px;
    font-size: 0.82rem;
    color: #94a3b8;
    line-height: 1.2;
}

.mt-daily-quiz-direct-answer-btn {
    border: none;
    background: transparent;
    color: #64748b;
    /* text-decoration: underline; */
    text-underline-offset: 2px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0;
}

.mt-daily-quiz-direct-answer-btn:hover {
    color: #4338ca;
}

/* Options Section */
.mt-daily-quiz-options-section {
    margin-top: 8px;
}

.mt-daily-quiz-options-instruction {
    font-size: 0.875rem;
    color: #718096;
    margin-bottom: 12px;
}

.mt-daily-quiz-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mt-daily-quiz-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0;
    transform: translateY(10px);
}

.mt-daily-quiz-option.mt-daily-quiz-option-visible {
    opacity: 1;
    transform: translateY(0);
}

.mt-daily-quiz-option:hover:not(.disabled) {
    border-color: #4299e1;
    background: #f7fafc;
    /* transform: translateX(4px); */
}

.mt-daily-quiz-option:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

.mt-daily-quiz-option.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.mt-daily-quiz-option.selected {
    border-color: #4299e1;
    background: #ebf8ff;
}

.mt-daily-quiz-option.correct {
    border-color: #48bb78;
    background: #f0fff4;
    animation: pulse-green 0.5s ease;
}

.mt-daily-quiz-option.wrong {
    border-color: #f56565;
    background: #fff5f5;
}

.mt-daily-quiz-option-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #e2e8f0;
    border-radius: 50%;
    font-weight: 600;
    color: #4a5568;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.mt-daily-quiz-option:hover:not(.disabled) .mt-daily-quiz-option-letter {
    background: #4299e1;
    color: white;
}

.mt-daily-quiz-option.correct .mt-daily-quiz-option-letter {
    background: #48bb78;
    color: white;
}

.mt-daily-quiz-option.wrong .mt-daily-quiz-option-letter {
    background: #f56565;
    color: white;
}

.mt-daily-quiz-option-text {
    flex: 1;
    font-size: 0.95rem;
    color: #2d3748;
    line-height: 1.4;
}

/* Result Section */
.mt-daily-quiz-result-section {
    margin-top: 16px;
    padding: 20px;
    background: #f7fafc;
    border-radius: 12px;
    text-align: center;
}

.mt-daily-quiz-result-section.success {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
}

.mt-daily-quiz-result-section.wrong {
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
}

.mt-daily-quiz-result-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.mt-daily-quiz-result-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
}

.mt-daily-quiz-result-details {
    text-align: left;
    padding: 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Tooltip-style text lines (matching exploration-images tooltipster) */
.mt-daily-quiz-result-details .text_line {
    display: block;
    position: relative;
}

.mt-daily-quiz-result-details .text_line.fact {
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.3em;
}

.mt-daily-quiz-result-details .text_line.association {
    font-weight: 500;
    font-style: italic;
    color: #2073cf;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

.mt-daily-quiz-result-details .text_line.description {
    font-weight: 400;
    color: #232323;
    font-size: 14px;
    line-height: 1.5;
}

/* Action Buttons */
.mt-daily-quiz-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.mt-daily-quiz-action-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mt-daily-quiz-goto-btn {
    background: #4299e1;
    color: white;
    border: none;
}

.mt-daily-quiz-goto-btn:hover {
    background: #3182ce;
    color: white;
}

.mt-daily-quiz-refresh-btn {
    background: white;
    color: #4a5568;
    border: 2px solid #e2e8f0;
}

.mt-daily-quiz-refresh-btn:hover {
    border-color: #4299e1;
    color: #4299e1;
}

/* Success Overlay */
.mt-daily-quiz-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.mt-daily-quiz-success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: bounce-in 0.8s ease;
}

.mt-daily-quiz-success-icon {
    font-size: 4rem;
}

.mt-daily-quiz-success-text {
    font-size: 2rem;
    font-weight: 700;
    color: #48bb78;
}

/* Confetti */
.mt-daily-quiz-confetti {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    border-radius: 2px;
    animation: confetti-fall 3s ease-out forwards;
}

/* Loading Overlay */
.mt-daily-quiz-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.mt-daily-quiz-info-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 24, 39, 0.55);
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mt-daily-quiz-info-card {
    width: 100%;
    max-width: 430px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    padding: 18px 18px 16px;
    position: relative;
}

.mt-daily-quiz-info-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    color: #718096;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.mt-daily-quiz-info-close:hover {
    color: #2d3748;
}

.mt-daily-quiz-info-title {
    margin: 0 28px 10px 0;
    font-size: 1rem;
    color: #1a202c;
}

.mt-daily-quiz-info-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #4a5568;
}

.mt-daily-quiz-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #4299e1;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Animations */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.shake {
    animation: shake 0.5s ease;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(72, 187, 120, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(72, 187, 120, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(72, 187, 120, 0);
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(400px) rotate(720deg);
        opacity: 0;
    }
}

/* Daily limit reached */
.mt-daily-quiz-limit-overlay {
    position: absolute;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(2px);
}

.mt-daily-quiz-limit-card {
    max-width: 420px;
    text-align: center;
    padding: 20px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.mt-daily-quiz-container--limit .mt-daily-quiz-limit-body {
    text-align: center;
    padding: 12px 8px 8px;
}

.mt-daily-quiz-limit-text {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #2d3748;
}

.mt-daily-quiz-limit-plus-teaser {
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #4a5568;
}

.mt-daily-quiz-limit-plus-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(49, 130, 206, 0.35);
}

.mt-daily-quiz-limit-plus-cta:hover {
    filter: brightness(1.05);
    text-decoration: none;
}

/* No Fortschritt yet: same card chrome, hint only */
.mt-daily-quiz-container--needs-fortschritt .mt-daily-quiz-needs-fortschritt-body {
    text-align: center;
    padding: 8px 4px 4px;
    max-width: 440px;
    margin: 0 auto;
}

.mt-daily-quiz-hint-fortschritt-text {
    margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #2d3748;
    font-weight: 500;
}

.mt-daily-quiz-hint-fortschritt-sub {
    margin: 0 0 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4a5568;
}

/* Heatmap (activity grid) */
.mt-daily-quiz-heatmap-btn {
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 2px;
    transition: color 0.18s ease;
    font-size: 0.88rem;
    font-weight: 500;
}

.mt-daily-quiz-heatmap-btn:hover {
    color: #4338ca;
}

.mt-daily-quiz-heatmap-btn-icon {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    opacity: 0.9;
}

.mt-daily-quiz-heatmap-btn-label {
    line-height: 1;
}

.mt-daily-quiz-heatmap-panel {
    display: none;
    margin-top: 10px;
}

.mt-daily-quiz-container--heatmap {
    max-width: 560px;
}

.mt-daily-quiz-container--heatmap .mt-daily-quiz-content {
    display: none;
}

.mt-daily-quiz-container--heatmap .mt-daily-quiz-heatmap-panel {
    display: block;
}

.mt-daily-quiz-heatmap-card {
    position: relative;
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 6px 2px 2px;
    box-shadow: none;
    border: none;
}

.mt-daily-quiz-heatmap-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #475569;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.mt-daily-quiz-heatmap-close:hover {
    background: #e0e7ff;
    color: #312e81;
}

.mt-daily-quiz-heatmap-title {
    margin: 0 40px 6px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.mt-daily-quiz-heatmap-sub {
    margin: 0 0 16px;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #64748b;
}

.mt-daily-quiz-heatmap-body {
    min-height: 120px;
}

.mt-daily-quiz-heatmap-loading {
    font-size: 0.9rem;
    color: #64748b;
    padding: 24px 0;
    text-align: center;
}

.mt-daily-quiz-heatmap-grid-wrap {
    margin-top: 4px;
}

.mt-daily-quiz-heatmap-grid {
    display: grid;
    grid-template-columns: repeat(7, 18px);
    gap: 5px;
    justify-content: center;
}

.mt-daily-quiz-heatmap-cell {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 4px;
    cursor: default;
    padding: 0;
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.mt-daily-quiz-heatmap-cell:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.35);
    z-index: 1;
}

.mt-daily-quiz-heatmap-cell--lvl0 {
    background: #e2e8f0;
}

.mt-daily-quiz-heatmap-cell--lvl1 {
    background: linear-gradient(145deg, #bbf7d0, #86efac);
}

.mt-daily-quiz-heatmap-cell--lvl2 {
    background: linear-gradient(145deg, #6ee7b7, #34d399);
}

.mt-daily-quiz-heatmap-cell--lvl3 {
    background: linear-gradient(145deg, #34d399, #10b981);
}

.mt-daily-quiz-heatmap-cell--lvl4 {
    background: linear-gradient(145deg, #10b981, #059669);
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35) inset;
}

.mt-daily-quiz-heatmap-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 14px;
    font-size: 0.75rem;
    color: #64748b;
}

.mt-daily-quiz-heatmap-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mt-dhq-l0 {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #e2e8f0;
}

.mt-dhq-lv {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.mt-daily-quiz-heatmap-legend-right {
    margin-left: 4px;
}

.mt-dhq-l1 {
    background: linear-gradient(145deg, #bbf7d0, #86efac);
}
.mt-dhq-l2 {
    background: linear-gradient(145deg, #6ee7b7, #34d399);
}
.mt-dhq-l3 {
    background: linear-gradient(145deg, #34d399, #10b981);
}
.mt-dhq-l4 {
    background: linear-gradient(145deg, #10b981, #059669);
}

.mt-daily-quiz-heatmap-floattip {
    position: fixed;
    z-index: 100050;
    min-width: 132px;
    max-width: 220px;
    padding: 9px 10px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96));
    color: #f8fafc;
    font-size: 0.76rem;
    line-height: 1.35;
    pointer-events: none;
    box-shadow: 0 12px 30px rgba(2, 8, 23, 0.42);
    border: 1px solid rgba(99, 102, 241, 0.35);
    opacity: 0;
    transition: opacity 0.12s ease;
}

.mt-daily-quiz-heatmap-floattip.is-visible {
    opacity: 1;
}

.mt-daily-quiz-heatmap-tip-dateline {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.mt-daily-quiz-heatmap-tip-wd {
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.mt-daily-quiz-heatmap-tip-dl {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 0.72rem;
}

.mt-daily-quiz-heatmap-tip-title {
    color: #cbd5e1;
    font-size: 0.69rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.mt-daily-quiz-heatmap-tip-main {
    margin-top: 2px;
    color: #f8fafc;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mt-daily-quiz-heatmap-tip-pct {
    margin-top: 1px;
    color: #a5b4fc;
    font-size: 0.76rem;
}

/* Responsive */
@media (max-width: 480px) {
    .mt-daily-quiz-container {
        padding: 16px;
        margin: 12px 0;
    }

    .mt-daily-quiz-title h4 {
        font-size: 1.1rem;
    }

    .mt-daily-quiz-image-wrapper {
        width: 200px;
        height: 200px;
    }

    .mt-daily-quiz-option {
        padding: 12px 14px;
    }

    .mt-daily-quiz-option-letter {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }

    .mt-daily-quiz-option-text {
        font-size: 0.875rem;
    }

    .mt-daily-quiz-actions {
        flex-direction: column;
    }

    .mt-daily-quiz-action-btn {
        width: 100%;
        justify-content: center;
    }
}
