/* MineJobs slim modern footer */
:root {
  --mj-footer-bg: #08111f;
  --mj-footer-panel: rgba(17, 28, 48, 0.78);
  --mj-footer-panel-strong: rgba(20, 34, 58, 0.92);
  --mj-footer-line: rgba(148, 163, 184, 0.16);
  --mj-footer-text: #dbe5f3;
  --mj-footer-muted: #94a3b8;
  --mj-footer-bright: #ffffff;
  --mj-footer-accent: #2f80ff;
  --mj-footer-accent-2: #13b5f5;
  --mj-footer-accent-soft: rgba(47, 128, 255, 0.14);
  --mj-footer-green: #22c55e;
  --mj-footer-radius: 24px;
}

.mj-footer,
.mj-footer * {
  box-sizing: border-box;
}

.mj-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  direction: rtl;
  color: var(--mj-footer-text);
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 128, 255, 0.18), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(19, 181, 245, 0.12), transparent 26%),
    linear-gradient(145deg, #070d17 0%, #0b1424 48%, #07101c 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.10);
  padding: 30px 18px 18px;
  font-family: inherit;
}

.mj-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 78%);
  pointer-events: none;
}

.mj-footer__glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.36;
  pointer-events: none;
}

.mj-footer__glow--one {
  width: 260px;
  height: 260px;
  right: -110px;
  top: 22px;
  background: rgba(47, 128, 255, 0.16);
}

.mj-footer__glow--two {
  width: 300px;
  height: 300px;
  left: -140px;
  bottom: -70px;
  background: rgba(19, 181, 245, 0.11);
}

.mj-footer__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.mj-footer__main,
.mj-footer__quickbar,
.mj-footer__trustline,
.mj-footer__bottom {
  border: 1px solid var(--mj-footer-line);
  background: linear-gradient(145deg, rgba(20, 32, 52, 0.74), rgba(10, 18, 31, 0.62));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(14px);
}

.mj-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: var(--mj-footer-radius);
  padding: 22px;
}

.mj-footer__brand {
  min-width: 0;
  display: flex;
  gap: 16px;
  align-items: center;
}

.mj-footer__logo {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 16px 35px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.mj-footer__logo:hover,
.mj-footer__logo:focus {
  color: #ffffff;
  transform: translateY(-1px);
  border-color: rgba(96, 165, 250, 0.36);
  text-decoration: none;
}

.mj-footer__logo-img {
  max-width: 74%;
  max-height: 74%;
  object-fit: contain;
  display: block;
}

.mj-footer__logo svg,
.mj-footer__verified svg,
.mj-footer__contact-icon svg,
.mj-footer__action svg,
.mj-footer__social svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mj-footer__logo svg {
  font-size: 35px;
}

.mj-footer__verified svg {
  fill: currentColor;
  stroke: none;
}

.mj-footer__social--telegram svg,
.mj-footer__social--linkedin svg,
.mj-footer__social--facebook svg {
  fill: currentColor;
  stroke: none;
}

.mj-footer__social--instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.mj-footer__social--instagram svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.mj-footer__social .efa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
  font-style: normal;
}

.mj-footer__brand-copy {
  min-width: 0;
}

.mj-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9cc2ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-bottom: 7px;
}

.mj-footer__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mj-footer-green);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.10);
}

.mj-footer__brand-copy h2 {
  color: var(--mj-footer-bright);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
  margin: 0 0 7px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.mj-footer__brand-copy p,
.mj-footer__bottom p {
  color: var(--mj-footer-muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.95;
  font-weight: 650;
}

.mj-footer__brand-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 760px;
}

.mj-footer__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.mj-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.mj-footer__social {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a9b7cc;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.mj-footer__social:hover,
.mj-footer__social:focus {
  color: #ffffff;
  background: var(--mj-footer-accent-soft);
  border-color: rgba(59, 130, 246, 0.42);
  transform: translateY(-2px);
  text-decoration: none;
}

.mj-footer__social svg {
  font-size: 18px;
}

.mj-footer__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #dbeafe;
  background: rgba(47, 128, 255, 0.10);
  border: 1px solid rgba(47, 128, 255, 0.18);
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 12.5px;
  line-height: 1.6;
  font-weight: 900;
  white-space: nowrap;
}

.mj-footer__verified svg {
  font-size: 16px;
  color: #60a5fa;
}

.mj-footer__quickbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  border-radius: 22px;
  padding: 12px;
}

