/*
Theme Name: Kaamgar UI
Theme URI: https://kaamgar.in
Author: Kaamgar Team
Description: Mobile-first UI theme for KAAMGAR.IN (WebView safe)
Version: 1.0.0
Text Domain: kaamgar-ui
*/


/* =====================================================
   PROPERTY LIST CARDS
===================================================== */

.ukp-listing-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ukp-card {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.ukp-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
}


/* =====================================================
   BADGES
===================================================== */

.ukp-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.ukp-badge-success { background:#e6f8ef; color:#0a7c4a; }
.ukp-badge-warning { background:#fff5e6; color:#cc7a00; }
.ukp-badge-danger { background:#ffe6e6; color:#cc0000; }


/* =====================================================
   APP PROPERTY CARD
===================================================== */

.ukp-property-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.ukp-property-image {
    height: 160px;
    background-size: cover;
    background-position: center;
}

.ukp-property-info {
    padding: 14px;
}

.ukp-status-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}


/* =====================================================
   BUTTONS
===================================================== */

.ukp-btn-primary {
    background: #111;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
}

.ukp-btn {
    padding: 6px 12px;
    background: #111;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
}

.ukp-danger {
    background: #cc0000;
}


/* =====================================================
   FLOATING BUTTON
===================================================== */

.ukp-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #111;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}


/* =====================================================
   SELL PROPERTY PAGE
===================================================== */

.ukp-public-submit {
    padding: 20px 16px;
    max-width: 600px;
    margin: 0 auto;
}

.ukp-submit-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ukp-submit-form input,
.ukp-submit-form select,
.ukp-submit-form textarea {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}


/* =====================================================
   MANAGER DASHBOARD
===================================================== */

.ukp-manager-panel {
    padding: 20px;
}

.ukp-manager-card {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.ukp-manager-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}