@charset "UTF-8";
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing, body.frontend .section-jobs-listing {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing, body.frontend .section-jobs-listing {
    padding: 80px 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing__inner, body.frontend .section-jobs-listing__inner {
  max-width: 900px;
  margin: 0 auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing__list, body.frontend .section-jobs-listing__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing__list, body.frontend .section-jobs-listing__list {
    gap: 30px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing__empty, body.frontend .section-jobs-listing__empty {
  text-align: center;
  font-size: 10px;
  color: #536b8b;
  padding: 40px 0;
}
@media only screen and (min-width: 320px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing__empty, body.frontend .section-jobs-listing__empty {
    font-size: calc(10px + 8 * (100vw - 320px) / 1120);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-jobs-listing__empty, body.frontend .section-jobs-listing__empty {
    font-size: 18px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item, body.frontend .jobs-listing-item {
  border: 2px solid #ff8c42;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item:hover, body.frontend .jobs-listing-item:hover {
  border-color: #5a9bd5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__link, body.frontend .jobs-listing-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__link, body.frontend .jobs-listing-item__link {
    padding: 30px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__link, body.frontend .jobs-listing-item__link {
    padding: 35px 40px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__link:hover, body.frontend .jobs-listing-item__link:hover {
  text-decoration: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__content, body.frontend .jobs-listing-item__content {
  flex: 1;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__title, body.frontend .jobs-listing-item__title {
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__title, body.frontend .jobs-listing-item__title {
    margin-bottom: 15px;
  }
}
.jobs-listing-item:hover .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__title, .jobs-listing-item:hover body.frontend .jobs-listing-item__title {
  color: #ff8c42;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__meta, body.frontend .jobs-listing-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__meta, body.frontend .jobs-listing-item__meta {
    margin-bottom: 15px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__location, .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__type, body.frontend .jobs-listing-item__location, body.frontend .jobs-listing-item__type {
  color: #536b8b;
  display: inline-flex;
  align-items: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__location:not(:last-child)::after, .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__type:not(:last-child)::after, body.frontend .jobs-listing-item__location:not(:last-child)::after, body.frontend .jobs-listing-item__type:not(:last-child)::after {
  content: "•";
  margin-left: 15px;
  color: #ff8c42;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__excerpt, body.frontend .jobs-listing-item__excerpt {
  font-size: 10px;
  color: #536b8b;
  margin-bottom: 12px;
  line-height: 1.6;
}
@media only screen and (min-width: 320px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__excerpt, body.frontend .jobs-listing-item__excerpt {
    font-size: calc(10px + 8 * (100vw - 320px) / 1120);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__excerpt, body.frontend .jobs-listing-item__excerpt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__excerpt, body.frontend .jobs-listing-item__excerpt {
    margin-bottom: 15px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__date, .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__location-display, body.frontend .jobs-listing-item__date, body.frontend .jobs-listing-item__location-display {
  font-size: 15px;
  color: #ff8c42;
  font-weight: 600;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__arrow, body.frontend .jobs-listing-item__arrow {
  flex-shrink: 0;
  margin-left: 20px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__arrow svg, body.frontend .jobs-listing-item__arrow svg {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__arrow svg, body.frontend .jobs-listing-item__arrow svg {
    width: 24px;
    height: 24px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__arrow path, body.frontend .jobs-listing-item__arrow path {
  transition: all 0.4s ease;
}
.jobs-listing-item:hover .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__arrow, .jobs-listing-item:hover body.frontend .jobs-listing-item__arrow {
  transform: translateX(5px);
}
.jobs-listing-item:hover .editor-styles-wrapper .block-editor-block-list__layout .jobs-listing-item__arrow path, .jobs-listing-item:hover body.frontend .jobs-listing-item__arrow path {
  fill: #5a9bd5;
}

/*# sourceMappingURL=block.css.map*/