/*
 * De ce exista:
 * Acest fisier contine stilurile specifice listei de oferte proprii.
 *
 * Responsabilitate:
 * Stilizeaza lista worker-only si actiunile de administrare fara sa reuseasca
 * accidental layoutul de client discovery.
 *
 * Ce NU face:
 * Nu stilizeaza create/edit/detail screens.
 *
 * Depinde de:
 * tpl-screen-worker-offers-list si worker-offer-card.js.
 */

.v2-screen--worker-offers-list {
    display: grid;
    gap: 18px;
}

.v2-worker-offers-hero {
    margin-bottom: 0;
}

.v2-worker-offers-create-card {
    display: grid;
    gap: 14px;
    padding: 18px 16px 16px;
    background:
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.72), transparent 34%),
        #ffffff;
}

.v2-worker-offers-create-card .v2-screen-head {
    margin-bottom: 0;
}

.v2-worker-offers-create-card .v2-copy {
    max-width: 34ch;
}

.v2-screen--worker-offers-list .v2-section-stack {
    gap: 14px;
}

.v2-screen--worker-offers-list .v2-results-card {
    display: grid;
    gap: 12px;
}

.v2-screen--worker-offers-list .v2-results-head {
    margin-bottom: 2px;
}

.v2-screen--worker-offers-list .v2-results-head-copy {
    display: grid;
    gap: 4px;
}

.v2-screen--worker-offers-list .v2-results-head-copy p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #6b7280;
}
