/* InkedBooking AI Scanner Styles */
.inked-scanner-page {
    /* Main wrapper styling is mostly in inline blocks for components */
}

.pulsing-text {
    animation: flash 1.5s infinite;
}

@keyframes flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.meaning-html h1, .meaning-html h2, .meaning-html h3 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
