<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.userbirthdays_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        }

        .userbirthdays_list_month {
        flex: 32%; 
        box-sizing: border-box;
        }

        .userbirthdays_list_month-headline {
        background: linear-gradient(45deg,#000b19,#061828,#b1ae6c);
        color: #ebefc4;

        padding: 6px;
        font-size: 12px;
        font-weight: bold;
        }</pre></body></html>