.elementor-10029 .elementor-element.elementor-element-f9dd0e0 > .elementor-widget-container{margin:025px 0px 0px 0px;padding:20px 0px 0px 0px;}/* Start custom CSS */.shw-jobs {
    --shw-forest: #244b2d;
    --shw-leaf: #5f8f3f;
    --shw-moss: #dbe8cf;
    --shw-bark: #5a4633;
    --shw-earth: #f7f3ea;
    --shw-ink: #263226;
    --shw-muted: #60715f;
    --shw-line: rgba(36, 75, 45, 0.18);
    --shw-white: #ffffff;
    color: var(--shw-ink);
    font-family: inherit;
    line-height: 1.6;
  }

  .shw-jobs,
  .shw-jobs * {
    box-sizing: border-box;
  }

  .shw-jobs a {
    color: inherit;
  }

  .shw-jobs__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    background:
      linear-gradient(135deg, rgba(36, 75, 45, 0.95), rgba(48, 91, 48, 0.88)),
      radial-gradient(circle at 88% 12%, rgba(219, 232, 207, 0.32), transparent 32%),
      var(--shw-forest);
    color: var(--shw-white);
    border-radius: 8px;
  }

  .shw-jobs__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--shw-moss);
  }

  .shw-jobs__eyebrow::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: var(--shw-leaf);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
  }

  .shw-jobs__hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: 0;
    color: var(--shw-white);
  }

  .shw-jobs__intro {
    max-width: 760px;
    margin: 1.2rem 0 0;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    color: rgba(255, 255, 255, 0.9);
  }

  .shw-jobs__quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.6rem;
  }

  .shw-jobs__quick-item {
    min-height: 92px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
  }

  .shw-jobs__quick-label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--shw-moss);
  }

  .shw-jobs__quick-value {
    display: block;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--shw-white);
  }

  .shw-jobs__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 0;
    padding: 1rem 1.15rem;
    border-radius: 8px;
    background: #fff8df;
    border: 1px solid #eadb9d;
    color: #53451d;
  }

  .shw-jobs__notice strong {
    color: #3f3515;
  }

  .shw-jobs__notice a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 6px;
    background: var(--shw-forest);
    color: var(--shw-white);
    font-weight: 700;
    text-decoration: none;
  }

  .shw-jobs__roles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
  }

  .shw-job {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--shw-line);
    border-radius: 8px;
    background: var(--shw-white);
    box-shadow: 0 14px 35px rgba(36, 75, 45, 0.08);
  }

  .shw-job__head {
    padding: 1.4rem 1.4rem 1rem;
    border-bottom: 1px solid var(--shw-line);
    background: linear-gradient(180deg, var(--shw-earth), #ffffff);
  }

  .shw-job__tag {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: var(--shw-moss);
    color: var(--shw-forest);
    font-size: 0.8rem;
    font-weight: 700;
  }

  .shw-job h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.18;
    letter-spacing: 0;
    color: var(--shw-forest);
  }

  .shw-job__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .shw-job__summary div {
    min-height: 72px;
    padding: 0.75rem;
    border-radius: 8px;
    background: rgba(219, 232, 207, 0.45);
  }

  .shw-job__summary span {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--shw-muted);
  }

  .shw-job__summary strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.35;
    color: var(--shw-ink);
  }

  .shw-job__body {
    flex: 1;
    padding: 1.4rem;
  }

  .shw-job__body p {
    margin: 0 0 1.1rem;
  }

  .shw-job h3 {
    margin: 1.35rem 0 0.55rem;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--shw-bark);
  }

  .shw-job h3:first-child {
    margin-top: 0;
  }

  .shw-job ul {
    margin: 0;
    padding-left: 1.2rem;
  }

  .shw-job li {
    margin: 0.22rem 0;
    padding-left: 0.15rem;
  }

  .shw-job li::marker {
    color: var(--shw-leaf);
  }

  .shw-job__footer {
    padding: 1.15rem 1.4rem 1.4rem;
    border-top: 1px solid var(--shw-line);
    background: #fbfaf5;
  }

  .shw-job__footer p {
    margin: 0;
    color: var(--shw-muted);
  }

  .shw-jobs__apply {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    margin-top: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 8px;
    background: var(--shw-earth);
    border: 1px solid var(--shw-line);
  }

  .shw-jobs__apply h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.2;
    color: var(--shw-forest);
  }

  .shw-jobs__apply p {
    margin: 0;
    color: var(--shw-muted);
  }

  .shw-jobs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.15rem;
    border-radius: 6px;
    background: var(--shw-leaf);
    color: var(--shw-white) !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .shw-jobs__button:hover,
  .shw-jobs__notice a:hover {
    filter: brightness(0.94);
  }

  .shw-jobs__small {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    color: var(--shw-muted);
  }

  @media (max-width: 900px) {
    .shw-jobs__quick,
    .shw-jobs__roles {
      grid-template-columns: 1fr;
    }

    .shw-jobs__quick {
      gap: 0.6rem;
    }
  }

  @media (max-width: 680px) {
    .shw-jobs__hero {
      padding: 1.5rem;
    }

    .shw-jobs__notice,
    .shw-jobs__apply {
      display: block;
    }

    .shw-jobs__notice a,
    .shw-jobs__button {
      width: 100%;
      margin-top: 0.85rem;
    }

    .shw-job__summary {
      grid-template-columns: 1fr;
    }
  }/* End custom CSS */