.c-alert-high-card.is-warning-card {
    border-left: 6px solid #ff2800;
    background: #fff5f5;
}
.c-alert-high-card.is-warning-card .c-alert-high-icon {
    border-color: #ff2800;
    color: #ff2800;
}
.c-alert-high-card.is-warning-card .c-alert-high-header {
    background: #fff5f5;
}
.c-alert-high-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-left: 6px solid #aa00aa;
    border-radius: 6px;
    margin: 20px 0;
    overflow: hidden;
}
.c-alert-high-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f5f0f5;
    border-bottom: 1px solid #ddd;
}
.c-alert-high-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.c-alert-high-icon {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 2px solid #aa00aa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aa00aa;
    flex-shrink: 0;
}
.c-alert-high-title-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}
.c-alert-high-time {
    font-size: 0.9rem;
    color: #666;
}
.c-alert-high-body {
    padding: 8px 0;
}
.c-alert-high-row {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px dashed #eee;
}
.c-alert-high-row:last-child {
    border-bottom: none;
}
.c-alert-high-badge-cell {
    flex-shrink: 0;
    width: 180px;
    margin-right: 12px;
}
.c-alert-high-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.85rem;
    white-space: nowrap;
    margin-left: 5px;
}
.c-alert-high-badge.is-level-5 {
    background: #0c000c;
    color: #ffffff;
}
.c-alert-high-badge.is-level-4 {
    background: #aa00aa;
    color: #ffffff;
}
.c-alert-high-badge.is-level-3 {
    background: #ff2800;
    color: #ffffff;
}
.c-alert-high-cities {
    flex: 1;
    line-height: 1.6;
    font-size: 0.95rem;
    color: #333;
    padding-bottom: 4px;
}

/* スマホ対応 */
@media (max-width: 767px) {
    .c-alert-high-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 12px;
    }
    .c-alert-high-badge-cell {
        width: auto;
        margin-right: 0;
        margin-bottom: 4px;
    }
    .c-alert-high-icon {
        width: 28px;
        height: 28px;
    }
    .c-alert-high-icon svg {
        width: 16px;
.c-alert-high-badge.is-level-5 { background: #0c000c; color: #fff; }
.c-alert-high-badge.is-level-4 { background: #aa00aa; color: #fff; }
.c-alert-high-badge.is-level-3 { background: #ff2800; color: #fff; }
