/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/careers/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.page_careers-page__xRr6g {
  min-height: 100vh;
  background-color: #f8f9fa;
}

.page_careers-hero__kFURP {
  background-image: url('https://dev.moreyeahs.com/wp-content/uploads/2026/02/Group-1000001836.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.page_careers-hero__kFURP::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.page_careers-hero__kFURP .page_container__jYklr {
  position: relative;
  z-index: 2;
}

.page_container__jYklr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page_careers-hero__title__WNaf7 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
      color: #000000;
}

.page_careers-hero__subtitle__AmiwW {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 15px;
  opacity: 0.95;
      color: #20202099;
}

/* Loading skeleton styles */
.page_careers-hero__title__WNaf7.page_loading__XQujI,
.page_careers-hero__subtitle__AmiwW.page_loading__XQujI {
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.1) 75%);
  background-size: 200% 100%;
  animation: page_loading__XQujI 1.5s ease-in-out infinite;
  border-radius: 4px;
  color: transparent;
  display: inline-block;
  min-width: 300px;
  min-height: 1em;
}

@keyframes page_loading__XQujI {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.page_careers-content-section__K9UYz {
  padding: 60px 20px;
}

.page_no-careers__X87iw {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #666;
}

@media (max-width: 768px) {
  .page_careers-hero__kFURP {
    padding: 60px 20px;
  }

  .page_careers-hero__title__WNaf7 {
    font-size: 36px;
  }

  .page_careers-hero__subtitle__AmiwW {
    font-size: 16px;
  }

  .page_careers-content-section__K9UYz {
    padding: 40px 20px;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/careers/CareersWithSidebar.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.CareersWithSidebar_careersContainer__8Dbs6 {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 40px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.CareersWithSidebar_sidebar__AvOVw {
  background: white;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.CareersWithSidebar_sidebarTitle__EYUDc {
  font-size: 20px;
  font-weight: 700;
  padding: 24px;
  margin: 0;
  color: #1a1a1a;
  border-bottom: 1px solid #e5e5e5;
}

.CareersWithSidebar_filterGroup__TllZw {
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}

.CareersWithSidebar_filterGroup__TllZw:last-child {
  border-bottom: none;
}

.CareersWithSidebar_filterTitle__nVT2x {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: #666;
  padding-left: 8px;
  border-left: 3px solid transparent;
}

.CareersWithSidebar_clickableTitle__WfbOn {
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
      border-left: 5px solid #20202099;
    padding: 6px 10px 6px;
}



.CareersWithSidebar_filterOptions__Tu_nX {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.CareersWithSidebar_filterOption__LxSGB {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #202020;
  font-weight: 500;;
  transition: all 0.2s;
  padding: 10px 8px;
  border-radius: 4px;
  border-left: 3px solid transparent;
  margin-left: 0;
}

.CareersWithSidebar_filterOption__LxSGB:hover {
  background: #f8f9fa;
  color: #333;
}

.CareersWithSidebar_filterOption__LxSGB.CareersWithSidebar_active__56Vzp {
  background: #2020201A;
  color: #1a1a1a;
  font-weight: 500;
  /* border-left-color: #20202077; */
}

.CareersWithSidebar_filterOption__LxSGB span {
  flex: 1 1;
}

.CareersWithSidebar_jobListings__oegR5 {
  background: white;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.CareersWithSidebar_jobListingsTitle__Pdu4B {
  font-size: 24px;
  font-weight: 700;
      border-bottom: 1px solid #20202033;
    margin-bottom: 20px;
    padding-bottom: 16px;
  color: #1a1a1a;
}

.CareersWithSidebar_jobList__g6X0E {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: opacity 0.3s ease;
}

.CareersWithSidebar_jobList__g6X0E.CareersWithSidebar_loading__P4_Qk {
  opacity: 0.5;
  pointer-events: none;
}

.CareersWithSidebar_loadingOverlay__G19YH {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #666;
}

.CareersWithSidebar_spinner__ryXt9 {
  width: 40px;
  height: 40px;
  border: 4px solid #f0f0f0;
  border-top-color: #20202077;
  border-radius: 50%;
  animation: CareersWithSidebar_spin__q5IGz 0.8s linear infinite;
  margin-bottom: 16px;
}

@keyframes CareersWithSidebar_spin__q5IGz {
  to {
    transform: rotate(360deg);
  }
}

.CareersWithSidebar_jobCard__b9A4t {
  display: block;
  padding: 24px;
  /* border: 1px solid #e5e5e5; */
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.CareersWithSidebar_jobCard__b9A4t:hover {
  border-color: #20202077;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}

.CareersWithSidebar_jobHeader__C7_BQ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 16px;
}

.CareersWithSidebar_jobTitle__nJdBl {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  flex: 1 1;
  color: #1a1a1a;
  transition: color 0.2s;
}

.CareersWithSidebar_jobCard__b9A4t:hover .CareersWithSidebar_jobTitle__nJdBl {
  color: #20202077;
}

.CareersWithSidebar_jobMeta__Xuy5j {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.CareersWithSidebar_jobBadge__B1zCD {
  display: inline-block;
  padding: 6px 16px;
    background: #ffffff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    border: 1px solid #20202099;
}

.CareersWithSidebar_jobExcerpt__R5_l4 {
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 14px;
}

.CareersWithSidebar_jobExcerpt__R5_l4 p {
  margin: 0;
}



.CareersWithSidebar_noResults__OX2i0 {
  text-align: center;
  padding: 40px;
  color: #999;
  font-size: 16px;
}

@media (max-width: 968px) {
  .CareersWithSidebar_careersContainer__8Dbs6 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .CareersWithSidebar_sidebar__AvOVw {
    position: static;
  }

  .CareersWithSidebar_jobListings__oegR5 {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .CareersWithSidebar_jobHeader__C7_BQ {
    flex-direction: column;
    gap: 12px;
  }

  .CareersWithSidebar_jobTitle__nJdBl {
    font-size: 18px;
  }

  .CareersWithSidebar_jobListings__oegR5 {
    padding: 20px;
  }

  .CareersWithSidebar_sidebarTitle__EYUDc {
    padding: 20px;
  }

  .CareersWithSidebar_filterGroup__TllZw {
    padding: 16px 20px;
  }
}

