.em-section { margin-bottom: 28px; }
.em-title {
    font-size: 1.15rem;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}
.em-desc {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 14px;
    line-height: 1.6;
}
.em-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}
.em-card {
    display: flex;
    gap: 12px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, transform 0.15s;
}
.em-card.site:hover {
    border-color: var(--primary-light);
    transform: translateY(-2px);
}
.em-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}
.em-body h4 {
    font-size: 0.95rem;
    margin: 0 0 6px;
}
.em-phone {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #4ade80;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.em-phone:hover { text-decoration: underline; }
.em-phone.muted { color: var(--text-muted); font-weight: 600; font-size: 1rem; }
.em-body p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}
.em-tag {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.72rem;
    padding: 2px 8px;
    border-radius: 10px;
    background: rgba(59,130,246,.15);
    color: #93c5fd;
}

.card-emergency:hover { border-color: #ef4444; }
.card-emergency .card-btn {
    background: rgba(239,68,68,.15);
    color: #fca5a5;
}
.card-emergency:hover .card-btn {
    background: #ef4444;
    color: #fff;
}
