/*
Theme Name: Gulf Jobs
Theme URI: https://gulfvisasjobs.local/
Author: Yasir Shah
Description: A custom WordPress job board theme for Gulf region vacancies, category landing pages, company pages, and a customizable homepage hero with backend-controlled overlay image settings.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: gulf-jobs
*/

:root{--bg:#f6f8ff;--card:#fff;--text:#112155;--muted:#65739f;--line:#e3e9fb;--blue:#0f4ff4;--navy:#031a63}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.4 "Segoe UI",Arial,sans-serif}a{text-decoration:none;color:var(--blue)}.container{width:min(1220px,96%);margin:0 auto}
.site-header{background:#fff;border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;min-height:72px;gap:18px}.brand{font-weight:800;font-size:30px;color:#10205a;display:flex;align-items:center;gap:8px}.brand-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;font-size:9px}
.main-nav ul{list-style:none;display:flex;gap:22px;margin:0;padding:0}.main-nav a{font-size:13px;font-weight:600;color:#1a2858}.btn{background:var(--blue);color:#fff;border:0;border-radius:10px;padding:8px 13px;font-weight:700;font-size:12px;display:inline-block}.btn-post{margin-left:auto}.menu-toggle{display:none}
.hero{margin:10px auto 16px;border-radius:12px;padding:20px;background:linear-gradient(110deg,#032a81 8%,#0c4cc2 60%,#0a3ea9 100%);color:#fff;display:grid;grid-template-columns:1.45fr .55fr;gap:14px}
.hero h1{font-size:42px;line-height:.95;margin:0 0 10px}.hero h1 span{color:#2ea0ff}.hero p{font-size:14px;line-height:1.35;margin:0 0 10px}
.search-box{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;background:#fff;padding:7px;border-radius:11px;margin:0 0 10px;max-width:700px}.search-box input{border:1px solid #dde5fc;border-radius:8px;padding:8px 10px;font-size:12px}
.popular{margin:0;font-weight:600;font-size:12px}.popular span{display:inline-block;margin-left:6px;padding:3px 7px;background:rgba(255,255,255,.2);border-radius:999px;font-size:11px;font-weight:500}
.hero-right{display:grid;gap:10px;align-content:center}.metric{background:#fff;color:#132360;border-radius:12px;padding:12px}.metric strong{display:block;font-size:25px;line-height:1.08}.metric span{font-size:13px;color:#556389}
.section{margin:14px auto}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section h2{margin:0;font-size:25px}.section-head a{font-size:13px;font-weight:700}
.grid{display:grid;gap:10px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}
.cats{grid-template-columns:repeat(9,minmax(0,1fr))}.cat{min-height:76px;display:grid;justify-items:center;align-content:center;gap:7px;font-weight:700;font-size:12px;text-align:center}
.cat-ico{width:28px;height:28px;border-radius:50%;background:#e9f0ff;color:#0f4ff4;display:grid;place-items:center;font-size:11px;font-weight:800;border:1px solid #d6e2ff}
.cat-ico i{font-size:12px;line-height:1}
.jobs{grid-template-columns:repeat(3,minmax(0,1fr))}
.job{min-height:155px;padding:10px 11px;border-radius:10px}
.job .company{margin:0 0 4px;font-weight:700;font-size:12px;letter-spacing:.2px;color:#20316a}
.job h3{margin:0 0 4px;font-size:15px;line-height:1.25;font-weight:700}
.job p{margin:0 0 6px;font-size:12px;color:var(--muted)}
.badge{display:inline-block;background:#edf2ff;color:#2a4cc7;border-radius:12px;padding:2px 7px;font-size:10px;font-weight:700}
.job-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:11px}
.job-actions .btn{padding:6px 10px;border-radius:8px;font-size:11px}
.logos{grid-template-columns:repeat(8,minmax(0,1fr))}.logo{font-weight:800;text-align:center;font-size:12px;padding:10px;display:grid;gap:6px;justify-items:center}
.logo-img{width:100%;max-width:120px;height:30px;object-fit:contain;display:block}
.logo-mark{min-width:30px;height:30px;padding:0 6px;border-radius:9px;background:#f0f4ff;color:#0f4ff4;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:10px;font-weight:900;border:1px solid #d8e4ff}
.accordion details{background:#f2f6ff;border:1px solid #dce7ff;border-radius:12px;padding:12px;margin-bottom:8px}.accordion summary{font-weight:800;font-size:16px;cursor:pointer}.accordion p{margin:6px 0 0;color:#40528b;font-size:12px}
.site-footer{margin-top:20px;background:linear-gradient(180deg,#03195f,#03113e);color:#dbe6ff;border-radius:12px 12px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:14px;padding:20px 0}
.footer-grid h3,.footer-grid h4{margin:0 0 9px;color:#fff}.footer-grid h3{font-size:20px}.footer-grid h4{font-size:16px}.footer-grid p,.footer-grid li{font-size:12px;line-height:1.45}.footer-grid ul{list-style:none;margin:0;padding:0}.socials{opacity:.9;letter-spacing:3px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;padding:10px 0 14px;font-size:11px}
@media (max-width:860px){.menu-toggle{display:inline-block;padding:8px 10px;border:1px solid #d7e0fb;border-radius:8px;background:#f1f5ff}.main-nav{display:none;position:absolute;left:2%;right:2%;top:62px;background:#fff;border:1px solid #dce5fc;border-radius:10px;padding:10px}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:8px}.btn-post{display:none}.hero,.footer-grid{grid-template-columns:1fr}.hero{padding:14px}.hero h1{font-size:30px}.search-box{grid-template-columns:1fr}.cats{grid-template-columns:repeat(3,minmax(0,1fr))}.jobs{grid-template-columns:1fr}.logos{grid-template-columns:repeat(2,minmax(0,1fr))}}

.gvj-home-top-ad{width:100%;max-width:970px;margin-left:auto;margin-right:auto;min-height:400px}
.gvj-home-top-ad .easy-ad-wrapper{margin:0 auto;width:100%;max-width:100%;padding-left:0;padding-right:0}
.gvj-home-top-ad iframe,.gvj-home-top-ad img,.gvj-home-top-ad ins,.gvj-home-top-ad .eas-adsense-unit,.gvj-home-top-ad .eas-adx-unit{max-width:100%!important;margin-left:auto!important;margin-right:auto!important}
@media (max-width:768px){.gvj-home-top-ad{min-height:400px;padding-left:6px;padding-right:6px}.gvj-home-top-ad iframe,.gvj-home-top-ad img,.gvj-home-top-ad ins{max-width:100%!important;display:block!important}}

.footer-link-list ul,.footer-link-list .menu,.footer-link-list .wp-block-list{list-style:disc;margin:0;padding-left:1rem}
.footer-link-list li{margin:.125rem 0}
.footer-link-list a{color:inherit;text-decoration:none}
.footer-link-list a:hover{text-decoration:underline}

.gvj-category-page .category-color,
.category-color {
  margin-top: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .gvj-category-page .category-color,
  .category-color {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}

/* -------------------------------------------
   Job Detail Mobile Responsiveness
   Scoped to job detail template only
   ------------------------------------------- */
.gvj-job-detail-page,
.gvj-job-detail-page * {
  max-width: 100%;
}

.gvj-job-detail-page img,
.gvj-job-detail-page video,
.gvj-job-detail-page table {
  max-width: 100%;
  height: auto;
}

.gvj-job-detail-page iframe {
  max-width: 100%;
}

.gvj-job-detail-page img {
  display: block;
}

.gvj-job-detail-page table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.gvj-job-detail-title {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gvj-job-detail-page,
.gvj-job-detail-hero,
.gvj-job-detail-section,
.gvj-job-detail-sidebar > section,
.gvj-job-detail-main,
.gvj-job-detail-sidebar {
  max-width: 100%;
}

.gvj-job-detail-page .gvj-job-detail-section,
.gvj-job-detail-page .gvj-job-detail-hero,
.gvj-job-detail-page .gvj-job-detail-sidebar > section {
  overflow-x: hidden;
}

/* Real overflow source hardening:
   job content and ad embeds can inject fixed-width iframes/elements. */
.gvj-job-detail-page .entry-content,
.gvj-job-detail-page .easy-ad-wrapper,
.gvj-job-detail-page ins,
.gvj-job-detail-page iframe,
.gvj-job-detail-page .eas-adsense-unit,
.gvj-job-detail-page .eas-adx-unit {
  max-width: 100% !important;
}

.gvj-job-detail-page .gvj-ad-slot,
.gvj-job-detail-page .gvj-inline-ad,
.gvj-job-detail-page .easy-ad-wrapper,
.gvj-job-detail-page .eas-adsense-unit,
.gvj-job-detail-page .eas-adx-unit {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.gvj-job-detail-page .gvj-ad-slot .easy-ad-wrapper,
.gvj-job-detail-page .gvj-ad-slot iframe,
.gvj-job-detail-page .gvj-ad-slot ins {
  min-height: 300px;
}

.gvj-job-detail-page a,
.gvj-job-detail-page p,
.gvj-job-detail-page li,
.gvj-job-detail-page span,
.gvj-job-detail-page h1,
.gvj-job-detail-page h2,
.gvj-job-detail-page h3,
.gvj-job-detail-page h4 {
  word-break: break-word;
  overflow-wrap: break-word;
}

.gvj-job-stats {
  background: #f8fbff;
}

.gvj-job-stat-item {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gvj-job-stat-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  background: #0f4ff4;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 0;
}

.gvj-job-stat-value {
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .container,
  .job-container,
  .content-wrapper,
  .job-detail-wrapper,
  .gvj-job-detail-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
    max-width: 100%;
  }

  * {
    box-sizing: border-box;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  iframe {
    max-width: 100%;
  }

  .gvj-job-detail-page {
    width: 100%;
    overflow-x: hidden;
  }

  .gvj-job-detail-page .gvj-ad-slot,
  .gvj-job-detail-page .gvj-inline-ad,
  .gvj-job-detail-page .easy-ad-wrapper,
  .gvj-job-detail-page .eas-adsense-unit,
  .gvj-job-detail-page .eas-adx-unit {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .gvj-job-detail-page .gvj-ad-slot .easy-ad-wrapper {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  .gvj-job-detail-page .gvj-ad-slot .easy-ad-wrapper > * {
    max-width: none !important;
  }

  .gvj-job-detail-page .gvj-ad-slot iframe,
  .gvj-job-detail-page .gvj-ad-slot ins {
    max-height: none !important;
    min-height: 300px;
  }

  .gvj-job-detail-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .gvj-job-detail-main,
  .gvj-job-detail-sidebar {
    min-width: 0;
  }

  .gvj-job-detail-main {
    order: 1;
  }

  .gvj-job-detail-sidebar {
    order: 2;
  }

  .gvj-job-detail-breadcrumb {
    row-gap: 6px;
    font-size: 12px;
    line-height: 1.4;
  }

  .gvj-job-detail-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .gvj-job-detail-section h2,
  .gvj-job-detail-section h3,
  .gvj-job-detail-section h4,
  .gvj-job-related-section h2,
  .gvj-job-apply-section h4 {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }

  .gvj-job-detail-section p,
  .gvj-job-detail-section li,
  .gvj-job-detail-hero p,
  .gvj-job-detail-hero li,
  .gvj-job-detail-page .text-\[14px\],
  .gvj-job-detail-page .text-\[15px\],
  .gvj-job-detail-page .text-sm {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .gvj-job-detail-page .grid.border-t.border-slate-200.md\:grid-cols-4,
  .gvj-job-stats {
    grid-template-columns: 1fr !important;
  }

  .gvj-job-stat-item {
    min-height: 66px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .gvj-job-stat-label {
    font-size: 11px;
  }

  .gvj-job-stat-value {
    font-size: 15px;
  }

  .gvj-job-detail-page .grid.gap-3.sm\:grid-cols-2.lg\:grid-cols-2,
  .gvj-job-detail-page .mt-4.grid.gap-3.sm\:grid-cols-2.lg\:grid-cols-4 {
    grid-template-columns: 1fr !important;
  }

  .gvj-job-detail-page a[class*="rounded"],
  .gvj-job-detail-page button,
  .gvj-job-detail-page input[type="submit"] {
    min-height: 44px;
  }

.gvj-job-detail-page .gvj-job-apply-section a,
.gvj-job-detail-page .gvj-job-related-section a,
.gvj-job-detail-page a[href*="wa.me"],
.gvj-job-detail-page button {
  width: 100%;
  max-width: 100%;
}

.gvj-apply-banner {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.gvj-apply-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gvj-job-subscribe-section {
  margin-top: 25px;
  margin-bottom: 25px;
}

.gvj-job-subscribe-card {
  padding: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.gvj-job-subscribe-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0f172a;
}

.gvj-job-subscribe-text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.gvj-job-subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-left: -6px;
  margin-right: -6px;
  row-gap: 10px;
}

.gvj-job-subscribe-actions > [class*="col-"] {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.gvj-job-subscribe-actions .onesignal-customlink-container {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center !important;
  justify-content: center;
  padding: 0 !important;
}

.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-subscribe,
.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-unsubscribe,
.gvj-whatsapp-channel-btn {
  width: 100%;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
}

.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-subscribe,
.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-unsubscribe {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-subscribe:hover,
.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-unsubscribe:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
}

.gvj-job-subscribe-actions .onesignal-customlink-container img.emoji {
  width: 18px;
  height: 18px;
}

.gvj-whatsapp-channel-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 14px 28px rgba(18, 140, 126, 0.18);
  font-size: 18px;
}

.gvj-whatsapp-channel-btn:hover {
  background: linear-gradient(135deg, #22c55e, #0f766e);
  color: #fff;
}

.gvj-whatsapp-channel-btn i {
  font-size: 50px;
  line-height: 1;
}

.gvj-job-detail-page input,
.gvj-job-detail-page select,
.gvj-job-detail-page textarea {
  width: 100%;
    max-width: 100%;
  }

  .gvj-job-detail-page .overflow-hidden.rounded-xl.border.border-slate-100 > div[class*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Mobile meta cards: one column with stable spacing */
  .gvj-job-stats {
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding: 12px;
  }

.gvj-job-stat-item {
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px;
}

.gvj-apply-banner {
  margin-bottom: 14px;
  border-radius: 12px;
}

.gvj-job-subscribe-section {
  margin-top: 25px;
  margin-bottom: 25px;
}

.gvj-job-subscribe-card {
  padding: 15px;
}

.gvj-job-subscribe-actions > [class*="col-"] {
  width: 100%;
}

.gvj-job-subscribe-actions .onesignal-customlink-container,
.gvj-whatsapp-channel-btn {
  margin-bottom: 10px;
}

.gvj-job-subscribe-actions > [class*="col-"]:last-child .gvj-whatsapp-channel-btn {
  margin-bottom: 0;
}
}

.gvj-apply-banner {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.gvj-apply-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gvj-job-subscribe-section {
  margin-top: 25px;
  margin-bottom: 25px;
}

.gvj-job-subscribe-card {
  padding: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.gvj-job-subscribe-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0f172a;
}

.gvj-job-subscribe-text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.gvj-job-subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-left: -6px;
  margin-right: -6px;
  row-gap: 10px;
}

.gvj-job-subscribe-actions > [class*="col-"] {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.gvj-job-subscribe-actions .onesignal-customlink-container {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center !important;
  justify-content: center;
  padding: 0 !important;
}

.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-subscribe,
.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-unsubscribe,
.gvj-whatsapp-channel-btn {
  width: 100%;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
}

.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-subscribe,
.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-unsubscribe {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-subscribe:hover,
.gvj-job-subscribe-actions .onesignal-customlink-container .onesignal-customlink-unsubscribe:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
}

.gvj-job-subscribe-actions .onesignal-customlink-container img.emoji {
  width: 18px;
  height: 18px;
}

.gvj-whatsapp-channel-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 14px 28px rgba(18, 140, 126, 0.18);
}

.gvj-whatsapp-channel-btn:hover {
  background: linear-gradient(135deg, #22c55e, #0f766e);
  color: #fff;
}

@media (min-width: 769px) {
  .gvj-job-subscribe-actions > .col-md-6 {
    width: 50%;
  }
}

.gvj-job-subscribe-card {
  text-align: center;
}

.gvj-job-subscribe-title {
  color: #0f172a !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.gvj-job-subscribe-text {
  color: #1f2937 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* CLS stability */
.gvj-home-hero {
  align-items: stretch;
}

.gvj-ad-slot,
.gvj-home-top-ad,
.gvj-inline-ad {
  position: relative;
  width: 100%;
  overflow: visible;
}

.gvj-home-top-ad {
  aspect-ratio: auto;
  min-height: 0;
  overflow: visible !important;
}

.gvj-home-top-ad .easy-ad-wrapper,
.gvj-home-top-ad iframe,
.gvj-home-top-ad ins,
.gvj-home-top-ad .eas-adsense-unit,
.gvj-home-top-ad .eas-adx-unit {
  min-height: 300px;
}

.gvj-inline-ad {
  min-height: 0;
}

.gvj-ad-slot > * {
  width: 100%;
  max-width: 100%;
}

.gvj-ad-slot img,
.gvj-ad-slot iframe,
.gvj-ad-slot ins {
  display: block;
  max-width: 100%;
}

.gvj-ad-slot iframe,
.gvj-ad-slot ins,
.gvj-ad-slot .easy-ad-wrapper,
.gvj-ad-slot .eas-adsense-unit,
.gvj-ad-slot .eas-adx-unit {
  overflow: visible !important;
}

.gvj-ad-slot .easy-ad-wrapper {
  height: auto !important;
  max-height: none !important;
  min-height: 300px;
  overflow-y: visible !important;
}

.easy-ad-wrapper {
  height: auto !important;
  max-height: none !important;
  min-height: 300px;
  overflow-y: visible !important;
}

.gvj-ad-slot iframe,
.gvj-ad-slot ins {
  height: auto;
  max-height: none !important;
  min-height: 300px;
}

.easy-ad-wrapper iframe,
.easy-ad-wrapper ins {
  max-height: none !important;
  min-height: 300px;
}

.gvj-page-banner-image {
  display: block;
  width: 100%;
  min-height: clamp(180px, 22vw, 340px);
  object-fit: cover;
}

.gvj-job-hero-image {
  display: block;
  width: 100%;
  min-height: clamp(220px, 34vw, 420px);
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.gvj-inline-banner {
  min-height: 0;
}

.gvj-inline-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gvj-home-job-card,
.gvj-jobs-list-row,
.gvj-country-job-row,
.gvj-company-job-row,
.gvj-category-job-row,
.gvj-related-job-row {
}

.gvj-home-job-card {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.gvj-apply-action-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.gvj-apply-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.35;
  white-space: normal;
}

.gvj-apply-action-button > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
  width: 100%;
}

.gvj-apply-action-button i {
  flex: 0 0 auto;
  line-height: 1;
}

.gvj-job-subscribe-actions .onesignal-customlink-container {
  min-height: 70px;
}

.gvj-job-detail-sidebar > section,
.gvj-category-sidebar > section {
  overflow-anchor: none;
}

.gvj-country-page,
.gvj-country-page * {
  max-width: 100%;
}

.gvj-country-layout,
.gvj-country-main,
.gvj-country-sidebar {
  min-width: 0;
}

.gvj-country-content,
.gvj-country-faq,
.gvj-country-sidebar,
.gvj-country-sidebar > section {
  overflow-wrap: break-word;
  word-break: break-word;
}

.gvj-country-page img,
.gvj-country-page iframe,
.gvj-country-page video {
  display: block;
  max-width: 100%;
  height: auto;
}

.gvj-country-page table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gvj-country-page .easy-ad-wrapper,
.gvj-country-page ins,
.gvj-country-page iframe,
.gvj-country-page .eas-adsense-unit,
.gvj-country-page .eas-adx-unit,
.gvj-country-page .wp-block-image,
.gvj-country-page .wp-block-columns {
  max-width: 100% !important;
}

.gvj-country-page a,
.gvj-country-page p,
.gvj-country-page li,
.gvj-country-page span,
.gvj-country-page h1,
.gvj-country-page h2,
.gvj-country-page h3,
.gvj-country-page h4 {
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .gvj-home-hero {
    min-height: 0;
  }

  .gvj-home-top-ad {
    min-height: 0;
  }

  .gvj-inline-ad {
    min-height: 0;
  }

  .gvj-ad-slot,
  .gvj-inline-ad,
  .gvj-home-top-ad,
  .easy-ad-wrapper,
  .gvj-ad-slot .easy-ad-wrapper,
  .gvj-ad-slot .eas-adsense-unit,
  .gvj-ad-slot .eas-adx-unit {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .easy-ad-wrapper,
  .gvj-ad-slot .easy-ad-wrapper {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  .easy-ad-wrapper > *,
  .gvj-ad-slot .easy-ad-wrapper > * {
    max-width: none !important;
  }

  .easy-ad-wrapper iframe,
  .easy-ad-wrapper ins,
  .gvj-ad-slot iframe,
  .gvj-ad-slot ins {
    max-height: none !important;
    min-height: 300px;
  }

  .gvj-home-top-ad .easy-ad-wrapper,
  .gvj-home-top-ad iframe,
  .gvj-home-top-ad ins,
  .gvj-home-top-ad .eas-adsense-unit,
  .gvj-home-top-ad .eas-adx-unit {
    min-height: 300px !important;
  }

  .gvj-page-banner-image {
    min-height: 160px;
  }

  .gvj-job-hero-image {
    min-height: 210px;
  }

  .gvj-home-job-card,
  .gvj-jobs-list-row,
  .gvj-country-job-row,
  .gvj-company-job-row,
  .gvj-category-job-row,
  .gvj-related-job-row {
  }

  .gvj-home-job-card {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .gvj-country-page {
    width: 100%;
    overflow-x: hidden;
  }

  .gvj-country-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .gvj-country-main {
    order: 1;
  }

  .gvj-country-sidebar {
    order: 2;
  }

  .gvj-country-page nav {
    row-gap: 6px;
    line-height: 1.4;
  }

  .gvj-country-page .gvj-country-content,
  .gvj-country-page .gvj-country-faq {
    font-size: 15px;
    line-height: 1.7;
  }

  .gvj-country-page .gvj-country-content ul,
  .gvj-country-page .gvj-country-content ol {
    margin-left: 1rem !important;
  }

  .gvj-country-page .gvj-country-faq ul,
  .gvj-country-page .gvj-country-faq ol {
    padding-left: 1.25rem !important;
    padding-right: 1rem !important;
  }

  .gvj-country-page .gvj-country-job-row {
    gap: 12px;
  }

  .gvj-country-page .gvj-country-job-row > a {
    width: 100%;
    min-height: 44px;
  }

  .gvj-country-page .gvj-country-sidebar .wp-block-group,
  .gvj-country-page .gvj-country-sidebar .wp-block-columns,
  .gvj-country-page .gvj-country-sidebar .wp-block-image,
  .gvj-country-page .gvj-country-sidebar .widget,
  .gvj-country-page .gvj-country-sidebar section {
    overflow-x: hidden;
  }
}

