.supporter-list {
    list-style: none;
    padding: 0;
    margin-top: 1em;
}

.supporter-list li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.8em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.back-link {
    color: var(--color-text-light);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.back-link:hover {
    color: #aeffae;
}
