body{
  margin: 0;
}
.sw-careers-board {
  --primary: #3D0178;
  --secondary: #EB3678;
  --primary-light: rgba(235, 54, 120, 0.08);
  --white: #ffffff;
  --text: #1b1b1b;
  --muted: #6b7280;
  --border: #d9d9df;
  --soft-bg: #f5f6f8;
  --banner-bg: #f8f2ee;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--text);
  width: 100%;
}

.sw-careers-board * {
  box-sizing: border-box;
}

.sw-top-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sw-careers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 70px;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
  background: var(--primary);
}

.sw-careers-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* Mobile hamburger toggle */
.sw-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}

.sw-mobile-toggle svg {
  width: 28px;
  height: 28px;
}

.sw-mobile-toggle .icon-close { display: none; }
.sw-mobile-toggle.active .icon-bars { display: none; }
.sw-mobile-toggle.active .icon-close { display: inline-block; }

/* Search toggle active state */
.sw-search-toggle.active {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  padding: 6px;
}

.sw-careers-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.sw-logo-wrap {
  display: inline-flex;
  align-items: center;
}

.sw-header-logo {
  width: 160px;
  height: auto;
  display: block;
}

.sw-divider {
  width: 2px;
  height: 28px;
  background: #ffffff;
}

.sw-careers-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.sw-main-nav,
.sw-careers-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.d-mobile-only {
  display: none !important;
}

.d-mobile-flex {
  display: none !important;
}

.sw-mobile-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sw-main-nav a,
.sw-careers-right a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

.sw-icon-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.sw-icon-btn svg {
  width: 19px;
  height: 19px;
  color: #ffffff;
}

.sw-search-area {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.sw-search-area.search-open {
  max-height: 220px;
  padding: 20px 16px;
}

.sw-search-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.sw-search-top .sw-search-input {
  flex: 1;
  max-width: 520px;
}

.sw-search-input {
  height: 36px;
  border: 1px solid #8b8b98;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.sw-search-input svg {
  width: 18px;
  height: 18px;
  color: #6b7280;
  flex-shrink: 0;
}

.sw-search-input input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
}

.sw-primary-btn {
  height: 36px;
  border: none;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 6px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sw-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(235, 54, 120, 0.4);
  background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
  color: var(--white);
}

.sw-cart-btn {
  height: 36px;
  border: 1px solid var(--border);
  background: #f7f7f9;
  color: #b7b7c2;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.sw-cart-btn svg {
  width: 18px;
  height: 18px;
}

.sw-filter-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.sw-filter-row button {
  height: 36px;
  border: none;
  background: var(--soft-bg);
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.sw-filter-row button svg {
  width: 16px;
  height: 16px;
}

.sw-clear-btn {
  background: transparent !important;
}

.sw-banner {
  margin: 0 16px 24px;
  background: var(--banner-bg);
  padding: 36px 60px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
}

/* ============================================
   Page banner (top of each page)
   ============================================ */
.sw-page-banner {
  margin: 30px 16px 24px;
  background: var(--banner-bg);
  padding: 30px 60px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.sw-page-banner .sw-banner-text {
  text-align: left;
}

.sw-page-banner .sw-banner-text h3 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
}

.sw-page-banner .sw-banner-text p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
}

.sw-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
}

.sw-breadcrumbs a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
}

.sw-breadcrumbs a:hover {
  text-decoration: underline;
}

.sw-breadcrumbs .sw-bc-sep {
  color: #9ca3af;
  font-weight: 400;
}

.sw-breadcrumbs .sw-bc-current {
  color: var(--text);
  font-weight: 700;
}

@media (max-width: 900px) {
  .sw-page-banner {
    padding: 24px 28px;
  }
  .sw-page-banner .sw-banner-text h3 {
    font-size: 24px;
  }
  .sw-breadcrumbs {
    font-size: 15px;
    gap: 6px;
  }
}

.sw-banner-text h3 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 500;
}

.sw-banner-text p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.sw-upload-btn {
  min-height: 36px;
  padding: 0 16px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  white-space: nowrap;
}

.sw-careers-main {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  padding: 0 16px 40px;
}

.sw-sidebar {
  background: var(--soft-bg);
  padding: 16px;
}

.sw-sidebar h4 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #374151;
}

.sw-sort-btn {
  border: none;
  background: var(--white);
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 12px;
}

.sw-sort-btn svg {
  width: 16px;
  height: 16px;
}

.sw-alert-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 12px 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.sw-toggle {
  width: 32px;
  height: 18px;
  border: 2px solid var(--border);
  border-radius: 20px;
  position: relative;
}

