:root{
  --vrj-form-bg:#fff;
  --vrj-form-border:#8c8c8c;
  --vrj-button-bg:#2e64e6;
  --vrj-button-text:#fff;
  --vrj-icon-color:#4b5563;
  --vrj-popular-arrow-color:#111827;
  --vrj-popular-link-color:#111827;
}
.vrj-search-wrap{max-width:var(--vrj-desktop-form-width,840px);margin:20px auto 28px;position:relative;z-index:5}
.vrj-search-form{margin:0}
.vrj-search-desktop{display:block}
.vrj-desktop-shell{display:flex;align-items:center;height:var(--vrj-desktop-form-height,68px);background:var(--vrj-form-bg);border:1.5px solid var(--vrj-form-border);border-radius:18px;box-shadow:0 2px 10px rgba(0,0,0,.07);overflow:hidden;padding:6px 8px 6px 14px;gap:0;max-width:var(--vrj-desktop-form-width,840px)}
.vrj-field{display:flex;align-items:center;height:100%}
.vrj-field-keyword{flex:1 1 42%;min-width:0}
.vrj-field-location{flex:1 1 38%;min-width:0;border-left:1px solid #d8d8d8;padding-left:12px;margin-left:4px}
.vrj-field input,.vrj-mobile-input-wrap input{border:0;background:transparent;box-shadow:none;outline:none;font-size:15px;line-height:1.2;color:#1f2937;width:100%;padding:0;margin:0}
.vrj-field input::placeholder,.vrj-mobile-input-wrap input::placeholder{color:#6b7280;opacity:1}
.vrj-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--vrj-icon-color);flex:0 0 auto}
.vrj-icon svg{width:28px;height:28px;display:block}
.vrj-field .vrj-icon{margin-right:12px}
.vrj-search-button{display:inline-flex;align-items:center;justify-content:center;background:var(--vrj-button-bg);color:var(--vrj-button-text);border:0;border-radius:14px;height:54px;padding:0 30px;min-width:var(--vrj-desktop-button-width,170px);width:var(--vrj-desktop-button-width,170px);font-size:16px;font-weight:700;cursor:pointer;transition:transform .15s ease, opacity .15s ease;box-shadow:0 4px 12px rgba(46,100,230,.18);margin-left:var(--vrj-desktop-button-gap,16px);margin-right:8px;flex:0 0 auto}
.vrj-search-button:hover{opacity:.94;transform:translateY(-1px)}
.vrj-search-mobile-card{display:none;background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:22px 22px 26px;box-shadow:0 10px 28px rgba(17,24,39,.08);max-width:760px;width:100%;margin:0 auto;box-sizing:border-box}
.vrj-mobile-group + .vrj-mobile-group{margin-top:22px}
.vrj-mobile-label{display:block;font-size:20px;line-height:1.25;font-weight:800;color:#111827;margin-bottom:12px;text-align:left}
.vrj-mobile-input-wrap{display:flex;align-items:center;gap:14px;height:var(--vrj-mobile-field-height,56px);border:2px solid #e5e7eb;border-radius:14px;padding:0 16px;background:#fff;width:var(--vrj-mobile-fields-width,100%);margin-left:auto;margin-right:auto;box-sizing:border-box}
.vrj-mobile-input-wrap .vrj-icon svg{width:34px;height:34px}
.vrj-mobile-input-wrap input{font-size:18px}
.vrj-mobile-button{display:flex;box-sizing:border-box;width:100%;max-width:100%;min-width:100%;margin:calc(var(--vrj-mobile-button-margin-top,16px) + 18px) auto 0;height:var(--vrj-mobile-button-height,50px);border-radius:16px;font-size:max(26px,var(--vrj-mobile-button-font-size,28px));font-weight:800;justify-content:center;align-items:center;padding:0 18px;position:relative;left:auto;right:auto;float:none;clear:both;text-align:center;line-height:1.1}
.vrj-auto-slot.vrj-auto-home{margin:18px auto 24px;max-width:1100px;padding:0 15px}
.vrj-auto-home-jannah{position:relative;z-index:20}
.vrj-results-page-shell{max-width:1120px;margin:24px auto;padding:0 15px;box-sizing:border-box}
.vrj-google-results-block,.vrj-internal-results-block{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px;margin-top:24px}
.vrj-block-header h2{margin:0 0 8px;font-size:26px}
.vrj-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.vrj-result-card{border:1px solid #e5e7eb;border-radius:16px;padding:18px;background:#fff}
.vrj-result-topline{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#6b7280;margin-bottom:10px}
.vrj-result-badge{display:inline-block;background:#eef2ff;color:#2747d6;border-radius:999px;padding:4px 10px;font-weight:700}
.vrj-result-card h3{margin:0 0 10px;font-size:20px;line-height:1.3}
.vrj-result-card a{text-decoration:none}
.vrj-result-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:#4b5563;font-size:14px;margin-bottom:12px}
.vrj-result-button,.vrj-pagination a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.vrj-result-button{margin-top:12px;background:var(--vrj-button-bg);color:var(--vrj-button-text);padding:10px 16px;border-radius:12px;font-weight:700}
.vrj-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.vrj-pagination a{min-width:40px;height:40px;border-radius:10px;border:1px solid #d1d5db;color:#111827}
.vrj-pagination a.current{background:var(--vrj-button-bg);color:var(--vrj-button-text);border-color:var(--vrj-button-bg)}
body.vrj-search-results-page .sidebar, body.vrj-search-results-page #sidebar, body.vrj-search-results-page .tie-sideoffer, body.vrj-search-results-page .mag-box.posts-list, body.vrj-search-results-page .blog-posts{display:none!important}
body.vrj-search-results-page .container, body.vrj-search-results-page .main-content-row, body.vrj-search-results-page #content{width:100%!important;max-width:100%!important}
@media (max-width:1024px){
  .vrj-search-wrap{max-width:100%;padding:0 14px}
  .vrj-auto-slot.vrj-auto-home{padding:0 10px}
  .vrj-search-button{min-width:138px;padding:0 24px}
}
@media (max-width:767px){
  .vrj-search-wrap{width:calc(100vw - 24px);max-width:calc(100vw - 24px);margin:16px auto 20px;padding:0;box-sizing:border-box}
  .vrj-search-desktop{display:none}
  .vrj-search-mobile-card{display:block;margin:0 auto 16px;padding:20px 18px 24px;border-radius:22px;box-sizing:border-box;width:calc(100vw - 12px);max-width:calc(100vw - 12px)}
  .vrj-mobile-label{font-size:18px;margin-bottom:10px}
  .vrj-mobile-input-wrap{height:var(--vrj-mobile-field-height,52px);padding:0 16px;border-radius:14px;width:100%}
  .vrj-mobile-input-wrap input{font-size:16px}
  .vrj-mobile-button{display:flex;width:100%;max-width:100%;min-width:100%;height:var(--vrj-mobile-button-height,50px);margin:58px auto 0;font-size:28px;line-height:1.1;padding:0 18px;border-radius:16px;justify-content:center;align-items:center;align-self:center}
  .vrj-results-page-shell{padding:0;margin:10px auto;width:calc(100vw - 16px);max-width:calc(100vw - 16px);box-sizing:border-box}
  .vrj-google-results-block,.vrj-internal-results-block{padding:14px 12px;border-radius:22px;margin-top:14px;width:100%;max-width:100%;box-sizing:border-box}
  .vrj-result-card{padding:14px 12px;border-radius:16px}
  .vrj-results-grid{grid-template-columns:1fr}
  .vrj-popular-searches{margin:14px 0 0;padding:0 4px}
  .vrj-popular-searches-title{display:block;margin-bottom:8px;font-size:15px;text-align:left}
  .vrj-popular-searches-flow{display:block}
  .vrj-popular-search-item{display:inline-flex;margin:0 14px 8px 0}
}
@media (max-width:991px){
  .vrj-popular-hide-mobile,.vrj-popular-hide-mobile-results{display:none !important}
}

.vrj-auto-home-selector{position:relative;z-index:25}

.vrj-popular-searches{max-width:var(--vrj-desktop-form-width,840px);margin:6px auto 0;padding:0 6px;display:flex;align-items:flex-start;justify-content:flex-start;gap:8px;flex-wrap:wrap}
.vrj-popular-searches-title{display:inline-block;font-size:15px;font-weight:800;color:#1f2937;line-height:1.5;white-space:nowrap}
.vrj-popular-searches-flow{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;line-height:1.5}
.vrj-popular-search-item{display:inline-flex;align-items:center;gap:6px}
.vrj-popular-search-arrow{display:inline-block;font-size:20px;line-height:1;color:var(--vrj-popular-arrow-color);transform:translateY(-1px)}
.vrj-popular-search-link{display:inline-block;color:var(--vrj-popular-link-color);text-decoration:none;font-size:15px;line-height:1.4}
.vrj-popular-search-link:hover{color:var(--vrj-button-bg);text-decoration:none}

.vrj-popular-single-line{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.vrj-popular-single-line .vrj-popular-searches-flow{flex-wrap:nowrap;white-space:nowrap}

body.vrj-search-results-page .vrj-search-wrap,body.vrj-search-results-page .vrj-results-page-shell,body.vrj-search-results-page .vrj-google-results-block,body.vrj-search-results-page .vrj-internal-results-block{margin-left:auto;margin-right:auto}
body.vrj-search-results-page .gsc-control-cse,body.vrj-search-results-page .gsc-control-cse-en,body.vrj-search-results-page .gcse-searchresults-only,body.vrj-search-results-page .gcse-search{width:100%!important;max-width:100%!important;box-sizing:border-box;margin-left:auto!important;margin-right:auto!important}
body.vrj-search-results-page .gsc-results-wrapper-visible,body.vrj-search-results-page .gsc-resultsbox-visible{width:100%!important;box-sizing:border-box}
@media (max-width:767px){
body.vrj-search-results-page .gsc-control-cse,
body.vrj-search-results-page .gsc-control-cse-en{padding-left:0!important;padding-right:0!important}
body.vrj-search-results-page .vrj-search-wrap,
body.vrj-search-results-page .vrj-results-page-shell{width:calc(100vw - 10px);max-width:calc(100vw - 10px);margin-left:auto;margin-right:auto;padding:0}
body.vrj-search-results-page .vrj-search-mobile-card{padding:22px 22px 28px;border-radius:22px;margin-left:auto;margin-right:auto;width:calc(100vw - 10px);max-width:calc(100vw - 10px)}
body.vrj-search-results-page .vrj-mobile-button{width:100%;max-width:100%;min-width:100%;margin-top:58px;margin-left:auto;margin-right:auto;font-size:28px}
.vrj-mobile-group + .vrj-mobile-group{margin-top:16px}
.vrj-popular-searches{margin-top:10px}
.vrj-search-wrap .vrj-popular-searches{margin-top:4px}
}




@media (max-width:767px){
  .vrj-search-mobile-card,
  body.vrj-search-results-page .vrj-search-mobile-card{
    width:calc(100vw - 18px) !important;
    max-width:calc(100vw - 18px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:22px 20px 28px !important;
    box-sizing:border-box !important;
  }

  .vrj-mobile-button,
  body.vrj-search-results-page .vrj-mobile-button{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    margin:22px auto 0 !important;
    height:58px !important;
    font-size:22px !important;
    font-weight:800 !important;
    border-radius:16px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
    line-height:1.1 !important;
    padding:0 18px !important;
    position:relative !important;
    left:auto !important;
    right:auto !important;
    float:none !important;
    clear:both !important;
    transform:none !important;
  }

  body.vrj-search-results-page .vrj-search-wrap,
  body.vrj-search-results-page .vrj-results-page-shell,
  body.vrj-search-results-page .vrj-google-results-block,
  body.vrj-search-results-page .vrj-internal-results-block{
    width:calc(100vw - 18px) !important;
    max-width:calc(100vw - 18px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }
}


@media (max-width:767px){
  .vrj-search-wrap,
  body.vrj-search-results-page .vrj-search-wrap,
  body.vrj-search-results-page .vrj-results-page-shell,
  body.vrj-search-results-page .vrj-google-results-block,
  body.vrj-search-results-page .vrj-internal-results-block{
    width:calc(100vw - 28px) !important;
    max-width:calc(100vw - 28px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  .vrj-search-mobile-card,
  body.vrj-search-results-page .vrj-search-mobile-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:22px 22px 28px !important;
    box-sizing:border-box !important;
  }

  .vrj-mobile-input-wrap{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .vrj-mobile-button,
  body.vrj-search-results-page .vrj-mobile-button{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    margin:25px auto 0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }
}


/* 3.0 mobile centering hotfix */
@media (max-width:767px){
  .vrj-search-wrap,
  body.vrj-search-results-page .vrj-search-wrap,
  body.vrj-search-results-page .vrj-results-page-shell{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
    transform:none !important;
    left:auto !important;
    right:auto !important;
  }

  .vrj-search-mobile-card,
  body.vrj-search-results-page .vrj-search-mobile-card{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:22px 20px 28px !important;
    box-sizing:border-box !important;
  }

  .vrj-mobile-input-wrap{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .vrj-mobile-button,
  body.vrj-search-results-page .vrj-mobile-button{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    margin:28px auto 0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
    font-size:24px !important;
  }

  body.vrj-search-results-page .vrj-google-results-block,
  body.vrj-search-results-page .vrj-internal-results-block{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:14px 12px !important;
    box-sizing:border-box !important;
  }

  body.vrj-search-results-page .gsc-control-cse,
  body.vrj-search-results-page .gsc-control-cse-en,
  body.vrj-search-results-page .gcse-searchresults-only,
  body.vrj-search-results-page .gcse-search{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }
}


/* AD Search 2.0 mobile centering override */
@media (max-width:767px){
  .vrj-search-wrap,
  body.vrj-search-results-page .vrj-search-wrap,
  body.vrj-search-results-page .vrj-results-page-shell{
    width:calc(100vw - 32px) !important;
    max-width:calc(100vw - 32px) !important;
    margin:16px auto !important;
    padding:0 !important;
    box-sizing:border-box !important;
    left:auto !important;
    right:auto !important;
  }

  .vrj-search-mobile-card,
  body.vrj-search-results-page .vrj-search-mobile-card,
  body.vrj-search-results-page .vrj-google-results-block,
  body.vrj-search-results-page .vrj-internal-results-block{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .vrj-search-mobile-card{
    padding:22px 22px 24px !important;
  }

  .vrj-mobile-button,
  body.vrj-search-results-page .vrj-mobile-button{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    margin:19px auto 0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    font-size:30px !important;
  }

  body.vrj-search-results-page .vrj-mobile-button{
    margin-top:19px !important;
  }
}
