/* ============================================================================
   SUPPORT US PAGE
   ============================================================================ */

.support-section {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.support-list {
    margin: 0 auto;
    padding-left: 0;
    list-style-position: inside;
    color: #94a3b8;
    line-height: 1.7;
    text-align: center;
}

.support-list li {
    margin-bottom: 0.5rem;
}

.support-list li:last-child {
    margin-bottom: 0;
}

.support-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.support-actions .dl-btn {
    animation: none;
}

@media (max-width: 768px) {
    .support-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .support-actions .dl-btn {
        width: 100%;
    }
}
