.wgs-prignitz-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-family: inherit;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.wgs-prignitz-badge-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.wgs-prignitz-badge-img {
    flex: 0 0 auto;
    max-width: 48px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.wgs-prignitz-badge-content {
    min-width: 0; /* verhindert Überlaufen bei langen Texten */
}

.wgs-prignitz-badge-content p {
    margin: 0;
}

.wgs-prignitz-badge-title {
    font-weight: bold;
}

.wgs-prignitz-badge-meta {
    font-size: 12px;
    color: #777;
}

.wgs-prignitz-text {
    margin: 0;
}

@media (max-width: 480px) {
    .wgs-prignitz-badge {
        flex-direction: column;
        align-items: flex-start;
    }
}

.wgs-testlauf-stil-toggle a.active {
    font-weight: bold;
    text-decoration: none;
}

.wgs-prignitz-pure {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    gap: 8px;
}

.wgs-prignitz-badge-icon-pure {
    width: 96px;
    height: 96px;
    font-size: 40px;
}

.wgs-prignitz-badge-img-pure {
    max-width: 96px;
    max-height: 96px;
}
