/*
 * De ce exista:
 * Acest fisier contine stilurile specifice detaliului de oferta proprie.
 *
 * Responsabilitate:
 * Stilizeaza sumarul complet si actiunile canonice de edit/toggle.
 *
 * Ce NU face:
 * Nu implementeaza create/edit logic.
 *
 * Depinde de:
 * tpl-screen-worker-offer-detail si worker-offer-card.js.
 */

.v2-screen--worker-offer-detail {
    display: grid;
    gap: 16px;
}

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

.v2-worker-offer-detail-card {
    gap: 14px;
}

.v2-worker-offer-overview {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(229, 231, 235, 0.96);
    background:
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.72), transparent 42%),
        rgba(249, 250, 251, 0.92);
}

.v2-worker-offer-overview-head {
    display: grid;
    gap: 4px;
}

.v2-worker-offer-overview-head strong {
    font-size: 1rem;
    line-height: 1.35;
    color: #111827;
}

.v2-worker-offer-overview-head span {
    font-size: 0.92rem;
    color: #6b7280;
}

.v2-worker-offer-detail-grid {
    gap: 10px;
}

.v2-worker-offer-detail-grid .v2-kv-row {
    align-items: center;
}

.v2-worker-offer-detail-grid .v2-kv-row span {
    max-width: 58%;
}

.v2-worker-offer-detail-description {
    gap: 10px;
}

.v2-worker-offer-detail-primary-actions:empty,
.v2-worker-offer-detail-secondary-actions:empty {
    display: none;
}

.v2-worker-offer-detail-secondary-actions {
    justify-content: flex-start;
}
