/* AREA 2 — Offene Stellen */
body.mt.career.about-us #area-2 {
  padding: 70px 0 !important;
}

/* Title + line (подчёркивание как на скрине) */
body.mt.career.about-us #area-2 .offene-stellen h2 {
  margin: 0 0 12px 0 !important;
}

body.mt.career.about-us #area-2 .offene-stellen h2::after {
  content: "" !important;
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  margin: 14px auto 0 auto !important;
  background: #339933 !important;
  border-radius: 999px !important;
}

/* Subtitle */
body.mt.career.about-us #area-2 .offene-stellen-group .textcontent div {
  max-width: 820px !important;
  margin: 0 auto 18px auto !important;
  color: #6b6b6b !important;
  line-height: 1.6 !important;
  font-size: 14px !important;
}

/* Filter pills row */
body.mt.career.about-us #area-2 .filter_display {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 18px 0 30px 0 !important;
}

body.mt.career.about-us #area-2 .button_filter_wrapper_2 {
  margin: 0 !important;
}

body.mt.career.about-us #area-2 .button_filter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff !important;
  color: #339933 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: 0.2s ease-in-out !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06) !important;
}

body.mt.career.about-us #area-2 .button_filter:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10) !important;
}

/* Active pill (если есть класс active/selected — на всякий) */
body.mt.career.about-us #area-2 .button_filter.active,
body.mt.career.about-us #area-2 .button_filter.is-active,
body.mt.career.about-us #area-2 .button_filter[aria-current="true"],
body.mt.career.about-us #area-2 .button_filter.a-filter {
  background: #339933 !important;
  border-color: #339933 !important;
  color: #ffffff !important;
}

/* Jobs grid wrapper */
body.mt.career.about-us #area-2 .col-propeller-career {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 26px !important;
}

/* Job card */
body.mt.career.about-us #area-2 .col-propeller-career .collection_container {
  width: 320px !important;
  max-width: 100% !important;
  background: #ffffff !important;
  border-radius: var(--br-keyfact) !important;
  overflow: hidden !important;
  box-shadow: 0 14px 26px rgba(0,0,0,0.10) !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  transition: 0.2s ease-in-out !important;
  padding: 0 !important;
  position: relative !important;
}

body.mt.career.about-us #area-2 .col-propeller-career .collection_container:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(0,0,0,0.14) !important;
}

/* Image */
body.mt.career.about-us #area-2 .col-propeller-career-bild {
  padding: 0 !important;
  margin: 0 !important;
}

body.mt.career.about-us #area-2 .col-propeller-career-bild img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  display: block !important;
}

/* Title */
body.mt.career.about-us #area-2 .col-propeller-career-title {
  padding: 16px 18px 10px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #222 !important;
  text-align: center !important;
  position: relative !important;
}

/* Small green line under title */
body.mt.career.about-us #area-2 .col-propeller-career-title::after {
  content: "" !important;
  display: block !important;
  width: 52px !important;
  height: 3px !important;
  margin: 10px auto 0 auto !important;
  background: #339933 !important;
  border-radius: 999px !important;
}

/* Activity text */
body.mt.career.about-us #area-2 .col-propeller-career-text-activity {
  padding: 10px 18px 14px 18px !important;
  font-size: 12px !important;
  color: #7a7a7a !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

/* Button area */
body.mt.career.about-us #area-2 .col-propeller-career .collection_link {
  padding: 0 18px 18px 18px !important;
  display: flex !important;
  justify-content: center !important;
}

body.mt.career.about-us #area-2 .col-propeller-career .collection_link .button {
  background: transparent !important;
  border: 0 !important;
  padding: 8px 0 !important;
  color: #339933 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* Responsive */
@media (max-width: 480px) {
  body.mt.career.about-us #area-2 {
    padding: 50px 0 !important;
  }

  body.mt.career.about-us #area-2 .col-propeller-career .collection_container {
    width: 100% !important;
  }

  body.mt.career.about-us #area-2 .col-propeller-career-bild img {
    height: 170px !important;
  }
}