.sw-toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
}

.sw-alert-box span {
  color: #b0b0b8;
  font-size: 14px;
}

.sw-alert-box a {
  margin-left: auto;
  text-decoration: none;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
}

.sw-job-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
}

.sw-job-list::-webkit-scrollbar {
  width: 12px;
}

.sw-job-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.sw-job-list::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
  border: 3px solid #f0f0f0;
}

.sw-job-list::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.sw-job-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 18px;
}

.sw-job-card.active {
  border-left: 4px solid var(--primary);
}

.sw-job-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.sw-job-card h5 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 500;
}

.sw-bookmark-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.sw-bookmark-btn svg {
  width: 18px;
  height: 18px;
  color: #6b7280;
}

.sw-job-card p,
.sw-location-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #4b5563;
  font-size: 15px;
}

.sw-job-card p svg,
.sw-location-line svg {
  width: 17px;
  height: 17px;
  color: #6b7280;
  flex-shrink: 0;
}

.sw-job-detail {
  position: relative;
  padding-top: 10px;
}

.sw-detail-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}

.sw-detail-icons button {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sw-detail-icons button svg {
  width: 18px;
  height: 18px;
  color: #6b7280;
}

.sw-job-detail h1 {
  margin: 0 80px 12px 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.sw-location-line {
  margin-bottom: 16px;
}

.sw-action-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 34px;
}

.sw-action-link {
  min-width: 115px;
  height: 44px;
  font-size: 17px;
}

.sw-outline-btn {
  min-width: 120px;
  height: 44px;
  border: 1px solid #6b7280;
  color: var(--primary);
  background: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.sw-divider-line {
  border-top: 1px solid #dcdce4;
  margin-bottom: 25px;
}

.sw-match-box {
  border: 1px solid #c252c7;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.sw-match-box h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #374151;
}

.sw-detail-content h4 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--primary);
}

.sw-detail-content p,
.sw-detail-content li {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

.sw-detail-content ul {
  padding-left: 22px;
  margin-top: 0;
}

.sw-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  margin-bottom: 20px;
}

.sw-main-content {
  flex: 1;
}

.sw-main-content h4 {
  margin: 20px 0 12px;
  font-size: 22px;
  color: var(--primary);
  font-weight: 600;
}

.sw-main-content h4:first-child {
  margin-top: 0;
}

.sw-main-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 16px;
}

.sw-main-content ul {
  padding-left: 22px;
  margin: 12px 0 0;
}

.sw-main-content li {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 12px;
}

.sw-sidebar-right {
  position: relative;
}

.sw-previously-worked {
  border: 1px solid rgba(61, 1, 120, 0.1);
  box-shadow: 0 8px 24px rgba(61, 1, 120, 0.05);
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  position: sticky;
  top: 95px;
}

.sw-previously-worked h4 {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  border-bottom: 2px solid var(--primary-light);
  padding-bottom: 12px;
}

