/* Reference recruiter UI — rebuilt render layer (ref-rc-*) */

/* Legacy recruiter list markup must never show if old JS is cached */
#recruiters-list .mj-recruiter-card,
#recruiters-list .mj-recruiter-sector-group,
#recruiters-list .mj-recruiter-card-list,
#recruiter-detail-root .mj-recruiter-detail {
  display: none !important;
}

.ref-rc-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.ref-rc-section {
  margin: 0;
  padding-left: 0;
}

.ref-rc-section__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}

.ref-rc-section__bar {
  display: none;
}

.ref-rc-section__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1a2838;
}

.ref-rc-section__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e8f2fc;
  color: #0a66c2;
  font-size: 0.72rem;
  font-weight: 800;
}

.ref-rc-section__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ref-rc-company-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 80px;
  padding: 12px 14px;
  border: 1px solid #e8edf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(12, 35, 64, 0.08);
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.ref-rc-company-card:active {
  transform: scale(0.995);
}

.ref-rc-logo {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f6f7;
}

.ref-rc-logo--list {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e8edf2;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.ref-rc-logo--list .ref-rc-logo__img {
  width: 100%;
  height: 100%;
  padding: 3px;
  object-fit: contain;
  object-position: center center;
}

.ref-rc-logo--list.ref-rc-logo--initials-only .ref-rc-logo__initials,
.ref-rc-logo--list.ref-rc-logo--broken .ref-rc-logo__initials {
  background: #ffffff;
  font-size: 0.8rem;
}

.ref-rc-logo--detail {
  width: 56px;
  height: 56px;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(12, 35, 64, 0.2);
}

.ref-rc-logo__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  padding: 6px;
  display: block;
  box-sizing: border-box;
}

.ref-rc-logo__initials {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #f5f6f7;
}

.ref-rc-logo--initials-only .ref-rc-logo__initials,
.ref-rc-logo--broken .ref-rc-logo__initials {
  display: flex;
}

.ref-rc-logo--broken .ref-rc-logo__img {
  display: none;
}

.ref-rc-company-card__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ref-rc-company-card__name {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1a2838;
}

.ref-rc-company-card__meta {
  font-size: 0.78rem;
  line-height: 1.35;
  color: #5c6470;
}

.ref-rc-company-card__pin {
  font-size: 0.72rem;
}

.ref-rc-company-card__chev {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: #c5cdd6;
  line-height: 1;
  font-weight: 300;
}

body[data-active-view="recruiter-detail"] {
  --detail-pad-x: 12px;
  --screen-pad-x: var(--detail-pad-x);
}

.ref-rc-detail,
.ref-rc-detail.detail-page,
.ref-rc-detail.company-card {
  position: relative;
  padding-bottom: var(--detail-bottom-pad);
}

.ref-rc-detail__sticky-spacer {
  height: calc(var(--sticky-action-height) + var(--safe-bottom) + 20px);
  pointer-events: none;
  flex-shrink: 0;
}

.ref-rc-detail__hero,
.ref-rc-detail__hero.hero-container {
  position: relative;
  margin: 0 calc(-1 * var(--screen-pad-x, 16px)) 0;
  height: 200px;
  overflow: visible;
  border-radius: 0 0 18px 18px;
  background: #e5e7eb;
}

.recruiter-hero,
.recruiter-hero.hero-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: inherit;
  background: #e5e7eb;
}

.ref-rc-detail__hero .recruiter-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.recruiter-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}

.recruiter-hero__skeleton {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 45%, #e5e7eb 90%);
  background-size: 200% 100%;
  animation: ref-rc-hero-shimmer 1.15s ease-in-out infinite;
  pointer-events: none;
}

.recruiter-hero.is-loaded .recruiter-hero__skeleton {
  display: none;
}

.recruiter-hero.is-loaded::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.1), transparent);
}

.recruiter-hero.is-fallback {
  background: linear-gradient(145deg, #dce9f5 0%, #9ebad4 48%, #6b93b8 100%);
}

.recruiter-hero.is-fallback .hero-bg,
.hero-bg.hero-bg--fallback {
  opacity: 0;
  visibility: hidden;
}

@keyframes ref-rc-hero-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.recruiter-hero img.hero-bg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.ref-rc-detail__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ref-rc-detail__hero-logo,
.ref-rc-detail__hero-logo.company-logo-card,
.ref-rc-detail__hero-logo.logo-container {
  position: absolute;
  left: 20px;
  bottom: -28px;
  z-index: 5;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.ref-rc-detail__hero-logo .ref-rc-logo--detail,
.ref-rc-detail__hero-logo .logo-img-wrap {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  background: transparent;
}

.ref-rc-detail__hero-logo .ref-rc-logo--detail {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
}

.ref-rc-detail__hero-logo .ref-rc-logo__img,
.ref-rc-detail__hero-logo .company-logo-img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  padding: 3px;
  box-sizing: border-box;
}

.ref-rc-detail__panel,
.ref-rc-detail__panel.detail-content,
.ref-rc-detail__panel.company-card {
  margin-top: 48px;
  padding: 4px 0 0;
}

.ref-rc-detail__name,
.ref-rc-detail__name.company-title,
.ref-rc-detail__name.company-name {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a2838;
}

.ref-rc-detail__category,
.ref-rc-detail__category.company-category,
.ref-rc-detail__category.category {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.35;
  color: #6b7280;
}

.ref-rc-detail__category-pin {
  color: #e11d48;
  font-size: 14px;
  line-height: 1;
}

.ref-rc-detail__sub {
  display: none;
}

.ref-rc-detail__vacancies {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  margin: 0 0 12px;
  padding: 0 16px;
  border: none;
  border-radius: 12px;
  background: #0a66c2;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(10, 102, 194, 0.35);
}

.ref-rc-detail__vacancies:disabled,
.ref-rc-detail__vacancies.primary-vacancy-btn:disabled {
  background: #93c5fd;
  opacity: 1;
  cursor: default;
  box-shadow: none;
}

.ref-rc-detail__vacancies-empty {
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #8a939e;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.ref-rc-detail__vacancies-icon {
  font-size: 1rem;
  line-height: 1;
}

.ref-rc-detail__actions,
.ref-rc-detail__actions.action-grid,
.ref-rc-detail__actions.actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 0;
}

