/* Container CSS */
.p2000_container {
    margin: 1em 0;
    font-family: Arial, sans-serif;
}

/* Individuele melding (Monitor stijl) */
.p2000 {
    color: #FFFFFF;
    border: 1px solid #333;
    padding: 0.8em;
    margin-bottom: 1em;
    background: #000000;
    border-radius: 4px;
}

.p2000_tijd {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    color: #BBBBBB;
}

.p2000_bericht {
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: 500;
}

.p2000_sep {
    margin-right: 10px;
    color: #666;
}

/* Capcodes & FontAwesome Iconen */
.p2000_capcode {
    font-size: 0.9em;
    display: block;
    margin-top: 4px;
}

.p2000_capcode i {
    margin: 0 5px;
    width: 20px;
    text-align: center;
}

/* Discipline Kleuren */
.dis-ambu { color: #FFFF00; }
.dis-brw { color: #FF0000; }
.dis-pol { color: #40FFFF; }
.dis-brug { color: #C0C0C0; }
.dis-knrm, .dis-knrm-kwc, .dis-kwc, .dis-rb, .dis-reddingsbrigade { color: #00FF00; }
.dis-lifeliner { color: #FF6600; }
.dis-dares, .dis-gmk, .dis-mka { color: #C0C0FF; }
.dis-gemeente, .dis-groep, .dis-unkn { color: #E9E9E9; }

/* "Klik voor meer bekendmakingen" Knop */
.p2000_load_more_container {
    text-align: center;
    margin: 2em 0;
}

#p2000_load_more {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #333;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#p2000_load_more:hover {
    background: #111111;
    border-color: #555;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}

#p2000_load_more:focus {
    outline: none;
    border-color: #666;
}