.ssp-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 700px;
    margin: 20px 0;
}

.ssp-overall-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fa;
    border-left: 5px solid #2ecc71;
    border-radius: 6px;
    margin-bottom: 20px;
}

.ssp-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
}

.ssp-overall-text {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
}

.ssp-overall-message {
    width: 100%;
    margin: 8px 0 0 22px;
    color: #555;
    font-size: 14px;
}

.ssp-meldungen-liste {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ssp-meldung {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 14px 18px;
    margin-bottom: 12px;
    background: #fff;
}

.ssp-meldung-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

.ssp-badge {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.ssp-meldung-titel {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
}

.ssp-meldung-datum {
    margin-left: auto;
    font-size: 12px;
    color: #888;
}

.ssp-meldung-inhalt {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.ssp-keine-meldungen {
    color: #888;
    font-style: italic;
}
