/*
Theme Name: Techmed Studio
Theme URI: https://techmedstudio.com
Author: Techmed Studio
Author URI: https://techmedstudio.com
Description: Custom WordPress theme converted from React/Vite project.
Version: 1.0.0
*/

/* Hide "Made with Dyad" link that might be re-injected by React Hydration */
a[href*="dyad.sh"],
.p-4.text-center:has(a[href*="dyad.sh"]) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}