.sw-previously-worked .detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sw-previously-worked .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sw-previously-worked .detail-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--primary-light);
  color: var(--secondary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.sw-previously-worked .detail-text {
  display: flex;
  flex-direction: column;
}

.sw-previously-worked .detail-label {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.sw-previously-worked .detail-value {
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1200px) {
  .sw-content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sw-previously-worked {
    position: static;
  }
}

@media (max-width: 1100px) {
  .sw-careers-header {
    padding: 14px 20px;
  }

  .sw-careers-main {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 900px) {
  .sw-mobile-toggle {
    display: none !important;
  }
  
  .d-mobile-only {
    display: block !important;
  }
  
  .d-mobile-flex {
    display: flex !important;
  }
  
  .d-desktop-only {
    display: none !important;
  }

  .sw-careers-menu {
    display: none !important;
  }

  .sw-careers-menu.menu-open {
    display: none !important;
  }

  .sw-main-nav,
  .sw-careers-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }

  .sw-main-nav a,
  .sw-careers-right > a {
    width: 100%;
    padding: 6px 0;
  }
}

@media (max-width: 860px) {
  .sw-search-top {
    flex-direction: column;
    align-items: stretch;
  }

  .sw-search-top .sw-search-input {
    max-width: 100%;
  }

  .sw-search-area {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .sw-search-area.search-open {
    max-height: 280px;
  }

  .sw-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .sw-careers-main {
    grid-template-columns: 1fr;
  }
  
  .sw-sidebar {
    order: 2;
  }
  
  .sw-job-detail {
    order: 1;
  }

  .sw-detail-icons {
    position: static;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .sw-job-detail h1 {
    margin-right: 0;
  }

  .sw-match-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .sw-header-logo {
    width: 130px;
  }

  .sw-banner-text h3 {
    font-size: 22px;
  }

  .sw-banner-text p {
    font-size: 14px;
  }

  .sw-job-detail h1 {
    font-size: 28px;
  }

  .sw-match-box h3 {
    font-size: 20px;
  }

  .sw-action-buttons {
    flex-direction: column;
  }

  .sw-action-link,
  .sw-outline-btn {
    width: 100%;
  }
}


.sw-job-overview-section {
  background: rgb(255, 255, 255);
  padding: 0 0 40px;
  color: #374151;
  font-family: Arial, Helvetica, sans-serif;
}

.sw-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.sw-overview-content h2 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #374151;
  margin: 0 0 2px;
}

.sw-highlight-text {
  font-size: 18px;
  line-height: 1.17;
  font-weight: 700;
  color: #374151;
  margin: 0 0 14px;
}

.sw-overview-content p {
  font-size: 18px;
  line-height: 1.18;
  font-weight: 400;
  color: #374151;
  margin: 0 0 14px;
  max-width: 600px;
}

.sw-overview-content h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #374151;
  margin: 48px 0 12px;
}

.sw-responsibility-list {
  padding-left: 22px;
  margin: 0;
  max-width: 620px;
}

.sw-responsibility-list li {
  font-size: 17px;
  line-height: 1.45;
  color: #374151;
  margin-bottom: 8px;
}

.sw-previous-box {
  border: 1.5px solid var(--primary);
  padding: 10px 22px 20px;
  min-height: 176px;
  background: rgb(255, 255, 255);
}

.sw-previous-box h3 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #374151;
  margin: 0 0 6px;
}

.sw-previous-box ol {
  margin: 0;
  padding-left: 18px;
}

.sw-previous-box li {
  font-size: 16px;
  line-height: 1.6;
  color: #667085;
}

/* Responsive */
@media (max-width: 900px) {
  .sw-overview-grid {
    grid-template-columns: 1fr;
  }

  .sw-previous-box {
    max-width: 100%;
  }

  .sw-overview-content p,
  .sw-highlight-text {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .sw-highlight-text,
  .sw-overview-content p {
    font-size: 16px;
    line-height: 1.35;
  }

  .sw-overview-content h2,
  .sw-overview-content h3 {
    font-size: 17px;
  }

  .sw-previous-box {
    padding: 14px 18px;
  }

  .sw-previous-box li {
    font-size: 15px;
  }
}


.sw-qualifications-section {
  max-width: 700px;
  padding: 20px 0 40px;
  color: #374151;
  font-family: Arial, Helvetica, sans-serif;
}

.sw-qualifications-section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 4px;
}

.sw-qualification-block {
  margin-bottom: 24px;
}

.sw-qualification-block h3 {
  font-size: 18px;
  font-weight: 400;
  color: #374151;
  margin: 0 0 14px;
}

.sw-qualification-block ul {
  margin: 0;
  padding-left: 38px;
}

.sw-qualification-block li {
  font-size: 18px;
  line-height: 1.25;
  color: #374151;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .sw-qualification-block ul {
    padding-left: 24px;
  }

  .sw-qualification-block li {
    font-size: 16px;
    line-height: 1.4;
  }
}





/* Similar Jobs Section */
.sw-similar-jobs-section,
.sw-similar-jobs-section * {
  font-family: "Segoe UI", Arial, sans-serif;
  box-sizing: border-box;
}

.sw-similar-jobs-section {
  width: 100%;
  margin-top: 36px;
  padding-bottom: 20px;
  color: #2d3748;
}

.sw-similar-jobs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sw-similar-jobs-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a0c4b;
}

.sw-similar-jobs-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sw-similar-jobs-arrows button {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #4b5563;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sw-similar-jobs-arrows button:hover {
  color: #2a0c4b;
}

.sw-similar-jobs-arrows svg {
  width: 18px;
  height: 18px;
}

.sw-similar-jobs-slider {
  width: 100%;
  overflow: hidden;
}

.sw-similar-jobs-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sw-similar-jobs-track::-webkit-scrollbar {
  display: none;
}

.sw-similar-job-card {
  position: relative;
  flex: 0 0 31%;
  min-height: 155px;
  border: 1px solid #d8dde5;
  background: #ffffff;
  padding: 18px 42px 18px 18px;
  scroll-snap-align: start;
  border-radius: 8px;
}

