.fdj-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.fdj-tile { background: #fff; border-radius: 10px; padding: 16px; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.fdj-tile-company { font-weight: 800; font-size: 16px; }
.fdj-tile-position { font-size: 14px; color: #555; }
.fdj-tile-pay { font-weight: 700; color: #1a5d3a; font-size: 14px; }
.fdj-tile img { width: 100%; height: 120px; object-fit: cover; border-radius: 8px; margin-bottom: 6px; }
.fd-delete-btn { background: #a33a2e; color: #fff; border: none; font-weight: 800; padding: 12px 24px; border-radius: 8px; cursor: pointer; font-size: 15px; }
.fdc-city-hero { text-align: center; background: linear-gradient(135deg, #1a5d3a 0%, #123f27 100%); color: #fff; padding: 40px 24px; border-radius: 12px; margin-bottom: 28px; }
.fdc-city-hero h1 { margin: 0 0 6px; font-size: 32px; font-weight: 800; }
.fdc-city-hero p { margin: 0; font-size: 16px; opacity: .9; }
.fdj-single p { margin: 0 0 8px; font-size: 15px; }
