/*
Theme Name: Charity
Template: hello-elementor
Version: 1.0
Author:	WEBtima
Theme URI: https://www.webtima.nl/
Author URI: https://www.webtima.nl/
*/

.lotstatus-ribbon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Status-kleuren */
.lotstatus-loopt {
    background-color: #28a745; /* Groen */
}

.lotstatus-nog-niet {
    background-color: #ffc107; /* Oranje */
    color: #000; /* Beter leesbaar op gele achtergrond */
}

.lotstatus-gesloten {
    background-color: #dc3545; /* Rood */
}
