/* Public Pages CSS - Minimal styles for public-facing pages */
/* Most styling is handled inline in PublicHome.cshtml and ServiceDetail.cshtml */

/* Base utility classes that might be needed */
.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

/* Reset any potential conflicts from third-party libraries */
body.public-page {
    /* Styles will be overridden by inline styles in PublicHome/ServiceDetail */
    /* This class can be added to body in _PublicLayout if needed */
}

