/* Custom premium styling for Emergency Contacts View */

.emergency-page-section {
    background-color: #f8fafc;
}

/* Emergency Card Box */
.emergency-card-box {
    background: linear-gradient(135deg, rgba(25, 100, 162, 0.95), rgba(13, 31, 45, 0.95)) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 8px 30px rgba(13, 31, 45, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
}

.emergency-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(13, 31, 45, 0.3) !important;
}

/* Badges */
.emergency-badge {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ff8787;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.district-badge-tag {
    background: rgba(255, 215, 0, 0.15);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #ffd700;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}

.dept-title {
    font-size: 20px;
    line-height: 1.3;
}

.address-text {
    color: rgba(255, 255, 255, 0.7);
}

/* Fields divider */
.border-white-10 {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.info-row-label {
    font-size: 10px;
    letter-spacing: 0.5px;
}

/* Hotline Click-to-dial link */
.phone-dial-link {
    color: #ffd700;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.phone-dial-link:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.info-row-val {
    font-size: 14px;
}

.email-link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.email-link:hover {
    color: #ffffff !important;
    text-decoration: none;
}