.mj-footer__contacts {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mj-footer__contact {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 9px 10px;
  border-radius: 16px;
  color: var(--mj-footer-text);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.mj-footer__contact:hover,
.mj-footer__contact:focus {
  color: #ffffff;
  background: rgba(47, 128, 255, 0.115);
  border-color: rgba(59, 130, 246, 0.25);
  transform: translateY(-1px);
  text-decoration: none;
}

.mj-footer__contact-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #bfdbfe;
  background: rgba(47, 128, 255, 0.12);
}

.mj-footer__contact-icon svg {
  font-size: 18px;
}

.mj-footer__contact-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mj-footer__contact-copy span {
  color: var(--mj-footer-muted);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mj-footer__contact-copy strong {
  color: #f8fbff;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 950;
  direction: ltr;
  text-align: right;
  unicode-bidi: plaintext;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mj-footer__actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.mj-footer__action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 950;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.mj-footer__action--primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--mj-footer-accent), var(--mj-footer-accent-2));
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.mj-footer__action--ghost {
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.105);
}

.mj-footer__action:hover,
.mj-footer__action:focus {
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.mj-footer__action svg {
  font-size: 15px;
}

.mj-footer__trustline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  border-radius: 22px;
  padding: 12px;
}

.mj-footer__badges {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mj-footer__badge {
  width: 92px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.mj-footer__badge a,
.mj-footer__badge img,
.mj-footer__badge span,
.mj-footer__badge div {
  max-width: 100%;
}

.mj-footer__badge img {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
  display: block;
}

.mj-footer__badge-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  color: #334155;
  font-weight: 950;
  font-size: 11.5px;
  text-align: center;
  border: 1px dashed rgba(51, 65, 85, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #edf2f7);
}

.mj-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.mj-footer__links a {
  color: #b7c2d5;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.mj-footer__links a:hover,
.mj-footer__links a:focus {
  color: #ffffff;
  background: rgba(47, 128, 255, 0.12);
  border-color: rgba(59, 130, 246, 0.24);
  text-decoration: none;
}

.mj-footer__bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  border-radius: 20px;
  padding: 12px 14px;
}

.mj-footer__bottom span {
  color: #d7e2f2;
  font-size: 12.5px;
  line-height: 1.65;
  font-weight: 950;
  direction: ltr;
  text-align: right;
  unicode-bidi: plaintext;
  white-space: nowrap;
}

.mj-footer__bottom p {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 1100px) {
  .mj-footer__quickbar,
  .mj-footer__trustline {
    grid-template-columns: 1fr;
  }

  .mj-footer__actions,
  .mj-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .mj-footer {
    padding: 24px 14px 16px;
  }

  .mj-footer__main {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .mj-footer__side {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mj-footer__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mj-footer__bottom {
    grid-template-columns: 1fr;
  }

  .mj-footer__bottom p {
    text-align: right;
  }
}

@media (max-width: 640px) {
  .mj-footer {
    padding: 20px 12px 14px;
  }

  .mj-footer__main,
  .mj-footer__quickbar,
  .mj-footer__trustline,
  .mj-footer__bottom {
    border-radius: 18px;
  }

  .mj-footer__brand {
    align-items: flex-start;
    gap: 12px;
  }

  .mj-footer__logo {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .mj-footer__logo svg {
    font-size: 29px;
  }

  .mj-footer__brand-copy h2 {
    font-size: 18px;
    line-height: 1.65;
  }

  .mj-footer__brand-copy p {
    font-size: 12.5px;
    -webkit-line-clamp: 3;
  }

  .mj-footer__side {
    flex-direction: column;
    align-items: stretch;
  }

  .mj-footer__verified {
    width: 100%;
  }

  .mj-footer__socials {
    justify-content: center;
  }

  .mj-footer__contacts {
    grid-template-columns: 1fr;
  }

  .mj-footer__contact {
    min-height: 52px;
  }

  .mj-footer__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mj-footer__action {
    width: 100%;
  }

  .mj-footer__badges {
    justify-content: center;
  }

  .mj-footer__badge {
    width: calc(33.333% - 6px);
    min-width: 86px;
  }

  .mj-footer__links {
    justify-content: center;
  }

  .mj-footer__links a {
    flex: 1 1 auto;
    text-align: center;
  }

  .mj-footer__bottom span,
  .mj-footer__bottom p {
    text-align: center;
  }
}

/* MineJobs footer integrity fixes */
.mj-footer__contacts {
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
}
.mj-footer__social[aria-label*="بله"] svg,
.mj-footer__contact-icon svg {
  fill: none;
  stroke: currentColor;
}
@media (max-width: 900px) {
  .mj-footer__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .mj-footer__contacts {
    grid-template-columns: 1fr;
  }
}

/* MineJobs footer refinement: collapsible SEO text, Bale link, slimmer legal row */
.mj-footer__main,
.mj-footer__quickbar,
.mj-footer__trustline,
.mj-footer__bottom {
  background:
    linear-gradient(145deg, rgba(18, 31, 53, 0.82), rgba(7, 15, 29, 0.64));
  border-color: rgba(125, 153, 190, 0.14);
  box-shadow: 0 20px 70px rgba(2, 8, 23, 0.22), inset 0 1px 0 rgba(255,255,255,0.045);
}

.mj-footer__main {
  padding: 20px 22px;
}

.mj-footer__brand-copy h2 {
  margin-bottom: 8px;
}

.mj-footer__about {
  max-width: 820px;
  position: relative;
  display: block;
}

.mj-footer__about-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.mj-footer__about p {
  color: var(--mj-footer-muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.95;
  font-weight: 650;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 820px;
}

.mj-footer__about::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 36%;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 18, 31, 0.92), rgba(10, 18, 31, 0));
  opacity: 0.88;
}

.mj-footer__about-more {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: #bfdbfe;
  background: rgba(47, 128, 255, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11.5px;
  line-height: 1.6;
  font-weight: 950;
  cursor: pointer;
  user-select: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.mj-footer__about-more::after {
  content: "";
  width: 6px;
  height: 6px;
  border-inline-start: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: rotate(45deg);
  margin-inline-start: 1px;
  transition: transform 0.18s ease;
}

.mj-footer__about-more:hover,
.mj-footer__about-more:focus {
  color: #ffffff;
  background: rgba(47, 128, 255, 0.18);
  border-color: rgba(96, 165, 250, 0.38);
  transform: translateY(-1px);
}

.mj-footer__about-more-close {
  display: none;
}

.mj-footer__about-toggle:checked ~ p {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.mj-footer__about-toggle:checked ~ .mj-footer__about-more .mj-footer__about-more-open {
  display: none;
}

.mj-footer__about-toggle:checked ~ .mj-footer__about-more .mj-footer__about-more-close {
  display: inline;
}

.mj-footer__about-toggle:checked ~ .mj-footer__about-more::after {
  transform: rotate(-135deg);
}

.mj-footer__about:has(.mj-footer__about-toggle:checked)::after {
  opacity: 0;
}

.mj-footer__contacts {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
}

.mj-footer__contact {
  min-height: 54px;
  border-radius: 15px;
}

.mj-footer__contact-icon {
  background: linear-gradient(135deg, rgba(47, 128, 255, 0.18), rgba(19, 181, 245, 0.08));
}

.mj-footer__trustline {
  padding: 10px 12px;
}

.mj-footer__badge {
  width: 86px;
  height: 46px;
  border-radius: 13px;
}

.mj-footer__bottom {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 14px;
}

.mj-footer__bottom p {
  min-width: 0;
  color: #aebbd0;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mj-footer__bottom span {
  color: #eef5ff;
  font-size: 12.5px;
}

@media (max-width: 900px) {
  .mj-footer__about p {
    -webkit-line-clamp: 3;
  }
  .mj-footer__bottom {
    grid-template-columns: 1fr;
  }
  .mj-footer__bottom p,
  .mj-footer__bottom span {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .mj-footer__main {
    padding: 16px;
  }
  .mj-footer__about p {
    font-size: 12.5px;
    line-height: 1.95;
    -webkit-line-clamp: 4;
  }
  .mj-footer__about::after {
    width: 58%;
  }
  .mj-footer__bottom p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}


/* v-final: cleaner social icons and compact footer fixes */
.mj-footer__social--bale {
  color: #b7c7de;
}
.mj-footer__social--bale:hover,
.mj-footer__social--bale:focus {
  color: #ffffff;
}
.mj-footer__social--bale svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.mj-footer__contacts .mj-footer__contact-icon .efa,
.mj-footer__contact-icon .efa {
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
}
.mj-footer__bottom p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .mj-footer__bottom p { white-space: normal; }
}

.mj-footer__social--bale .efa-bale::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.2c5.05 0 9 3.47 9 8.05 0 4.57-3.95 8.05-9 8.05-.93 0-1.83-.12-2.66-.36L4.2 20.8l1.52-4.37C4.64 15.05 4 13.27 4 11.25 4 6.67 6.95 3.2 12 3.2Zm-4.1 6.1a1 1 0 0 0 0 2h8.2a1 1 0 1 0 0-2H7.9Zm0 3.35a1 1 0 0 0 0 2h5.9a1 1 0 1 0 0-2H7.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.2c5.05 0 9 3.47 9 8.05 0 4.57-3.95 8.05-9 8.05-.93 0-1.83-.12-2.66-.36L4.2 20.8l1.52-4.37C4.64 15.05 4 13.27 4 11.25 4 6.67 6.95 3.2 12 3.2Zm-4.1 6.1a1 1 0 0 0 0 2h8.2a1 1 0 1 0 0-2H7.9Zm0 3.35a1 1 0 0 0 0 2h5.9a1 1 0 1 0 0-2H7.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}


/* MineJobs 2026-07: official Bale icon and color in footer */
.mj-footer__bale-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.mj-footer__social--bale {
  color: #b7c7de;
  background: rgba(255,255,255,.045);
  border-color: rgba(203,213,225,.12);
}
.mj-footer__social--bale:hover,
.mj-footer__social--bale:focus {
  color: #b7c7de;
  background: rgba(255,255,255,.09);
  border-color: rgba(203,213,225,.24);
}
.mj-footer__social--bale .mj-footer__bale-icon,
.mj-footer__contact-icon .mj-footer__bale-icon {
  width: 22px;
  height: 22px;
}
.mj-footer__contact--bale .mj-footer__contact-icon {
  color: #b7c7de;
  background: rgba(255,255,255,.06);
}

/* MineJobs 2026-07: keep Bale footer icon monochrome like other footer icons */
.mj-footer__bale-mask {
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url('../images/minejobs-bale.svg') center / contain no-repeat;
  mask: url('../images/minejobs-bale.svg') center / contain no-repeat;
}
.mj-footer__social--bale,
.mj-footer__social--bale:hover,
.mj-footer__social--bale:focus {
  color: inherit;
}
.mj-footer__social--bale {
  background: rgba(255,255,255,.045);
  border-color: rgba(203,213,225,.12);
}
.mj-footer__social--bale:hover,
.mj-footer__social--bale:focus {
  background: rgba(255,255,255,.09);
  border-color: rgba(203,213,225,.24);
}
.mj-footer__contact--bale .mj-footer__contact-icon {
  color: inherit;
  background: rgba(255,255,255,.06);
}
.mj-footer__contact-icon .mj-footer__bale-mask {
  width: 22px;
  height: 22px;
}

/* MineJobs 2026-07-01: force Bale footer icon to match the footer monochrome icon set */
.mj-footer__social.mj-footer__social--bale {
  color: #a9b7cc !important;
}

.mj-footer__social.mj-footer__social--bale:hover,
.mj-footer__social.mj-footer__social--bale:focus {
  color: #ffffff !important;
}

.mj-footer__contact--bale .mj-footer__contact-icon {
  color: #a9b7cc !important;
}

.mj-footer__contact--bale:hover .mj-footer__contact-icon,
.mj-footer__contact--bale:focus-within .mj-footer__contact-icon {
  color: #ffffff !important;
}
