.job-list-shortcode-app {
  font-family: "Open Sans", Sans-serif;
}

.job-list-shortcode-app .form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0rem;
  font-family: "Open Sans", Sans-serif;
  font-size: 0.875rem;
}

.job-list-shortcode-app .filter-chip {
  padding: 4px 8px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9em;
  background: #f26b30;
}

.job-list-shortcode-app .filter-chip > button {
  border: none;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  color: rgb(153, 153, 153);
  font-weight: bold;
  min-width: 15px;
  border-radius: 100%;
  color: #f26b30;
}

.job-list-shortcode-app .filter-chip > span {
  color: white;
}

.job-list-shortcode-app label {
  font-weight: 100;
  font-family: "Open Sans", Sans-serif;
}

.job-list-shortcode-app link {
  cursor: pointer;
}

.job-list-shortcode-app .job-list-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}

.job-list-shortcode-app .job-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0px 55px;
  margin-top: 185px !important;
}

.job-list-shortcode-app .heading-text {
  padding-bottom: 15px;
  width: fit-content;
  margin: auto;
}

.job-list-shortcode-app button {
  padding: 15px 0px;
  min-width: 150px;
  /* border: 1px solid #d0d5dd; */
  border: 0px;
  /* border-radius: 0.375rem; */
  cursor: pointer;
  background-color: white;
}

