.kc-card {
    margin-bottom: 20px;
}

.kc-header {
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
}

.kc-success {
    background-color: #4CAF50;
}

.kc-warning {
    background-color: #FFC107;
    color: #333;
}

.kc-danger {
    background-color: #D32F2F;
}

.kc-footer {
    font-size: 0.85rem;
    color: #777;
}
/* -------------------------------------------------
   Kaekel Custom - Warnsituation
-------------------------------------------------- */

.kc-success {
    background-color: #4CAF50 !important;
    color: #fff !important;
}

.kc-info {
    background-color: #FFD54F !important;
    color: #212529 !important;
}

.kc-warning {
    background-color: #F57C00 !important;
    color: #fff !important;
}

.kc-danger {
    background-color: #D32F2F !important;
    color: #fff !important;
}

/* DWD Hitzewarnung */
.kc-heat {
    background-color: rgb(204, 153, 255) !important;
    color: #ffffff !important;
}

/* DWD Extreme Hitzewarnung */
.kc-heat-extreme,
.kc-extreme {
    background-color: #9E46F8 !important;
    color: #ffffff !important;
}

.warning-meta {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.5;
}
/* Warnung etwas größer */
.card-title {
    font-size: 1.80rem;
    font-weight: 1000;
    margin-bottom: 0.6rem;
}

