/* New Supporter Styles */
.supporter-features {
    background-color: #fff9c4;
    padding: 10px;
    border-radius: 10px;
    border: 2px dashed #fbc02d;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-label {
    margin: 0 !important;
    font-size: 0.9rem !important;
    font-weight: bold;
    color: #f57f17 !important;
}

#customCode, #secretCode {
    padding: 10px;
    border: 2px solid #ffecb3;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s;
}

#customCode:focus, #secretCode:focus {
    border-color: #fbc02d;
}

#secretCode {
    font-family: inherit;
}