.job-list-shortcode-app .button-container button:nth-child(2) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.job-list-shortcode-app .button-container button:hover {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.job-list-shortcode-app .text-primary {
  color: #219ecc;
}

.job-list-shortcode-app .text-dark {
  color: #333333;
}

.job-list-shortcode-app .bg-primary {
  background-color: #0d96d3;
}

.job-list-shortcode-app .bg-secondary {
  background-color: #f26a31;
}

/* Flex utilities scoped to .job-list-shortcode-app */
.job-list-shortcode-app .flex {
  display: flex;
}

.job-list-shortcode-app .justify-between {
  justify-content: space-between;
}

.job-list-shortcode-app .flex-row {
  flex-direction: row;
}

.job-list-shortcode-app .flex-col {
  flex-direction: column;
}

.job-list-shortcode-app .items-center {
  align-items: center;
}

.job-list-shortcode-app .justify-center {
  justify-content: center;
}

.job-list-shortcode-app .text-center {
  text-align: center;
}

.job-list-shortcode-app .text-sm {
  font-size: 0.875rem;
}

.job-list-shortcode-app .text-xs {
  font-size: 0.75rem;
}
.job-list-shortcode-app .text-md {
  font-size: 1rem;
}
.job-list-shortcode-app .text-lg {
  font-size: 1.125rem;
}
.job-list-shortcode-app .text-xl {
  font-size: 1.25rem;
}
.job-list-shortcode-app .text-2xl {
  font-size: 1.5rem;
}
.job-list-shortcode-app .text-3xl {
  font-size: 1.875rem;
}
.job-list-shortcode-app .text-4xl {
  font-size: 2.25rem;
}

.job-list-shortcode-app .text-light {
  font-weight: 400;
}
.job-list-shortcode-app .text-regular {
  font-weight: 500;
}
.job-list-shortcode-app .text-semi-bold {
  font-weight: 600;
}
.job-list-shortcode-app .text-bold {
  font-weight: 700;
}

.job-list-shortcode-app .gap-2 {
  gap: 0.5rem;
}
.job-list-shortcode-app .gap-1 {
  gap: 0.25rem;
}
.job-list-shortcode-app .gap-3 {
  gap: 0.75rem;
}
.job-list-shortcode-app .border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.job-list-shortcode-app .border-none {
  border: none;
}
.job-list-shortcode-app .border-gray-100 {
  border-color: #f3f4f6;
}
.job-list-shortcode-app .border-gray-200 {
  border-color: #e5e7eb;
}
.job-list-shortcode-app .border-gray-300 {
  border-color: #d1d5db;
}
.job-list-shortcode-app .border-gray-400 {
  border-color: #9ca3af;
}
.job-list-shortcode-app .border-gray-500 {
  border-color: #6b7280;
}
.job-list-shortcode-app .gap-4 {
  gap: 1rem;
}

.job-list-shortcode-app .text-gray-500 {
  color: #6b7280;
}

.job-list-shortcode-app .text-white {
  color: #fff;
}

.job-list-shortcode-app .text-orange {
  color: #f26a30;
}

.job-list-shortcode-app .font-medium {
  font-weight: 500;
}

.job-list-shortcode-app .ml-2 {
  margin-left: 0.5rem;
}

.job-list-shortcode-app .ml-1 {
  margin-left: 0.25rem;
}

.job-list-shortcode-app .mt-2 {
  margin-top: 0.5rem;
}
.job-list-shortcode-app .mt-0 {
  margin-top: 0;
}
.job-list-shortcode-app .mt-4 {
  margin-top: 1rem;
}
.job-list-shortcode-app .mt-5 {
  margin-top: 1.25rem;
}
.job-list-shortcode-app .mt-10 {
  margin-top: 2.5rem;
}

/* Margin bottom utilities */
.job-list-shortcode-app .mb-0 {
  margin-bottom: 0;
}
.job-list-shortcode-app .mb-1 {
  margin-bottom: 0.25rem;
}
.job-list-shortcode-app .mb-2 {
  margin-bottom: 0.5rem;
}
.job-list-shortcode-app .mb-3 {
  margin-bottom: 0.75rem;
}
.job-list-shortcode-app .mb-4 {
  margin-bottom: 1rem;
}
.job-list-shortcode-app .mb-5 {
  margin-bottom: 1.25rem;
}
.job-list-shortcode-app .mb-6 {
  margin-bottom: 1.5rem;
}
.job-list-shortcode-app .mb-7 {
  margin-bottom: 1.75rem;
}
.job-list-shortcode-app .mb-8 {
  margin-bottom: 2rem;
}
.job-list-shortcode-app .mb-9 {
  margin-bottom: 2.25rem;
}
.job-list-shortcode-app .mb-10 {
  margin-bottom: 2.5rem;
}

/* Spinner utility */
.job-list-shortcode-app .spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #219ecc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.job-list-shortcode-app .search-loader {
  animation: pulse 0.3s infinite ease-in-out;
  padding: 100px;
  padding-top: 50px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes triangleMove {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(60px, 0);
  } /* Move right */
  66% {
    transform: translate(30px, 50px);
  } /* Move down-left */
  100% {
    transform: translate(0, 0);
  } /* Back to start */
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.job-list-shortcode-app .m-auto {
  margin: auto;
}

.job-list-shortcode-app .opacity-75 {
  opacity: 0.75;
}

/* Padding bottom utilities */
.job-list-shortcode-app .pb-1 {
  padding-bottom: 0.25rem;
}
.job-list-shortcode-app .pb-2 {
  padding-bottom: 0.5rem;
}
.job-list-shortcode-app .pb-3 {
  padding-bottom: 0.75rem;
}
.job-list-shortcode-app .pb-4 {
  padding-bottom: 1rem;
}
.job-list-shortcode-app .pb-5 {
  padding-bottom: 1.25rem;
}
.job-list-shortcode-app .pb-6 {
  padding-bottom: 1.5rem;
}
.job-list-shortcode-app .pb-7 {
  padding-bottom: 1.75rem;
}
.job-list-shortcode-app .pb-8 {
  padding-bottom: 2rem;
}
.job-list-shortcode-app .pb-9 {
  padding-bottom: 2.25rem;
}
.job-list-shortcode-app .pb-10 {
  padding-bottom: 2.5rem;
}

/* Grid utilities */
.job-list-shortcode-app .grid {
  display: grid;
}
.job-list-shortcode-app .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.job-list-shortcode-app .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.job-list-shortcode-app .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.job-list-shortcode-app .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 640px) {
  .job-list-shortcode-app .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.job-list-shortcode-app .opacity-50 {
  opacity: 0.5;
}

.job-list-shortcode-app .mt-10 {
  margin-top: 2.5rem;
}

.job-list-shortcode-app__modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  padding: 20px;
}

.job-list-shortcode-app__modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  animation: job-list-shortcode-app__fadeIn 0.25s ease;
  overflow: hidden;
}

