/*
Theme Name: Metalde İş Var
Theme URI: https://www.metaldeisvar.com
Author: metaldeisvar.com
Author URI: https://www.metaldeisvar.com
Description: Türkiye'nin Metal İşleme Kariyer Merkezi - CNC, Kaynak, Torna, Lazer/Plazma kategorilerinde OSB bazlı arama, makine eşleştirme ve teknik yetkinlik puanı özellikli.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: metaldeisvar
Tags: job-listing, custom-menu, custom-logo, featured-images, full-width-template, translation-ready
*/

/* JOB-CARD MOBIL */
@media (max-width: 900px) {
  .job-card-right .job-time { display: none !important; }
  .job-card-right { gap: 4px !important; padding: 0 !important; min-height: 0 !important; flex-shrink: 0 !important; display: flex !important; flex-direction: column !important; align-items: flex-end !important; justify-content: center !important; }
  .job-card { padding: 12px 14px !important; gap: 10px !important; align-items: center !important; flex-direction: row !important; flex-wrap: nowrap !important; margin-bottom: 8px !important; }
  .job-card-logo { width: 38px !important; height: 38px !important; min-width: 38px !important; max-width: 38px !important; font-size: 11px !important; font-weight: 700 !important; flex-shrink: 0 !important; align-self: center !important; }
  .job-card-body { flex: 1 1 0% !important; min-width: 0 !important; overflow: hidden !important; display: block !important; }
  .job-card-body > div { background: none !important; border: none !important; padding: 0 !important; margin: 0 !important; box-shadow: none !important; }
  .job-card-title { font-size: 13px !important; font-weight: 600 !important; line-height: 1.4 !important; margin-bottom: 2px !important; white-space: normal !important; }
  .job-card-company { font-size: 11px !important; color: #64748b !important; margin: 0 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .job-card-tags { display: none !important; }
  .job-card-right .btn-apply { font-size: 11px !important; padding: 5px 10px !important; white-space: nowrap !important; }
  .job-card-right .job-salary { font-size: 11px !important; white-space: nowrap !important; }
}

/* Mobilde sidebar (İş Arayanlar) → benzer ilanların altına al */
@media (max-width: 768px) {

  /* Ana wrapper'ı flex kolona çevir */
  .single-is-ilani .content-area,
  .single-job_listing .content-area,
  body.single .site-content .container,
  body.single .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Sidebar'ı sona at */
  .single-is-ilani .widget-area,
  .single-job_listing .widget-area,
  body.single aside.sidebar,
  body.single .col-sidebar {
    order: 99 !important;
    width: 100% !important;
  }

  /* Ana içerik (benzer ilanlar dahil) üstte kalsın */
  body.single .main-content,
  body.single .col-main,
  body.single main {
    order: 1 !important;
    width: 100% !important;
  }
}