/* PhotoEZ Booking Demo — Frontend Styles */

.photoez-booking-demo-banner {
    background: #1a1a2e;
    color: rgba(255,255,255,0.9);
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
    border-left: 4px solid #46c12f;
}

.photoez-booking-demo-banner strong {
    color: #46c12f;
}

.photoez-booking-demo-banner a {
    color: #a78bfa;
    text-decoration: underline;
}

.photoez-booking-demo-banner a:hover {
    color: #c4b5fd;
}
