.careers * {
  font-family: Sharp-Sans,sans-serif!important;
}

.careers {
  display: flex;
  position: relative;
}



.careers .header {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 0;
}

.careers .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careers .back-link {
  color: #775ae0;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}

.careers .back-link:hover {
  opacity: 0.7;
}

.careers .main-content {
  background: white;
  border-radius: 16px;
  padding: 48px;
  padding-top: 0;
  flex: 3;
}

.careers .job-header {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 2px solid #f3f4f6;
}

.careers .job-title {
  font-size: 38px;
  font-weight: 500;
  color: #2c2263;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.careers .job-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.careers .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 15px;
}

.careers .meta-icon {
  width: 20px;
  height: 20px;
  color: #775ae0;
}

.careers .content-section {
  margin-bottom: 40px;
}

.careers .content-section:last-child {
  margin-bottom: 0;
}

.careers .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c2263;
  margin-bottom: 16px;
}

.careers .section-text {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.careers .section-text:last-child {
  margin-bottom: 0;
}

.careers .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.careers .sidebar-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(44, 34, 99, 0.06);
  position: sticky;
  top: 24px;
}

@media (min-width: 1024px) {
  .careers .sidebar-card {
    position: sticky;
    top: 100px;
  }
}

.careers .apply-btn {
  width: 100%;
  padding: 16px;
  background: #775ae0;
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-bottom: 24px;
  border: none !important;
}

.careers .apply-btn:hover {
  background: #6248c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(119, 90, 224, 0.3);
}

.careers .share-btn {
  width: 100%;
  padding: 16px;
  background: white;
  color: #2c2263;
  border: 2px solid #e5e7eb;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.careers .share-btn:hover {
  border-color: #775ae0;
  background: #f9f7fe;
}

.careers .details-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c2263;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f3f4f6;
}

.careers .detail-item {
  margin-bottom: 20px;
}

.careers .detail-item:last-child {
  margin-bottom: 0;
}

.careers .detail-label {
  font-size: 13px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-weight: 500;
}

.careers .detail-value {
  font-size: 16px;
  color: #2c2263;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .careers .main-content {
    padding: 32px 24px;
  }

  .careers .job-title {
    font-size: 32px;
  }

  .careers .sidebar-card {
    position: static;
  }

  .careers .sidebar {
    order: -1;
  }
}

.careers-archive-rsvpify  * {
  font-family: Sharp-Sans,sans-serif!important;
}

.careers-archive-rsvpify .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c2263;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}

.careers-archive-rsvpify .filter-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.careers-archive-rsvpify .filter-tab {
  padding: 12px 28px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  color: #2c2263;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.careers-archive-rsvpify .filter-tab:hover {
  border-color: #775ae0;
  background: #f9f7fe;
}

.careers-archive-rsvpify .filter-tab.active {
  background: #775ae0;
  color: white;
  border-color: #775ae0;
}

.careers-archive-rsvpify .job-listings {
  display: grid;
  gap: 20px;
}

.careers-archive-rsvpify .job-item {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(44, 34, 99, 0.06);
  transition: all 0.3s ease;
  display: flex;
  gap: 24px;
  align-items: center;
}

.careers-archive-rsvpify .job-item:hover {
  box-shadow: 0 8px 24px rgba(119, 90, 224, 0.15);
  transform: translateY(-2px);
}

.careers-archive-rsvpify .job-logo {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-archive-rsvpify .job-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-archive-rsvpify .job-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.careers-archive-rsvpify .job-info {
  flex: 1;
}

.careers-archive-rsvpify .job-title {
  font-size: 22px;
  font-weight: 500;
  color: #2c2263;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.careers-archive-rsvpify .job-title:hover {
  color: #775ae0;
}

.careers-archive-rsvpify .job-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.careers-archive-rsvpify .job-meta li {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}

.careers-archive-rsvpify .job-meta li:first-child {
  color: #775ae0;
  font-weight: 500;
}

.careers-archive-rsvpify .job-meta li::before {
  content: "•";
  color: #d1d5db;
}

.careers-archive-rsvpify .job-meta li:first-child::before {
  display: none;
}

.careers-archive-rsvpify .apply-btn {
  padding: 14px 32px;
  background: #775ae0;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-block;
  border: none !important;
}

.careers-archive-rsvpify .apply-btn:hover {
  background: #6248c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(119, 90, 224, 0.3);
}

.careers-archive-rsvpify .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.careers-archive-rsvpify .page-number {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  color: #2c2263;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.careers-archive-rsvpify .page-number:hover {
  border-color: #775ae0;
  background: #f9f7fe;
}

.careers-archive-rsvpify .page-number.active {
  background: #775ae0;
  color: white;
  border-color: #775ae0;
}

@media (max-width: 1024px) {
  .careers-archive-rsvpify .section-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .careers-archive-rsvpify .job-item {
    flex-direction: column;
    padding: 24px;
  }

  .careers-archive-rsvpify .job-content {
    flex-direction: column;
    align-items: stretch;
  }

  .careers-archive-rsvpify .job-logo {
    width: 64px;
    height: 64px;
  }

  .careers-archive-rsvpify .apply-btn {
    width: 100%;
    text-align: center;
  }

  .careers-archive-rsvpify .filter-tabs {
    gap: 8px;
  }

  .careers-archive-rsvpify .filter-tab {
    padding: 10px 20px;
    font-size: 14px;
  }
}