.sw-similar-job-card:hover {
  border-color: #2a0c4b;
}

.sw-similar-job-card h4 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #1f2937;
}

.sw-similar-location {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: #2d3748;
}

.sw-similar-location svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 3px;
}

.sw-similar-job-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #4b5563;
}

.sw-similar-bookmark {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: #f4f6f8;
  color: #657282;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sw-similar-bookmark:hover {
  background: #f1eafd;
  color: #2a0c4b;
}

.sw-similar-bookmark svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 991px) {
  .sw-similar-job-card {
    flex: 0 0 48%;
  }
}

@media (max-width: 575px) {
  .sw-similar-jobs-header h3 {
    font-size: 22px;
  }

  .sw-similar-job-card {
    flex: 0 0 100%;
  }
}




.sw-career-footer,
.sw-career-footer * {
  font-family: "Segoe UI", Arial, sans-serif;
  box-sizing: border-box;
}

.sw-career-footer {
  width: 100%;
  margin-top: 40px;
  background: #f0f0f0;
  color: #111827;
}

.sw-footer-ai-text {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  padding: 28px 20px 30px;
}

.sw-powered-text {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.4;
  color: #111827;
  font-style: normal;
  font-weight: 400;
}

.sw-powered-text b {
  font-weight: 700;
  color: #111827;
}

.sw-footer-message {
  margin: 0 auto 8px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #111827;
  font-style: italic;
}

.sw-footer-message:last-child {
  margin-bottom: 0;
}

.sw-footer-ai-text a {
  color: #0067b8;
  text-decoration: underline;
}

.sw-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #f7f7f7;
  padding: 14px 32px;
}

.sw-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sw-footer-links a,
.sw-footer-links span {
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
  text-decoration: none;
}

.sw-footer-links a:hover {
  color: #2a0c4b;
  text-decoration: underline;
}

.sw-language-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sw-language-link svg {
  width: 18px;
  height: 18px;
}

.sw-footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sw-footer-social a {
  width: 24px;
  height: 24px;
  color: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sw-footer-social a:hover {
  color: #2a0c4b;
}

.sw-footer-social svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .sw-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
  }

  .sw-footer-links {
    gap: 10px 14px;
  }

  .sw-footer-social {
    gap: 14px;
  }
}



.sw-sidebar {
  position: sticky;
  top: 70px;
  height: calc(100vh - 80px);
  overflow-y: auto;
}

/* ============================================
   Homepage full-width job list cards
   ============================================ */
.sw-home-section {
  padding: 30px 70px 40px;
}

.sw-home-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}

.sw-home-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #374151;
}

.sw-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1024px) {
  .sw-home-grid {
    grid-template-columns: 1fr;
  }
}

.sw-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.sw-load-more-btn {
  padding: 12px 36px;
  background: #ffffff;
  color: var(--primary);
  border: 2px solid var(--primary);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.15s ease;
  min-width: 180px;
}

.sw-load-more-btn:hover:not(:disabled) {
  background: var(--primary);
  color: #ffffff;
}

.sw-load-more-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.sw-home-card {
  background: #ffffff;
  border: 1px solid #d9d9df;
  padding: 22px 26px;
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 6px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.sw-home-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(42, 12, 75, 0.08);
}

.sw-home-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sw-home-card h4 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.3;
}

.sw-home-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 15px;
  color: #4b5563;
}

.sw-home-card-location svg {
  width: 16px;
  height: 16px;
  color: #6b7280;
  flex-shrink: 0;
}

.sw-home-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.sw-home-card-meta .sw-pill {
  background: #eef2ff;
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.sw-home-card-meta .sw-pill-soft {
  background: #f5f6f8;
  color: #374151;
}

.sw-home-card-meta .sw-meta-text {
  font-size: 14px;
  color: #6b7280;
}

.sw-home-card-excerpt {
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.55;
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sw-home-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ececec;
  font-size: 14px;
  color: #6b7280;
}

.sw-home-card-footer strong {
  color: #374151;
  font-weight: 700;
}

.sw-home-empty {
  background: #ffffff;
  border: 1px dashed #d9d9df;
  padding: 48px 24px;
  text-align: center;
  color: #6b7280;
}

.sw-home-empty h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #374151;
}

.sw-home-empty a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .sw-home-section {
    padding: 24px 20px 32px;
  }
}

@media (max-width: 540px) {
  .sw-home-card {
    padding: 18px;
  }
  .sw-home-card h4 {
    font-size: 18px;
  }
  .sw-home-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


