.challenge-export-stage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    pointer-events: none;
}

.challenge-export-surface {
    display: inline-flex;
    width: max-content;
    max-width: none;
    background: #0d1117;
}

.challenge-export-surface > .export-area {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 40px !important;
    border-width: 8px !important;
    box-sizing: border-box !important;
    transform: none !important;
}

.challenge-export-surface .profit-card {
    flex: 0 0 450px !important;
    width: 450px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 30px !important;
    border-width: 8px !important;
    transform: none !important;
}

.challenge-export-surface .profit-card h2 {
    margin-bottom: 20px !important;
    font-size: 20px !important;
}

.challenge-export-surface .card-details p {
    margin-bottom: 15px !important;
    font-size: 14px !important;
    line-height: 2 !important;
}

.challenge-export-surface .highlight {
    overflow-wrap: anywhere;
}

.challenge-export-surface .big-return {
    margin-top: 20px !important;
    font-size: 32px !important;
}

.legend-share-cta {
    order: -10;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 20px 22px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.legend-share-cta span {
    font-size: 13px;
    color: #7ee787;
}

.legend-share-cta strong {
    font-size: 30px;
    color: #f1c40f;
    text-shadow: 3px 3px 0 #d35400;
}

.challenge-export-surface .legend-watermark {
    order: 20;
    flex: 0 0 100%;
}

.challenge-export-surface--mobile > .export-area {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 530px !important;
    min-width: 530px !important;
    gap: 24px !important;
    padding: 32px !important;
}

.challenge-export-surface--mobile .legend-share-cta,
.challenge-export-surface--mobile .legend-watermark {
    flex-basis: auto;
    width: 100%;
}

#challenge-share-btn {
    background: #2ecc71;
    color: #07150d;
    box-shadow: 4px 4px 0 #1b8f4d;
}

#champagne-save-btn {
    background: #3498db !important;
    box-shadow: 4px 4px 0 #2980b9 !important;
}