.job-list-shortcode-app .error {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.job-list-shortcode-app__modal-header,
.job-list-shortcode-app__modal-footer {
  background: #f9f9f9;
  padding: 16px 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.job-list-shortcode-app__modal-footer {
  border-top: 1px solid #eee;
  border-bottom: none;
}

.job-list-shortcode-app__modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.job-list-shortcode-app__modal-close {
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #555;
  transition: color 0.2s;
}

.job-list-shortcode-app__modal-close:hover {
  color: #000;
}

.job-list-shortcode-app__modal-btn {
  background: #eee;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.job-list-shortcode-app__modal-btn:hover {
  background: #ddd;
}

@keyframes job-list-shortcode-app__fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* MultiSelect plain-CSS styles (prefix: job-list-ms) */

/* Minimal utilities (prefixed) used by the component */
.job-list-ms-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.job-list-ms-duration-100 {
  transition-duration: 100ms;
}
.job-list-ms-opacity-0 {
  opacity: 0 !important;
}
.job-list-ms-opacity-100 {
  opacity: 1 !important;
}

/* Inlined colors and shadow (variables removed) */

/* Root wrapper */
.job-list-ms-root {
  position: relative;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
}

/* Button (main control) */
.job-list-ms-button {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 0.375rem;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}

/* Button caret on right */
.job-list-ms-button .job-list-ms-caret {
  position: absolute;
  right: 5px;
  font-size: 0.875rem;
  color: #4b5563;
}

/* Comma-separated label inside button (single-line with ellipsis) */
.job-list-ms-selected-text {
  font-size: 0.875rem;
  color: #1f2937;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Placeholder text */
.job-list-ms-placeholder {
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Dropdown / list */
.job-list-ms-dropdown {
  position: absolute;
  left: 0;
  /* by default fit the trigger/container width; still allow growing up to max-width */
  right: auto;
  min-width: 100%; /* match the trigger width by default */
  width: auto; /* allow the dropdown to expand to fit its content */
  display: inline-block;
  max-width: 36rem; /* allow larger dropdowns when needed */
  margin-top: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  z-index: 50;
  padding: 0.5rem;
  box-sizing: border-box;
}

/* Individual item wrapper */
.job-list-ms-item {
  padding: 0.25rem 0.5rem;
}

/* Group header label */
.job-list-ms-group-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 600;
}

/* Children container (indented items) */
.job-list-ms-children {
  padding-left: 1.5rem;
  margin-top: 0.25rem;
}

/* Label for child rows / single option labels */
.job-list-ms-label,
.job-list-ms-child-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

/* Keep the native checkbox a fixed size so it doesn't shrink when label wraps */
.job-list-ms-label input.job-list-ms-checkbox,
.job-list-ms-child-label input.job-list-ms-checkbox {
  flex: 0 0 1rem; /* fixed box */
  width: 1rem;
  height: 1rem;
}

/* Allow the text inside labels to wrap without forcing the checkbox to shrink */
.job-list-ms-label .job-list-ms-text-sm,
.job-list-ms-child-label .job-list-ms-text-sm {
  /* Use intrinsic width and prevent wrapping so the dropdown expands horizontally */
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Small vertical padding used on repeated child rows */
.job-list-ms-child-row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Checkbox (native); accent-color for modern browsers */
.job-list-ms-checkbox {
  width: 1rem;
  height: 1rem;
  accent-color: #2563eb;
}

/* Text sizes and colors used inside dropdown */
.job-list-ms-text-sm {
  font-size: 0.875rem;
}
.job-list-ms-text-gray-800 {
  color: #1f2937;
}
.job-list-ms-text-gray-700 {
  color: #374151;
}
.job-list-ms-text-gray-600 {
  color: #4b5563;
}
.job-list-ms-text-gray-500 {
  color: #6b7280;
}
.job-list-ms-text-blue-900 {
  color: #1e3a8a;
}

/* Small pill style (if you still want chips) */
.job-list-ms-chip {
  background: #dbeafe;
  color: #1e3a8a;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

/* Utility for small spacing */
.job-list-ms-mt-4 {
  margin-top: 1rem;
}

/* Hide overflow + ellipsis for pre elements when showing JSON (optional) */
.job-list-ms-pre {
  overflow: auto;
  max-width: 100%;
}

/* Simple hover state for items */
.job-list-ms-item:hover {
  background: #f9fafb;
}

/* No options text */
.job-list-ms-no-options {
  padding: 0.5rem;
  color: #4b5563;
  text-align: center;
  font-size: 0.875rem;
}

/* Optional fade classes compatible with Vue <transition> (prefixed) */
.job-list-ms-fade-enter-active,
.job-list-ms-fade-leave-active {
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.job-list-ms-fade-enter-from,
.job-list-ms-fade-leave-to {
  opacity: 0;
}
.job-list-ms-fade-enter-to,
.job-list-ms-fade-leave-from {
  opacity: 1;
}
.job-item {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 30px);
  width: 100%;
  min-width: 330px;
  margin: 15px;
  max-width: calc(33.33333% - 30px);
  position: relative;
  flex-direction: column;
}
.job-item-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 430px;

  background-color: #f7f7f7;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
  padding: 16px 30px 18px;
}
.job-item-card .job-title {
  line-height: 25px;
}
.job-item-card .job-title:hover {
  text-decoration: underline;
}

.job-item-card .job-details-bullet {
  padding: 8px 0 10px;
}

.job-item-card .job-description {
  padding: 10px 0;
  margin: 0 !important;
}

.job-item-card .job-description p {
  margin: 0 !important;
}

.job-item-card .job-item-details li {
  list-style-type: none;
  padding: 0 16px 0 25px;
  margin-bottom: 6px;
  position: relative;
}

.job-item-card .job-item-details li:nth-child(1)::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/Job-Search_Location-Icon.svg");
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}

.job-item-card .job-item-details li:nth-child(2)::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/Job-Search_Briefcase-Icon.svg");
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}

.job-item-card .job-item-details li:nth-child(3)::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/Job-Search_Wallet-Icon.svg");
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}

.job-item-card .job-item-details li:nth-child(4)::before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}

