/**
 * Public Styles for Local Service Marketplace
 *
 * @package LocalServiceMarketplace
 */

/* This file will be populated in future phases with frontend styles */

/* Basic styles for coming phases */
.lsm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.lsm-loading {
    text-align: center;
    padding: 40px;
}

.lsm-error {
    background: #fcf0f1;
    border-left: 4px solid #d63638;
    padding: 15px;
    margin: 15px 0;
}

.lsm-success {
    background: #f0f6fc;
    border-left: 4px solid #00a32a;
    padding: 15px;
    margin: 15px 0;
}
