/* OpenWork Reviews — Front UI (v1 mock) */
.owr{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  color:#0F172A;
}

html.owr-lock, body.owr-lock{ overflow:hidden; }

/* ===== HERO ===== */
.owr-hero{
  background: radial-gradient(1200px 420px at 20% 20%, #FFFFFF 0%, #F7FAFF 45%, #EFF6FF 100%);
  border-radius: 28px;
  padding: 54px 34px;
  margin: 0 0 18px;
  box-shadow: 0 18px 44px rgba(17,24,39,.08);
}
.owr-hero__wrap{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items:center;
}
.owr-hero__title{
  margin:0 0 10px;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color:#111827;
}
.owr-accent{ color:#FFC400; }
.owr-hero__subtitle{
  margin:0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color:#334155;
  max-width: 56ch;
}
.owr-hero__bullets{
  margin: 22px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 14px;
}
.owr-hero__bullet{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  color:#111827;
  font-weight: 700;
}
.owr-hero__ico{
  width:30px;height:30px;
  border-radius: 999px;
  flex: 0 0 30px;
  display:inline-block;
  box-shadow: 0 10px 22px rgba(17,24,39,.10);
  background-repeat:no-repeat;
  background-position:center;
  background-size: 16px 16px;
}

/* Icon variants (SVG data) */
.owr-hero__bullet--check .owr-hero__ico{background-color:#D1FAE5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='%23065F46' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.owr-hero__bullet--chat .owr-hero__ico{background-color:#DBEAFE;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 5.5A3.5 3.5 0 0 1 7.5 2h9A3.5 3.5 0 0 1 20 5.5v6A3.5 3.5 0 0 1 16.5 15H11l-4.2 3a.9.9 0 0 1-1.4-.74V15A3.5 3.5 0 0 1 4 11.5v-6Z' stroke='%231D4ED8' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E")}
.owr-hero__bullet--shield .owr-hero__ico{background-color:#FEF3C7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2 20 6v6c0 5-3.5 9.4-8 10-4.5-.6-8-5-8-10V6l8-4Z' stroke='%2392400E' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9' stroke='%2392400E' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.owr-hero__bullet--link .owr-hero__ico{background-color:#E0E7FF;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 13a5 5 0 0 1 0-7l1.2-1.2a5 5 0 0 1 7 7L17 13' stroke='%234338CA' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 11a5 5 0 0 1 0 7L12.8 19.2a5 5 0 1 1-7-7L7 11' stroke='%234338CA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}
.owr-hero__bullet--tg .owr-hero__ico{background-color:#E0F2FE;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.8 2.6 2.7 10.3c-1 .4-.9 1.8.2 2.1l4.8 1.5 1.8 5.5c.3.9 1.4 1.1 2 .4l2.7-3.1 5 3.7c.8.6 1.9.1 2.1-.9l2.7-15.6c.2-1.2-1-2.1-2.2-1.4Z' fill='%230F172A'/%3E%3C/svg%3E")}
.owr-hero__bullet--star .owr-hero__ico{background-color:#FFEDD5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m12 2 3 7 7 .6-5.3 4.6 1.7 7-6.4-3.8-6.4 3.8 1.7-7L2 9.6 9 9l3-7Z' stroke='%239A3412' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E")}

.owr-hero__right{display:flex;justify-content:flex-end}
.owr-hero__img{max-width: 520px;width:100%;height:auto;display:block}

/* ===== FILTERBAR ===== */
.owr-filterbar{
  display:flex;
  align-items:center;
  gap: 12px;
  background:#fff;
  border-radius: 999px;
  padding: 10px 10px;
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  overflow:hidden;
}
.owr-filterbar__scroll{
  display:flex;
  align-items:center;
  gap: 10px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  flex:1 1 auto;
  padding: 2px 2px;
}
.owr-filterbar__scroll::-webkit-scrollbar{ display:none; }

.owr-chip{
  flex: 0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.10);
  background:#fff;
  color:#111827;
  text-decoration:none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(17,24,39,.06);
}
.owr-chip:hover{ background:#F8FAFC; border-color: rgba(17,24,39,.16); }
.owr-chip.is-active{
  background:#FFC400 !important;
  border-color:#FFC400 !important;
  color:#111827 !important;
  box-shadow:none !important;
}

.owr-countpill{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background:#F3F4F6;
  color:#111827;
  font-weight: 800;
  border:1px solid rgba(17,24,39,.10);
}

.owr-filterbar__nav{ display:flex; gap: 8px; flex:0 0 auto; }
.owr-fnav{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border:1px solid rgba(17,24,39,.12);
  background:#fff;
  color:#111827;
  font-weight: 900;
  cursor:pointer;
  box-shadow: 0 10px 24px rgba(17,24,39,.06);
}
.owr-fnav:hover{ background:#F3F4F6; }

/* ===== TOOLBAR (found + sort) ===== */
.owr-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin: 12px 2px 14px;
  color:#64748B;
  font-weight: 600;
}
.owr-toolbar b{ color:#111827; font-weight: 800; }

.owr-sort{
  display:flex;
  align-items:center;
  gap: 10px;
  background:#fff;
  border:1px solid rgba(17,24,39,.10);
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: 0 10px 24px rgba(17,24,39,.06);
}
.owr-sort__label{ color:#64748B; font-weight:700; }
.owr-sort__select{
  border:none;
  background:transparent;
  font-weight: 800;
  color:#111827;
  outline:none;
  padding-right: 8px;
}

/* ===== GRID ===== */
.owr-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.owr-card{
  background:#fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.owr-card__shots{
  position:relative;
  display:block;
  text-decoration:none;
  color:inherit;
}
.owr-shots{
  display:grid;
  gap: 8px;
  padding: 12px;
  padding-top: 42px; /* space for badge/dots */
  background: #F8FAFC;
}
.owr-shots--1 .owr-shots{ grid-template-columns: 1fr; }
.owr-shots--2 .owr-shots{ grid-template-columns: repeat(2, 1fr); }
.owr-shots--3 .owr-shots{ grid-template-columns: repeat(3, 1fr); }
.owr-shot{
  border-radius: 14px;
  overflow:hidden;
  background:#E2E8F0;
  height: 210px;
}
.owr-shots--2 .owr-shot,
.owr-shots--3 .owr-shot{ height: 190px; }

.owr-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.owr-placeholder{
  height: 220px;
  margin: 12px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#F1F5F9;
  color:#334155;
  font-weight: 800;
}

.owr-badge{
  position:absolute;
  top: 12px;
  left: 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  background:#FFF7DB;
  color:#111827;
  box-shadow: 0 10px 22px rgba(17,24,39,.10);
}

/* preset colors */
.owr-badge--work{ background:#FFDF73; color:#1F2937; }
.owr-badge--visa{ background:#CFE5FF; color:#0B3B7A; }
.owr-badge--ins{ background:#D7F5D4; color:#14532D; }
.owr-badge--support{ background:#E9D5FF; color:#4C1D95; }
.owr-badge--consult{ background:#E5E7EB; color:#111827; }

.owr-more{
  position:absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(15,23,42,.78);
  color:#fff;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

.owr-dots{
  position:absolute;
  top: 14px;
  right: 14px;
  display:flex;
  gap: 5px;
}
.owr-dots span{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.14);
}

.owr-card__body{ padding: 14px 16px 16px; }

.owr-card__text{
  color:#334155;
  line-height: 1.65;
  white-space: pre-line;
  display:-webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow:hidden;
  margin: 0 0 10px;
}

.owr-card__meta{
  display:flex;
  justify-content:space-between;
  gap: 10px;
  color:#64748B;
  font-weight: 700;
  margin: 0 0 8px;
}

.owr-card__who strong{ color:#111827; }
.owr-card__city{ margin-left: 10px; color:#64748B; font-weight:700; }

.owr-card__vac{
  display:flex;
  align-items:center;
  gap: 8px;
  color:#64748B;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 12px;
}
.owr-card__vacname{ color:#111827; font-weight:800; }

.owr-card__cta{ margin-top: auto; }

.owr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  border-radius: 12px;
  padding: 12px 14px;
  background:#FFC400;
  color:#111827 !important;
  text-decoration:none;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17,24,39,.10);
}
.owr-btn:hover{ background:#E6AE00; color:#111827 !important; }

.owr-verified{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;background:#dcfce7;color:#166534;font-size:12px;font-weight:800;margin:0 0 8px}
.owr-verified:before{content:'✓';margin-right:5px}
.owr-rating{color:#f5b301;font-weight:900;letter-spacing:1px;margin:0 0 8px}

/* ===== REVIEWS ON A VACANCY PAGE ===== */
.owr-vacancy{max-width:1200px;margin:34px auto 0;padding:0 16px;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.owr-vacancy__head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px}
.owr-vacancy__heading{min-width:0;flex:1}
.owr-vacancy__head h2{font-size:28px;line-height:1.2;margin:0 0 14px;letter-spacing:-.02em}
.owr-vacancy__toolbar{display:flex;align-items:center;gap:30px;min-width:0}
.owr-vacancy__score{display:block;flex:0 0 auto;color:#64748b}
.owr-vacancy__score>div{display:flex;align-items:center;gap:9px}
.owr-vacancy__score strong{font-size:22px;line-height:1;color:#0f172a}
.owr-vacancy__score .owr-rating{margin:0;font-size:21px;line-height:1;letter-spacing:1.5px}
.owr-vacancy__score small{display:block;margin-top:6px;font-size:12px;color:#64748b}
.owr-vacancy__filters{display:flex;align-items:center;gap:10px;min-width:0}
.owr-vacancy__filter{appearance:none;min-height:42px;padding:0 17px;border:1px solid #dbe3ec;border-radius:12px;background:#fff;color:#334155;font:700 13px/1 inherit;white-space:nowrap;cursor:pointer;box-shadow:0 2px 7px rgba(15,23,42,.03);transition:.18s ease}
.owr-vacancy__filter:hover{border-color:#15a9bc;color:#08798a}
.owr-vacancy__filter.is-active{border-color:#0ea5b7;background:linear-gradient(135deg,#05a8a8,#0f9fb8);color:#fff;box-shadow:0 8px 20px rgba(14,165,183,.18)}
.owr-vacancy__add{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 19px;border:1px solid #27aee4;border-radius:14px;color:#0284c7!important;text-decoration:none;font-size:13px;font-weight:800;background:#fff;white-space:nowrap;box-shadow:0 4px 14px rgba(15,23,42,.04);transition:.18s ease}
.owr-vacancy__add:hover{transform:translateY(-1px);border-color:#0284c7;box-shadow:0 8px 20px rgba(2,132,199,.12)}
.owr-vacancy__add span{font-size:22px;line-height:1}
.owr-vacancy__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.owr-vreview{display:flex;flex-direction:column;min-height:360px;border:1px solid #dfe6ee;border-radius:17px;background:#fff;padding:20px;box-shadow:0 8px 28px rgba(15,23,42,.045)}
.owr-vreview.is-filter-hidden{display:none}
.owr-vreview__head{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:13px}
.owr-vreview__identity{min-width:0}
.owr-vreview__identity>div{display:flex;align-items:baseline;gap:4px;min-width:0}
.owr-vreview__identity strong{font-size:14px;color:#0f172a}
.owr-vreview__identity span{font-size:12px;color:#475569}
.owr-vreview__identity small{display:block;color:#475569;margin-top:4px;font-size:12px}
.owr-vreview__head .owr-verified{align-self:start;margin:0;padding:5px 9px;border-radius:999px;background:#e9fbef;color:#16a34a;font-size:11px;white-space:nowrap}
.owr-vreview__head .owr-verified:before{content:'';margin:0}
.owr-vreview__avatar{position:relative;width:50px;height:50px;border-radius:50%;overflow:hidden;background:#e8edf3}
.owr-vreview__avatar:before{content:'';position:absolute;left:50%;top:10px;width:15px;height:15px;border-radius:50%;background:#fff;transform:translateX(-50%)}
.owr-vreview__avatar:after{content:'';position:absolute;left:50%;bottom:-8px;width:36px;height:27px;border-radius:50% 50% 0 0;background:#fff;transform:translateX(-50%)}
.owr-vreview__rating{display:flex;align-items:center;gap:10px;margin:0 0 10px}
.owr-vreview__rating .owr-rating{margin:0;font-size:19px;line-height:1;letter-spacing:1.5px}
.owr-vreview__rating strong{font-size:12px;color:#475569}
.owr-vreview__text{line-height:1.55;color:#27364a;margin:0 0 16px;min-height:44px;font-size:14px;white-space:pre-line}
.owr-vreview__bottom{display:grid;grid-template-columns:1fr;gap:18px;align-items:end;margin-top:auto;padding-top:14px;border-top:1px solid #edf1f5}
.owr-vreview__bottom.has-proof{grid-template-columns:minmax(0,1fr) 178px}
.owr-vreview__facts{display:flex;flex-direction:column;gap:10px;margin:0;min-width:0}
.owr-vreview__facts div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
.owr-vreview__facts dt{font-size:12px;color:#334155}
.owr-vreview__facts dd{display:flex;align-items:center;gap:7px;margin:0;font-size:12px;font-weight:800;white-space:nowrap}
.owr-vreview__facts dd span{display:grid;place-items:center;width:17px;height:17px;border:2px solid currentColor;border-radius:50%;font-size:10px;line-height:1}
.owr-vreview__facts .is-yes dd{color:#16a34a}.owr-vreview__facts .is-partial dd{color:#64748b}.owr-vreview__facts .is-no dd{color:#dc2626}
.owr-vreview__proof{display:flex;flex-direction:column;gap:8px;color:#0284c7!important;text-decoration:none;font-weight:800;min-width:0}
.owr-vreview__proof-image{position:relative;display:block;height:122px;border-radius:11px;overflow:hidden;background:linear-gradient(135deg,#e8edf3,#dbe3ec)}
.owr-vreview__proof-image img{display:block;width:100%;height:100%;object-fit:cover;filter:blur(2.2px);transform:scale(1.04);opacity:.78}
.owr-vreview__privacy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#334155;font-size:11px;line-height:1.25;text-shadow:0 1px 2px #fff;background:rgba(255,255,255,.25)}
.owr-vreview__privacy b{display:grid;place-items:center;width:31px;height:31px;margin-bottom:5px;border-radius:50%;background:rgba(255,255,255,.86);font-size:14px;text-shadow:none}
.owr-vreview__proof-link{text-align:center;font-size:12px;color:#0284c7}
.owr-vacancy__summary{position:relative;overflow:hidden;margin-top:18px;border:1px solid #dbe7ee;border-radius:22px;background:radial-gradient(circle at 96% 0%,rgba(0,174,231,.09),transparent 29%),#fff;box-shadow:0 16px 38px rgba(24,57,76,.09)}
.owr-vacancy__summary::before{position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#ffbd00 0 22%,#00bd80 52%,#00ade8 100%);content:""}
.owr-summary__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 17px}
.owr-summary__heading{display:flex;align-items:center;gap:12px;min-width:0}
.owr-summary__heading>span:last-child{min-width:0}
.owr-summary__heading-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:#fff6d8;color:#d69800}
.owr-summary__heading-icon svg{width:21px;height:21px}
.owr-vacancy__summary svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.owr-vacancy__summary h3{margin:0;color:#102039;font-size:21px;line-height:1.15;letter-spacing:-.02em}
.owr-summary__heading small{display:block;margin-top:4px;color:#697a8f;font-size:12px;line-height:1.3}
.owr-summary__verified{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #ccebdc;border-radius:999px;background:#f0fbf5;color:#16814f;font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap}
.owr-summary__verified svg{width:14px;height:14px}
.owr-summary__metrics{display:grid;padding:0 24px 22px}
.owr-summary__metrics.is-1{grid-template-columns:1fr}
.owr-summary__metrics.is-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.owr-summary__metrics.is-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.owr-summary__item{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:13px 22px;border-right:1px solid #e2eaf0;color:#334155}
.owr-summary__item:first-child{padding-left:2px}
.owr-summary__item:last-child{padding-right:2px;border-right:0}
.owr-summary__icon{position:relative;display:grid;width:48px;height:48px;place-items:center;border:1px solid currentColor;border-radius:16px;background:#fff;color:#00a9b9}
.owr-summary__icon>svg{width:22px;height:22px}
.owr-summary__item.is-salary .owr-summary__icon{color:#e3a100}
.owr-summary__item.is-housing .owr-summary__icon{color:#0b9d80}
.owr-summary__housing-check{position:absolute;right:-4px;bottom:-4px;display:grid;width:18px;height:18px;place-items:center;border:2px solid #fff;border-radius:50%;background:#08a36a;color:#fff}
.owr-summary__housing-check svg{width:10px;height:10px;stroke-width:2.2}
.owr-summary__content{min-width:0}
.owr-summary__item strong{display:flex;align-items:baseline;gap:4px;color:#087d98;font-size:22px;line-height:1;white-space:nowrap}
.owr-summary__item strong b{font-size:inherit}
.owr-summary__item strong small{color:#30445b;font-size:12px;font-weight:800}
.owr-summary__item em{display:block;margin-top:5px;color:#26384e;font-size:12px;line-height:1.25;font-weight:800;font-style:normal}
.owr-summary__progress{display:block;height:4px;margin-top:9px;overflow:hidden;border-radius:99px;background:#e9eff3}
.owr-summary__progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00bd80,#00ade8)}
.owr-summary__action{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px 14px 24px;border-top:1px solid #e3ebf0;background:rgba(245,250,253,.82)}
.owr-summary__action-copy{display:flex;align-items:center;gap:9px;color:#53677d;font-size:12px;line-height:1.35}
.owr-summary__action-copy svg{width:18px;height:18px;flex:0 0 18px;color:#00a2b7}
.owr-summary__add{width:auto!important;min-height:42px!important;margin-left:0!important;padding:9px 17px!important;border:1px solid #e6a900!important;border-radius:12px!important;background:linear-gradient(180deg,#ffcb20,#ffb900)!important;color:#111827!important;box-shadow:0 7px 17px rgba(255,185,0,.22)!important;font-size:12px!important;white-space:nowrap}
.owr-summary__add:hover{border-color:#d89f00!important;box-shadow:0 10px 22px rgba(255,185,0,.28)!important}
.owr-summary__add svg{width:15px;height:15px}
.owr-vacancy__empty{display:flex;flex-direction:column;gap:5px;padding:22px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;color:#475569}.owr-vacancy__empty strong{color:#0f172a}
.owr-vacancy__formwrap{margin-top:16px}.owr-vacancy__formwrap>summary{cursor:pointer;width:max-content;list-style:none;padding:12px 18px;border-radius:13px;background:#ffc400;color:#111827;font-weight:900}.owr-vacancy__formwrap>summary::-webkit-details-marker{display:none}
.owr-vacancy__formwrap.has-summary-cta:not([open]){margin-top:0}
.owr-vacancy__formwrap.has-summary-cta:not([open])>summary{display:none}
.owr-vacancy__formwrap.has-summary-cta[open]>summary{margin:0 0 10px auto;background:#f1f5f9;color:#475569;font-size:12px}
.owr-form--vacancy{box-shadow:none;border:1px solid #e2e8f0}.owr-selected-vacancy{padding:12px;border-radius:12px;background:#eff6ff;color:#1e3a8a;margin-bottom:12px}.owr-dimensions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.owr-dimensions label{font-size:12px;font-weight:800}.owr-dimensions select{width:100%;margin-top:5px;border:1px solid #dbe2ea;border-radius:10px;background:#fff;padding:8px}
.owr-person-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:12px}.owr-person-fields label{font-size:12px;font-weight:800}.owr-person-fields input,.owr-person-fields select{width:100%;margin-top:5px;border:1px solid #dbe2ea;border-radius:10px;background:#fff;padding:9px}

/* ===== PAGINATION ===== */
.owr-pages{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:center;
  margin: 18px 0 10px;
}
.owr-page{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border:1px solid rgba(17,24,39,.10);
  background:#fff;
  color:#111827;
  text-decoration:none;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17,24,39,.06);
}
.owr-page:hover{ background:#F8FAFC; border-color: rgba(17,24,39,.16); }
.owr-page.is-active{ background:#FFC400; border-color:#FFC400; box-shadow:none; }
.owr-page--prev, .owr-page--next{ min-width: 44px; }

/* ===== FORM ===== */
.owr-form{
  margin-top: 18px;
  background:#fff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  padding: 20px;
}
.owr-form__head h2{ margin: 0 0 6px; }
.owr-form__note{ margin: 0 0 14px; color:#334155; }

.owr-form__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}
.owr-panel{
  background:#F8FAFC;
  border:1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  padding: 16px;
}
.owr-row{ margin: 0 0 12px; }
.owr-row label{ display:block; font-weight: 900; margin: 0 0 6px; color:#111827; }
.owr-row input[type="text"],
.owr-row input[type="url"],
.owr-row select,
.owr-row textarea{
  width:100%;
  border:1px solid rgba(17,24,39,.12);
  border-radius: 12px;
  padding: 10px 12px;
  background:#fff;
}
.owr-row small{ display:block; margin-top: 6px; color:#64748B; }

.owr-check{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  font-weight: 800;
  color:#111827;
}
.owr-check input{ margin-top: 3px; }

.owr-file{
  position:absolute !important;
  left:-9999px !important;
  width:1px;height:1px;
  opacity:0;
}

.owr-upload{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border:1px solid rgba(17,24,39,.12);
  background:#fff;
  cursor:pointer;
  font-weight: 900;
  color:#111827;
}
.owr-upload:hover{ background:#F8FAFC; }

.owr-files{
  margin-top: 8px;
  color:#64748B;
  font-weight: 700;
}

.owr-form__msg{ margin-top: 10px; font-weight: 900; }

/* ===== SEO ===== */
.owr-seo{
  margin-top: 18px;
  background:#fff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  padding: 18px;
}
.owr-seo h2{ margin: 0 0 10px; }
.owr-seo__box{ overflow:hidden; position:relative; }
.owr-seo__toggle{
  margin-top: 10px;
  border:none;
  background:transparent;
  color:#111827;
  font-weight: 900;
  cursor:pointer;
  text-decoration: underline;
}

.owr-empty{
  padding: 18px;
  background:#fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  color:#334155;
  font-weight: 800;
}

/* ===== ICONS (meta) ===== */
.owr-ico{
  display:inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
  background-repeat:no-repeat;
  background-position:center;
  background-size: 16px 16px;
}
.owr-ico-user{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 21a8 8 0 1 0-16 0' stroke='%2364748B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 13a5 5 0 1 0-5-5 5 5 0 0 0 5 5Z' stroke='%2364748B' stroke-width='2'/%3E%3C/svg%3E");
}
.owr-ico-pin{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22s7-5.2 7-12a7 7 0 0 0-14 0c0 6.8 7 12 7 12Z' stroke='%2364748B' stroke-width='2'/%3E%3Cpath d='M12 13a3 3 0 1 0-3-3 3 3 0 0 0 3 3Z' stroke='%2364748B' stroke-width='2'/%3E%3C/svg%3E");
}
.owr-ico-link{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 13a5 5 0 0 1 0-7l1.2-1.2a5 5 0 0 1 7 7L17 13' stroke='%2364748B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 11a5 5 0 0 1 0 7L12.8 19.2a5 5 0 1 1-7-7L7 11' stroke='%2364748B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ===== LIGHTBOX ===== */
.owr-lightbox{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.82);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}
.owr-lightbox.is-open{ display:flex; }
.owr-lightbox__img{
  max-width: min(92vw, 980px);
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  background:#fff;
}
.owr-lightbox__close{
  position:absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border:none;
  background: rgba(255,255,255,.14);
  color:#fff;
  font-size: 28px;
  cursor:pointer;
}
.owr-lightbox__prev, .owr-lightbox__next{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border:none;
  background: rgba(255,255,255,.14);
  color:#fff;
  font-size: 30px;
  cursor:pointer;
}
.owr-lightbox__prev{ left: 18px; }
.owr-lightbox__next{ right: 18px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px){
  .owr-hero__title{ font-size: 38px; }
  .owr-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px){
  .owr-hero{ padding: 30px 18px; }
  .owr-hero__wrap{ grid-template-columns: 1fr; }
  .owr-hero__title{ font-size: 32px; }
  .owr-filterbar__nav{ display:none; }
  .owr-toolbar{ flex-direction: column; align-items:flex-start; }
  .owr-grid{ grid-template-columns: 1fr; }
  .owr-form__grid{ grid-template-columns: 1fr; }
  .owr-shot{ height: 210px; }
}
/* ===== SEO block: fade + toggle ===== */
.owr-seo{ text-align:center; }
.owr-seo__box{
  position:relative;
  overflow:hidden;
  max-width: 860px;
  margin: 0 auto;
}
.owr-seo__box::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events:none;
  opacity: 1;
  transition: opacity .18s ease;
}
.owr-seo.is-open .owr-seo__box::after{ opacity: 0; }

.owr-seo__toggle{
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 10px;
  font-weight: 800;
  text-decoration: underline;
  color:#111827;
  cursor:pointer;
}

/* Hide filterbar arrows */
.owr-filterbar__nav{ display:none !important; }

/* ===== Mobile hint: categories are swipeable ===== */
.owr-filterbar{ position: relative; overflow: hidden; }

/* Scroll area: leave space so the next chip is partially visible */
.owr-filterbar__scroll{
  padding-right: 46px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.owr-filterbar__scroll > *{ scroll-snap-align: start; }

/* Right fade to indicate more content */
.owr-filterbar::after{
  content:"";
  position:absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  opacity: 1;
  transition: opacity .18s ease;
}

/* Hide fade when user already scrolled to end (JS will toggle class) */
.owr-filterbar.is-end::after{ opacity: 0; }

/* “Swipe hint” label (mobile only) */
@media (max-width: 700px){
  .owr-filterbar::before{
    content:"Гортайте →";
    position:absolute;
    right: 12px;
    bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(17,24,39,.55);
    pointer-events:none;
    opacity: 1;
    transition: opacity .18s ease;
  }
  .owr-filterbar.is-hinted::before{ opacity: 0; }
}
/* ===== Lightbox buttons clickable ===== */
html.owr-noscroll, html.owr-noscroll body { overflow: hidden; }

.owr-lightbox{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.72);
  z-index: 999999;
}
.owr-lightbox.is-open{ display:flex; }

.owr-lightbox__img{
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 12px;
  display:block;
}

.owr-lightbox__close,
.owr-lightbox__prev,
.owr-lightbox__next{
  position: absolute;
  z-index: 1000000;
  pointer-events: auto;
}

.owr-lightbox__close{ top: 16px; right: 16px; }
.owr-lightbox__prev{ left: 16px; top: 50%; transform: translateY(-50%); }
.owr-lightbox__next{ right: 16px; top: 50%; transform: translateY(-50%); }

/* Щоб карточка не зливалася з фоном */
.owr-card{
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10); /* дуже тонка рамка */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06); /* м’яке відділення від фону */
}

.owr-card:hover{
  border-color: rgba(15, 23, 42, .16);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .10);
  transform: translateY(-1px);
}
/* FIX: текст на кнопці "Надіслати відгук" */
.owr-form .owr-btn,
.owr-form button.owr-btn,
#owrReviewForm .owr-btn {
  color: #fff !important;
}

/* якщо при наведенні змінюється стиль — фіксуємо також */
.owr-form .owr-btn:hover,
.owr-form .owr-btn:focus,
.owr-form .owr-btn:active {
  color: #fff !important;
}
/* FIX: вирівнювання checkbox + текст в ряд */
.owr-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.35;
}

.owr-check input[type="checkbox"]{
  margin: 0;
  transform: translateY(-1px); /* тонке підняття — можна 0 або -2px */
}

@media (max-width: 980px){
  .owr-vacancy__head{align-items:flex-start;flex-wrap:wrap}
  .owr-vacancy__add{margin-left:auto}
  .owr-vacancy__toolbar{align-items:flex-start;flex-direction:column;gap:14px}
  .owr-vacancy__grid{grid-template-columns:1fr}
}

@media (max-width: 760px){
  .owr-vacancy{padding:0 12px;margin-top:22px}
  .owr-vacancy__head{align-items:flex-start;flex-direction:column}
  .owr-vacancy__head h2{font-size:23px}
  .owr-vacancy__add{width:100%;margin-left:0}
  .owr-vacancy__filters{width:100%;overflow-x:auto;padding:2px 0 7px;scrollbar-width:none}
  .owr-vacancy__filters::-webkit-scrollbar{display:none}
  .owr-vreview{min-height:0;padding:16px}
  .owr-vreview__head{grid-template-columns:46px 1fr}.owr-vreview__avatar{width:46px;height:46px}.owr-vreview__head .owr-verified{grid-column:2;margin-top:2px;justify-self:start}
  .owr-vreview__bottom.has-proof{grid-template-columns:minmax(0,1fr) 160px}
  .owr-summary__head{padding:20px 18px 15px}
  .owr-summary__verified{display:none}
  .owr-summary__metrics{padding:0 18px 18px}
  .owr-summary__item{grid-template-columns:42px minmax(0,1fr);gap:9px;padding:11px 12px}
  .owr-summary__icon{width:42px;height:42px;border-radius:13px}
  .owr-summary__item strong{font-size:19px}
  .owr-dimensions{grid-template-columns:1fr}
}

@media (max-width: 520px){
  .owr-vacancy__score>div{align-items:flex-start;flex-direction:column;gap:6px}
  .owr-vacancy__score strong{font-size:20px}
  .owr-vreview__bottom.has-proof{grid-template-columns:1fr}
  .owr-vreview__proof-image{height:150px}
  .owr-person-fields{grid-template-columns:1fr}
  .owr-vacancy__summary{border-radius:18px}
  .owr-summary__metrics,.owr-summary__metrics.is-1,.owr-summary__metrics.is-2,.owr-summary__metrics.is-3{grid-template-columns:1fr}
  .owr-summary__item,.owr-summary__item:first-child,.owr-summary__item:last-child{padding:13px 0;border-right:0;border-bottom:1px solid #e2eaf0}
  .owr-summary__item:last-child{border-bottom:0}
  .owr-summary__action{align-items:stretch;flex-direction:column;padding:15px 18px 18px}
  .owr-summary__add{width:100%!important}
}

/* ===== General reviews premium UI (v1.4) ===== */
.owr{
  --owr-yellow:#ffc400;
  --owr-yellow-dark:#e7ac00;
  --owr-blue:#0798e6;
  --owr-teal:#00a8a8;
  --owr-ink:#0f172a;
  --owr-muted:#64748b;
  --owr-line:#dfe7ef;
  max-width:1240px;
}
.owr .screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.owr .owr-hero{
  position:relative;
  overflow:hidden;
  padding:46px 46px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:26px;
  background:
    radial-gradient(circle at 82% 32%,rgba(0,174,239,.10),transparent 34%),
    linear-gradient(135deg,#fff 0%,#f7fbff 55%,#eef6ff 100%);
  box-shadow:0 18px 45px rgba(30,64,100,.09);
}
.owr .owr-hero:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,var(--owr-yellow),#ffda4f);
}
.owr .owr-hero__title{font-size:clamp(36px,4vw,50px);font-weight:800}
.owr .owr-hero__subtitle{font-size:17px;line-height:1.65;color:#52657a}
.owr .owr-hero__bullets{gap:12px;margin-top:20px}
.owr .owr-hero__bullet{align-items:center;font-size:15px}
.owr .owr-hero__ico{box-shadow:none;border:1px solid rgba(15,23,42,.06)}
.owr .owr-hero__img{max-width:430px;filter:drop-shadow(0 20px 28px rgba(30,64,100,.12))}

.owr-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:18px 0 20px;
  padding:18px 16px;
  border:1px solid var(--owr-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.055);
}
.owr-stat{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:4px 18px;
  border-right:1px solid #e8eef4;
}
.owr-stat:last-child{border-right:0}
.owr-stat__icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:15px;
  border:1px solid #d8ebf6;
  background-color:#f1f9fe;
  background-position:center;
  background-repeat:no-repeat;
  background-size:23px;
}
.owr-stat strong{display:block;color:#113a63;font-size:23px;line-height:1.1;font-weight:900}
.owr-stat small{display:block;margin-top:4px;color:#687c91;font-size:12px;line-height:1.3;font-weight:700}
.owr-stat--reviews .owr-stat__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 18.5 3 21v-5.2A8 8 0 0 1 4 2h10a8 8 0 0 1 0 16H6Z' stroke='%230798e6' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M8 8h7M8 12h5' stroke='%230798e6' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E")}
.owr-stat--verified .owr-stat__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2 20 6v6c0 5-3.6 9.3-8 10-4.4-.7-8-5-8-10V6l8-4Z' stroke='%2300a8a8' stroke-width='1.9'/%3E%3Cpath d='m8 12 2.5 2.5L16 9' stroke='%2300a8a8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}
.owr-stat--vacancies .owr-stat__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7h16v13H4zM9 7V4h6v3' stroke='%230798e6' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M4 12h16M10 12v2h4v-2' stroke='%230798e6' stroke-width='1.9'/%3E%3C/svg%3E")}
.owr-stat--updated .owr-stat__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%2300a8a8' stroke-width='1.9'/%3E%3Cpath d='M12 7v5l3 2' stroke='%2300a8a8' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E")}

.owr .owr-filterbar{
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.owr .owr-filterbar__scroll{gap:9px;padding:2px 3px 10px}
.owr .owr-chip{
  min-height:42px;
  padding:9px 17px;
  border-color:#dce5ee;
  box-shadow:none;
  font-size:14px;
}
.owr .owr-chip.is-active{box-shadow:0 8px 18px rgba(255,196,0,.22)!important}

.owr-filter-controls{
  display:flex;
  align-items:center;
  gap:10px;
  margin:4px 0 12px;
  padding:3px 0;
  border:0!important;
  border-radius:0;
  outline:0!important;
  background:transparent;
  box-shadow:none!important;
}
.owr-filter-controls,
.owr-filter-controls *{box-sizing:border-box}
.owr-filter-controls label{margin:0!important;box-shadow:none!important}
.owr-search{
  min-width:245px;
  flex:1 1 310px;
  min-height:46px;
  display:flex;
  align-items:center;
  border:1px solid #dce5ee;
  border-radius:13px;
  background:#fbfdff;
  overflow:hidden;
}
.owr-search__icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-left:13px;
  background:center/18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%2364748b' stroke-width='2'/%3E%3Cpath d='m16.5 16.5 4 4' stroke='%2364748b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.owr-search input{
  min-width:0;
  flex:1 1 auto;
  height:44px;
  padding:0 10px;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  background:transparent!important;
  color:var(--owr-ink);
  font-size:14px;
  box-shadow:none!important;
}
.owr-search button{
  align-self:stretch;
  min-width:auto!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0 15px;
  border:0!important;
  border-left:1px solid #e3eaf1!important;
  border-radius:0!important;
  outline:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  background:#f4f8fb!important;
  color:#0d78ad!important;
  font-size:13px;
  font-weight:900;
  line-height:1!important;
  box-shadow:none!important;
  cursor:pointer;
}
.owr-search button:hover{background:#eaf6fc!important}
.owr-filter-select{
  position:relative;
  flex:0 1 auto;
  min-height:46px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 36px 0 12px;
  border:1px solid #dce5ee!important;
  border-radius:13px!important;
  outline:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden;
}
.owr-filter-select:after{
  content:"";
  position:absolute;
  top:50%;
  right:13px;
  width:13px;
  height:13px;
  transform:translateY(-50%);
  pointer-events:none;
  background:center/13px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.owr-filter-select select{
  max-width:190px;
  height:44px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  appearance:none!important;
  background:none!important;
  background-color:transparent!important;
  color:#24364a;
  font-size:13px;
  font-weight:800;
  line-height:44px!important;
  box-shadow:none!important;
}
.owr-filter-select select::-ms-expand{display:none}
.owr-filter-select select:focus,
.owr-filter-select select:active{border:0!important;outline:0!important;box-shadow:none!important}
.owr-filter-select.is-enhanced{
  min-width:138px;
  padding:0 9px 0 12px;
  overflow:visible;
}
.owr-filter-select.is-enhanced:after{display:none}
.owr-filter-select.is-enhanced.is-open{
  z-index:999;
  border-color:#76bfe8!important;
  box-shadow:0 0 0 3px rgba(7,152,230,.10)!important;
}
.owr-filter-select.is-enhanced>select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.owr .owr-custom-select__button{
  position:relative;
  min-width:100px!important;
  min-height:44px!important;
  height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0!important;
  padding:0 27px 0 0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  background:transparent!important;
  color:#24364a!important;
  font:800 13px/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important;
  text-align:left!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.owr .owr-custom-select__button:after{
  content:"";
  position:absolute;
  top:50%;
  right:4px;
  width:13px;
  height:13px;
  transform:translateY(-50%);
  background:center/13px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition:transform .16s ease;
}
.owr .owr-filter-select.is-open .owr-custom-select__button:after{transform:translateY(-50%) rotate(180deg)}
.owr-custom-select__value{
  display:block;
  max-width:175px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owr-custom-select__menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  width:max-content;
  min-width:100%;
  max-width:min(330px,calc(100vw - 24px));
  max-height:310px;
  display:none;
  overflow:auto;
  padding:7px;
  border:1px solid #d9e4ed;
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.16);
  scrollbar-width:thin;
  scrollbar-color:#cbd7e2 transparent;
}
.owr-filter-select.is-open .owr-custom-select__menu{display:block;animation:owrSelectIn .14s ease-out}
.owr-filter-select--sort .owr-custom-select__menu{right:0;left:auto}
.owr .owr-custom-select__option{
  position:relative;
  width:100%!important;
  min-width:0!important;
  min-height:38px!important;
  display:block!important;
  margin:0!important;
  padding:9px 34px 9px 11px!important;
  border:0!important;
  border-radius:9px!important;
  outline:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  background:#fff!important;
  color:#33475a!important;
  font:700 13px/1.35 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important;
  text-align:left!important;
  white-space:normal!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.owr .owr-custom-select__option:hover,
.owr .owr-custom-select__option:focus{background:#edf8ff!important;color:#075f91!important}
.owr .owr-custom-select__option.is-selected{background:#fff5c9!important;color:#463500!important}
.owr .owr-custom-select__option.is-selected:after{
  content:"✓";
  position:absolute;
  top:50%;
  right:12px;
  transform:translateY(-50%);
  color:#00a179;
  font-size:14px;
  font-weight:900;
}
@keyframes owrSelectIn{
  from{opacity:0;transform:translateY(-5px)}
  to{opacity:1;transform:translateY(0)}
}
.owr-filter-select__prefix{color:#7a8da1;font-size:12px;font-weight:700;white-space:nowrap}
.owr-filter-select--sort{margin-left:auto}
.owr-filter-reset{padding:10px 5px;color:#64748b;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}
.owr-filter-reset:hover{color:#0f172a;text-decoration:underline}
.owr .owr-toolbar{margin:10px 3px 14px}
.owr .owr-toolbar__left{color:#718398;font-size:13px}

.owr .owr-grid{gap:20px;align-items:stretch}
.owr .owr-card{
  min-width:0;
  border:1px solid #dce5ee;
  border-radius:19px;
  box-shadow:0 10px 28px rgba(15,23,42,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.owr .owr-card:hover{transform:translateY(-3px);border-color:#c9d9e7;box-shadow:0 18px 38px rgba(15,23,42,.095)}
.owr .owr-shots{height:248px;padding:44px 12px 12px;gap:7px;background:linear-gradient(180deg,#f8fbfd,#f2f6f9)}
.owr .owr-shot,
.owr .owr-shots--2 .owr-shot,
.owr .owr-shots--3 .owr-shot{height:192px;border-radius:12px}
.owr .owr-shot img{object-position:center top}
.owr .owr-placeholder{height:224px}
.owr .owr-badge{top:12px;left:13px;padding:5px 10px;box-shadow:none;border:1px solid rgba(15,23,42,.04)}
.owr .owr-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:15px 16px 16px}
.owr-card__status{min-height:27px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
.owr .owr-verified{margin:0;padding:5px 9px;background:#e9fbef;color:#17834a;font-size:11px}
.owr .owr-rating{margin:0;color:#f2b000;font-size:14px;letter-spacing:.7px;white-space:nowrap}
.owr .owr-card__meta{display:block;margin:0 0 10px;font-size:12px;line-height:1.5}
.owr .owr-card__who{display:flex;align-items:center;gap:3px;min-width:0}
.owr .owr-card__who .owr-ico{flex:0 0 16px;margin-right:3px}
.owr .owr-card__date{color:#8090a0;font-weight:600;white-space:nowrap}
.owr .owr-card__city{display:flex;align-items:center;margin:4px 0 0 24px;color:#687b8f;font-size:12px}
.owr .owr-card__city .owr-ico{margin-right:3px}
.owr .owr-card__text{
  min-height:84px;
  margin:0;
  color:#34475b;
  font-size:14px;
  line-height:1.55;
  -webkit-line-clamp:4;
}
.owr-card__review{position:relative;margin:0 0 13px}
.owr-card__text-shell{position:relative}
.owr-card__review.is-truncated:not(.is-expanded) .owr-card__text-shell:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:31px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff 88%);
}
.owr-card__review.is-expanded .owr-card__text{
  min-height:0;
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
  -webkit-box-orient:initial;
}
.owr .owr-card__text-toggle{
  width:max-content!important;
  min-width:0!important;
  min-height:30px!important;
  display:none!important;
  align-items:center!important;
  gap:6px!important;
  margin:3px 0 0!important;
  padding:4px 0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  background:transparent!important;
  color:#087fbd!important;
  font:850 12px/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important;
  text-decoration:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.owr .owr-card__review.is-truncated .owr-card__text-toggle{display:inline-flex!important}
.owr .owr-card__text-toggle:hover{color:#005f91!important;text-decoration:underline!important}
.owr-card__text-toggle-icon{
  width:12px;
  height:12px;
  flex:0 0 12px;
  background:center/12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%23087fbd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition:transform .16s ease;
}
.owr-card__review.is-expanded .owr-card__text-toggle-icon{transform:rotate(180deg)}
.owr .owr-card__vac{
  align-items:flex-start;
  gap:9px;
  margin:0 0 13px;
  padding:11px 12px;
  border:1px solid #dcebf4;
  border-radius:12px;
  background:#f4faff;
  color:#60768a;
}
.owr .owr-card__vac>.owr-ico{flex:0 0 16px;margin-top:3px}
.owr .owr-card__vac small{display:block;margin-bottom:2px;color:#70869a;font-size:11px;font-weight:700}
.owr .owr-card__vac a{display:block;color:#087ec2;font-size:13px;line-height:1.35;font-weight:850;text-decoration:none}
.owr .owr-card__vac a:hover{text-decoration:underline}
.owr-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto}
.owr-card__actions>a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 11px;
  border-radius:11px;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  text-align:center;
  text-decoration:none;
}
.owr-card__actions>a:only-child{grid-column:1/-1}
.owr-card__proof{border:1px solid #cfdae5;background:#fff;color:#334155}
.owr-card__proof:hover{border-color:#9eb4c8;background:#f8fafc;color:#0f172a}
.owr-card__vacancy-btn{border:1px solid var(--owr-yellow-dark);background:linear-gradient(180deg,#ffcd25,var(--owr-yellow));color:#111827}
.owr-card__vacancy-btn:hover{background:#f2b900;color:#111827}

.owr .owr-pages{margin:24px 0 13px}
.owr .owr-page{min-width:42px;height:42px;border-radius:11px;box-shadow:none}

.owr .owr-form{
  margin-top:24px;
  padding:25px;
  border:1px solid #dfe7ef;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(15,23,42,.065);
}
.owr .owr-form__head{margin-bottom:16px}
.owr .owr-form__head h2{font-size:30px;letter-spacing:-.02em}
.owr .owr-form__note{font-size:14px;color:#687b8f}
.owr .owr-form__grid{grid-template-columns:1fr 1fr;gap:16px}
.owr .owr-panel{padding:18px;border-color:#dde6ee;border-radius:17px;background:#f8fafc}
.owr .owr-person-fields--identity{margin-bottom:13px}
.owr .owr-row input[type="text"],
.owr .owr-row input[type="url"],
.owr .owr-row select,
.owr .owr-row textarea,
.owr .owr-person-fields input,
.owr .owr-person-fields select{border-color:#d6e0e9;border-radius:11px;min-height:44px;color:#17283a}
.owr .owr-row textarea{min-height:142px;resize:vertical}
.owr .owr-upload{
  min-height:94px;
  flex-direction:column;
  justify-content:center;
  padding:18px;
  border:1px dashed #aabed0;
  background:#fff;
  color:#31475b;
  text-align:center;
}
.owr .owr-upload:before{
  content:"";
  width:30px;
  height:30px;
  background:center/30px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 18H6a4 4 0 0 1-.5-8A6.5 6.5 0 0 1 18 8.5 4.5 4.5 0 0 1 18.5 18H17' stroke='%230798e6' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m9 13 3-3 3 3M12 10v10' stroke='%230798e6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.owr .owr-upload:hover{border-color:#55aeda;background:#f5fbff}
.owr .owr-files{font-size:12px}
.owr .owr-form .owr-btn,
.owr #owrReviewForm .owr-btn{
  min-height:48px;
  border:1px solid #e3a800;
  background:linear-gradient(180deg,#ffd02b,var(--owr-yellow));
  color:#111827!important;
  box-shadow:0 9px 20px rgba(255,185,0,.22);
}
.owr .owr-form .owr-btn:hover,
.owr .owr-form .owr-btn:focus,
.owr .owr-form .owr-btn:active{background:#f1b700;color:#111827!important}
.owr-form-trust{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:12px;
  padding:13px 18px;
  border:1px solid #cfe7f8;
  border-radius:13px;
  background:#edf7ff;
  color:#4b667c;
  font-size:13px;
  text-align:center;
}
.owr-form-trust__icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  background:center/22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2 20 6v6c0 5-3.6 9.3-8 10-4.4-.7-8-5-8-10V6l8-4Z' stroke='%230798e6' stroke-width='1.8'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-5' stroke='%230798e6' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.owr .owr-seo{
  margin-top:18px;
  padding:24px 28px;
  border:1px solid #e1e8ef;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
  text-align:left;
}
.owr .owr-seo__eyebrow{display:block;margin-bottom:7px;color:#0789ca;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.owr .owr-seo h2{font-size:23px;line-height:1.25;letter-spacing:-.01em}
.owr .owr-seo__box{max-width:none;margin:0;color:#526579;line-height:1.65}
.owr .owr-seo__box:after{height:42px}
.owr .owr-seo__toggle{color:#087dbd;text-decoration:none}
.owr .owr-seo__toggle:after{content:" →"}
.owr .owr-seo__toggle:hover{text-decoration:underline}

.owr :is(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(7,152,230,.22);outline-offset:2px}

@media (max-width:1120px){
  .owr-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .owr-stat:nth-child(2){border-right:0}
  .owr-stat:nth-child(-n+2){padding-bottom:15px;border-bottom:1px solid #e8eef4}
  .owr-stat:nth-child(n+3){padding-top:15px}
  .owr-filter-controls{flex-wrap:wrap}
  .owr-filter-select--sort{margin-left:0}
}
@media (max-width:860px){
  .owr .owr-hero{padding:34px 28px}
  .owr .owr-hero__wrap{grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr)}
  .owr .owr-hero__title{font-size:34px}
  .owr .owr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .owr .owr-form__grid{grid-template-columns:1fr}
}
@media (max-width:680px){
  .owr{padding:0 12px}
  .owr .owr-hero{padding:28px 21px;border-radius:21px}
  .owr .owr-hero__wrap{grid-template-columns:1fr}
  .owr .owr-hero__right{justify-content:center}
  .owr .owr-hero__img{max-width:290px}
  .owr-stats{grid-template-columns:1fr;padding:8px 14px}
  .owr-stat,.owr-stat:nth-child(2){justify-content:flex-start;padding:13px 3px;border-right:0;border-bottom:1px solid #e8eef4}
  .owr-stat:last-child{border-bottom:0}
  .owr-stat__icon{width:43px;height:43px;flex-basis:43px}
  .owr-filter-controls{display:grid;grid-template-columns:1fr 1fr;padding:10px}
  .owr-search{grid-column:1/-1;min-width:0}
  .owr-filter-select{min-width:0}
  .owr-filter-select select{width:100%;max-width:none}
  .owr-filter-select--sort{grid-column:1/-1}
  .owr-filter-reset{grid-column:1/-1;text-align:center}
  .owr .owr-grid{grid-template-columns:1fr}
  .owr .owr-shots{height:236px}
  .owr .owr-shot,.owr .owr-shots--2 .owr-shot,.owr .owr-shots--3 .owr-shot{height:180px}
  .owr .owr-form{padding:18px 14px}
  .owr .owr-form__head h2{font-size:25px}
  .owr .owr-person-fields{grid-template-columns:1fr}
  .owr-form-trust{align-items:flex-start;text-align:left}
  .owr .owr-seo{padding:21px 18px}
}
@media (max-width:420px){
  .owr-filter-controls{grid-template-columns:1fr}
  .owr-search,.owr-filter-select--sort,.owr-filter-reset{grid-column:1}
  .owr-card__actions{grid-template-columns:1fr}
}