/* .job-item-card .job-item-details li.has-icon::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/Job-Search_Wallet-Icon.svg");
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
} */

.job-banner-section {
  margin-top: -210px !important;
}

.job-banner-section .jobs-search-bar-filter {
  display: flex;
  width: 50%;
  box-shadow: #00000029 0 3px 6px;
}

.job-banner-section .jobs-search-bar-filter .form-control {
  height: 67px;
  border-radius: 0;
}

.job-banner-section .jobs-search-bar-filter button {
  text-transform: uppercase;
}

@media (max-width: 1225px) {
  .job-item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .job-item .button-container {
    gap: 8px;
  }
  .job-item .button-container button {
    min-width: 50%;
  }
}

@media (max-width: 425px) {
  .job-item {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .job-list-shortcode-app .job-container {
    flex-direction: column;
  }
}

/* Filter Sidebar Styles */
.job-list-shortcode-app__filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 1000;
  animation: job-list-shortcode-app__fadeIn 0.3s ease;
}

.job-list-shortcode-app__filter-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  animation: job-list-shortcode-app__slideIn 0.3s ease;
  z-index: 1001;
}

@keyframes job-list-shortcode-app__slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.puff-in-center {
	        animation: puff-in-center 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}


@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.job-list-shortcode-app__filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px 0px 50px;
  flex-shrink: 0;
}

.job-list-shortcode-app__filter-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #1f2937;
}

.job-list-shortcode-app__filter-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #6b7280;
  transition: color 0.2s;
}

.job-list-shortcode-app__filter-close:hover {
  color: #1f2937;
}

.job-list-shortcode-app__filter-content {
  flex: 1;
  overflow-y: auto;
  padding: 0px 20px 20px 50px;
}

.filter-section {
  margin-bottom: 24px;
}

.filter-section:last-child {
  margin-bottom: 0;
}

.filter-label {
  display: block;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.job-list-shortcode-app__filter-footer {
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.filter-container {
  display: flex;
  justify-content: center;
}

.filter-container .filter-button {
  min-width: auto;
  padding: 6px 8px;

  background-color: transparent;

  text-transform: uppercase;
  font-weight: 500;

  display: flex;
  gap: 8px;
  align-items: center;
}

.side-bar-filter {
  display: flex;
  gap: 14px;
  align-items: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .job-banner-section {
    margin-top: 0 !important;
    padding: 10px 0px !important;
    background-color: #f7f7f7;

    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  }

  .job-banner-section .job-list-container {
    margin-top: 0px !important;
  }

  .job-banner-section .job-list-container .filter-container .filter-button {
    order: 1 !important;
  }

  .job-banner-section
    .job-list-container
    .filter-container
    .jobs-search-bar-filter {
    order: 2 !important;
  }

  .job-list-shortcode-app .job-container {
    margin-top: 10px !important;
  }

  .job-banner-section .jobs-search-bar-filter .form-control {
    height: 39px;
  }
  .job-banner-section .jobs-search-bar-filter button {
    font-size: 13px;
    padding: 0px 8px !important;
  }

  .job-banner-section .jobs-search-bar-filter {
    display: flex;
    width: 80%;
    box-shadow: none;
  }

  .job-banner-section .filter-button .filter-icon-span {
    order: 2 !important;
  }
}

@media (max-width: 425px) {
  .job-list-shortcode-app__filter-sidebar {
    max-width: 300px;
  }

  .job-banner-section .job-list-container .filter-container {
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
  }
  .job-banner-section .job-list-container .filter-container .filter-button {
    order: 2 !important;
  }

  .job-banner-section
    .job-list-container
    .filter-container
    .jobs-search-bar-filter {
    order: 1 !important;
    width: 100%;
  }
}

@keyframes job-list-shortcode-app__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Filter list styling */
.filter-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.filter-option-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.filter-option-label input[type="checkbox"] {
  cursor: pointer;
}

.filter-option-children {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 5px;
}

.filter-option-child {
  font-size: 13px;
}