.ref-rc-detail__action:not(.is-disabled):active,
.ref-rc-detail__action.action-card:not(.is-disabled):active {
  transform: scale(0.98);
  background: #f8fafc;
}

.ref-rc-detail__action,
.ref-rc-detail__action.action-card,
.ref-rc-detail__action.action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 76px;
  padding: 12px 8px;
  border: 1px solid #e8edf2;
  border-radius: 14px;
  background: #ffffff;
  color: #1a2838;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.ref-rc-detail__action.action-card:not(.is-disabled),
.ref-rc-detail__action.action-btn:not(.is-disabled) {
  border-color: #dbeafe;
  box-shadow: 0 2px 10px rgba(10, 102, 194, 0.1);
}

.ref-rc-detail__action.is-disabled,
.ref-rc-detail__action.action-card.is-disabled {
  background: #f5f6f7;
  color: #9ca3af;
  border-color: #eef2f6;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

.ref-rc-detail__action.is-disabled .ref-rc-detail__action-icon {
  opacity: 0.45;
}

.ref-rc-detail__action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  color: #0a66c2;
}

.ref-rc-detail__action-icon--website,
.ref-rc-detail__action-icon--email {
  color: #0a66c2;
}

.ref-rc-detail__action-icon--call {
  color: #e11d48;
}

.ref-rc-detail__block,
.ref-rc-detail__block.section {
  margin-top: 24px;
  margin-bottom: 0;
}

.ref-rc-detail__block--recruiters,
.ref-rc-detail__block--about,
.ref-rc-detail__block--jobs {
  margin-top: 28px;
}

.ref-rc-detail__block--jobs {
  margin-bottom: 4px;
}

.ref-rc-detail__empty-state {
  margin: 0;
  padding: 6px 0 2px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #8a939e;
}

.ref-rc-detail__person--hidden {
  display: none;
}

.ref-rc-detail__block-title {
  margin: 0 0 10px;
  font-size: 0.96rem;
  font-weight: 800;
  color: #1a2838;
}

.ref-rc-detail__about {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #3d4a57;
}

.ref-rc-detail__person {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f6;
}

.ref-rc-detail__person:last-child {
  border-bottom: none;
}

.ref-rc-detail__person-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  flex-shrink: 0;
}

.ref-rc-detail__person-body {
  flex: 1;
  min-width: 0;
}

.ref-rc-detail__person-name {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  color: #1a2838;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref-rc-detail__person-role {
  margin: 2px 0 0;
  font-size: 0.72rem;
  color: #5c6470;
}

.ref-rc-detail__person-msg {
  flex-shrink: 0;
  min-height: 32px;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  background: #e8f2fc;
  color: #0a66c2;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.ref-rc-detail__detail-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.82rem;
  color: #3d4a57;
  border-bottom: 1px solid #eef2f6;
}

.ref-rc-detail__detail-row:last-child {
  border-bottom: none;
}

.ref-rc-detail__detail-icon {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  color: #0a66c2;
}

.ref-rc-detail__jobs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.ref-rc-detail__jobs-head .ref-rc-detail__block-title {
  margin-bottom: 0;
}

.ref-rc-detail__jobs-all {
  border: none;
  background: transparent;
  color: #0a66c2;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

.ref-rc-detail__jobs-all--foot {
  display: block;
  width: 100%;
  margin-top: 8px;
  text-align: left;
}

.ref-rc-detail__job-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: var(--tap-min, 44px);
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid #e8edf2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 35, 64, 0.06);
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.ref-rc-detail__job-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #e8f2fc;
  color: #0a66c2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.ref-rc-detail__job-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ref-rc-detail__job-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #1a2838;
}

.ref-rc-detail__job-vessel {
  font-size: 0.72rem;
  color: #5c6470;
}

.ref-rc-detail__job-urgent {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  background: #fce8e6;
  color: #c5221f;
  font-size: 0.62rem;
  font-weight: 800;
  vertical-align: middle;
}

