/* Custom landing page styles - can be expanded as needed */

/* Ensure Tailwind is processed if not using CDN in production */
/* @tailwind base; */
/* @tailwind components; */
/* @tailwind utilities; */


/* Example: Style for the placeholder boxes if needed beyond Tailwind */
.placeholder-image {
    background-color: #e9ecef; /* A light grey */
    border: 1px dashed #adb5bd; /* A dashed border */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d; /* Muted text color */
    min-height: 150px; /* Give it some default height */
}

/* You can add more specific styles here to match the design if Tailwind isn't sufficient for certain elements */
