
/* Icon Fallback CSS for Hinton Template */

/* Primary Care Icon */
.primary-care-icon::before {
    content: "🏥";
    font-size: 2rem;
}

/* Cardiology Icon */
.cardiology-icon::before {
    content: "❤️";
    font-size: 2rem;
}

/* MRI Icon */
.mri-icon::before {
    content: "🔬";
    font-size: 2rem;
}

/* Blood Test Icon */
.blood-test-icon::before {
    content: "🩸";
    font-size: 2rem;
}

/* Laboratory Icon */
.laboratory-icon::before {
    content: "🧪";
    font-size: 2rem;
}

/* Posologist Icon */
.posologist-icon::before {
    content: "💊";
    font-size: 2rem;
}

/* Fallback for missing SVG icons */
.icon-fallback {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #007bff;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}