.ref-rc-detail__job-chev {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #c5cdd6;
}

.ref-rc-detail__sticky,
.ref-rc-detail__sticky.sticky-action-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(var(--bottom-tab-height) + var(--safe-bottom));
  z-index: 20;
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 8px var(--detail-pad-x, var(--screen-pad-x, 12px)) 8px;
  background: rgba(244, 246, 248, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.08);
}

.ref-rc-detail__sticky-apply {
  flex: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--tap-min, 44px);
  border: none;
  border-radius: 12px;
  background: #0a66c2;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(10, 102, 194, 0.35);
  font-family: inherit;
}

.ref-rc-detail__sticky-jobs {
  flex: 1;
  min-height: var(--tap-min, 44px);
  border: none;
  border-radius: 12px;
  background: #f0f2f5;
  color: #1a2838;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.ref-rc-detail__sticky-jobs:disabled {
  opacity: 0.55;
  cursor: default;
}

body[data-active-view="recruiter-detail"] .ref-rc-detail__sticky {
  z-index: 25;
}

/* Contact Details card */
.ref-rc-contact-card .ref-rc-contact-card__lead {
  margin: 0 0 12px;
  font-size: 0.78rem;
  color: #5c6470;
}

.ref-rc-contact-card .ref-rc-contact-card__body {
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.ref-rc-contact-group + .ref-rc-contact-group {
  margin-top: 18px;
}

.ref-rc-contact-group__title {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #8a939e;
  letter-spacing: 0.02em;
}

.ref-rc-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ref-rc-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px 8px 12px;
  border-radius: 999px;
  background: #f0f2f5;
}

.ref-rc-contact-row--hidden {
  display: none;
}

.ref-rc-contact-row__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a66c2;
}

.ref-rc-contact-row__icon--phone svg {
  display: block;
}

.ref-rc-contact-row__value {
  flex: 1;
  min-width: 0;
  font-size: 0.8rem;
  color: #1a2838;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ref-rc-contact-row__value--email,
.ref-rc-contact-row__value--website {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.ref-rc-contact-row__value--email {
  padding-left: 2px;
}

.ref-rc-contact-open {
  flex-shrink: 0;
  min-height: 32px;
  padding: 0 12px;
  border: none;
  border-radius: 999px;
  background: #e8f4fd;
  color: #0a66c2;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.ref-rc-detail__sticky-apply:disabled {
  background: #93c5fd;
  opacity: 1;
  cursor: default;
  box-shadow: none;
}

.ref-rc-contact-copy {
  flex-shrink: 0;
  min-width: 64px;
  min-height: 44px;
  padding: 0 12px;
  border: none;
  border-radius: 999px;
  background: #e4e8ed;
  color: #3d4a57;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}

.ref-rc-contact-copy.is-copied {
  background: #d1fadf;
  color: #039855;
}

.ref-rc-detail__recruiters-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ref-rc-contact-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 4px;
  min-height: var(--tap-min, 44px);
  padding: 0 14px;
  border: none;
  border-radius: 999px;
  background: #f0f2f5;
  color: #3d4a57;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.ref-rc-contact-toggle__chev {
  font-size: 0.85rem;
  line-height: 1;
}

.ref-rc-detail__person-email {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  min-height: var(--tap-min, 44px);
  padding: 0 12px;
  border: none;
  border-radius: 999px;
  background: #e8f2fc;
  color: #0a66c2;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.ref-rc-detail__person-email-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a66c2;
}

.ref-rc-detail__person-email-icon svg {
  display: block;
}

.ref-rc-recruiter-hint {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #e8f4fd;
  color: #1a4d7a;
  font-size: 0.72rem;
  line-height: 1.45;
}

.ref-rc-recruiter-hint__icon {
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #0a66c2;
}

.ref-rc-list-note__primary {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5c6470;
}

.ref-rc-list-note__sub {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: #9ca3af;
}

#recruiters-result-note.directory-result-note {
  margin: 8px 0 12px;
}

.ref-rc-company-card--skeleton {
  pointer-events: none;
  box-shadow: none;
  border-color: #eef2f6;
  background: #fff;
}

.ref-rc-skeleton-block {
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 45%, #e5e7eb 90%);
  background-size: 200% 100%;
  animation: ref-rc-hero-shimmer 1.15s ease-in-out infinite;
}

.ref-rc-skeleton-line {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 45%, #e5e7eb 90%);
  background-size: 200% 100%;
  animation: ref-rc-hero-shimmer 1.15s ease-in-out infinite;
}

.ref-rc-skeleton-line--title {
  width: 72%;
  height: 14px;
}

.ref-rc-skeleton-line--meta {
  width: 48%;
  margin-top: 6px;
}

.ref-rc-skeleton-job-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #eef2f6;
  background: #fff;
  margin-bottom: 10px;
  pointer-events: none;
}

.ref-rc-skeleton-job-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex-shrink: 0;
}

.ref-rc-skeleton-job-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ref-rc-contact-toggle {
  min-height: 44px;
}
