/* ══════════════════════════════════════════════════════════════
   Artwork — Responsive (Elementor breakpoints)
   ══════════════════════════════════════════════════════════════ */

/* ── Stack gallery + details, title on top (≤1199px) ─────────── */
@media (max-width: 1199px) {
    .single-job-listing.artwork-template {
        padding: 50px 20px;
    }
    .artwork-body .row {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .artwork-body .col-md-6.artwork-gallery-col,
    .artwork-body .col-md-6.artwork-details-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* Promote the title above the gallery, keep the rest of the details below */
    .artwork-details-col {
        display: contents;
    }

    .artwork-details-col > * {
        order: 3;
    }

    .artwork-details-col > .artwork-title {
        order: 1;
        margin-bottom: 4px;
    }

    .artwork-gallery-col {
        order: 2;
        margin: 30px 0 0;
    }

    .artwork-similar .row {
        margin-left: 0;
        margin-right: 0;
    }

    .listing-creator {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
        margin-top: 30px !important;
        padding-top: 30px !important;
    }
}
