/* JA — Who We Work With extras (location-page enrichments only).
 *
 * The Figma home layout is pill-rail + .ja-panel (ja-pillrail.css /
 * ja-panel.css). This file covers ONLY the optional extras that render
 * inside the panel when populated: the points list and the deal/get tile
 * pair. The legacy contractors_partner-section wrapper hack, the dead
 * .ja-aud__deal / .ja-aud__get selectors, and the old placeholder card are
 * deleted — .ja-panel__placeholder covers the no-image case.
 */

.ja-audiences__points { margin: 0 0 24px; }

.ja-audiences__dealget { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ja-audiences__tile { background: var(--ja-white); border: 1px solid var(--ja-line-warm); border-radius: var(--ja-radius-tile-sm); padding: 24px; }
.ja-audiences__tile .ja-tile__kick { margin: 0 0 16px; }
/* Gold ::before block — JA brand accent on the extras tiles. */
.ja-audiences__tile .ja-tile__kick::before {
    content: "";
    width: 44px;
    height: 44px;
    background: var(--ja-gold);
    border-radius: 12px;
    flex: none;
}

@media (max-width: 960px) {
	.ja-audiences__dealget { grid-template-columns: 1fr; }
}
