.rfp-rfq-wrapper {
  position: relative;
  height: auto;
  z-index: 0;
}
.rfp-rfq-wrapper > * {
  position: relative;
  z-index: 2;
}

.rfp-rfq-cmp {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 24px auto;
}

.rfp-rfq-cmp__tab {
  display: flex;
  gap: 24px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.rfp-rfq-cmp__tab_item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6d7176;
}
.rfp-rfq-cmp__tab_item a {
  all: unset;
  cursor: pointer;
}
.rfp-rfq-cmp__tab_item.active {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #1b1c1e;
  pointer-events: none;
  cursor: default;
}
.rfp-rfq-cmp__tab_item.active a {
  pointer-events: none;
  cursor: default;
}

.rfp-rfq-cmp__box-left p {
  padding: 30px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1b1c1e;
}

.rfp-rfq-cmp__box-right img {
  max-height: 396px;
  width: 100%;
}

.rfp-rfq-cmp__posts {
  margin-top: 30px;
}

.open-positions-cmp__info-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  box-sizing: border-box;
}

.rfp-rfq-cmp_post_left {
  width: 160px;
  height: 112px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rfp-rfq-cmp_post_left img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.rfp-rfq-cmp_post_right {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rfp-rfq-cmp_post_right p {
  margin: 0;
  padding: 0;
}
.rfp-rfq-cmp_post_right .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1b1c1e;
}
.rfp-rfq-cmp_post_right .title a {
  all: unset;
  cursor: pointer;
}
.rfp-rfq-cmp_post_right .date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6d7176;
}
.rfp-rfq-cmp_post_right .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2d2f31;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.open-positions-cmp__line {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #dee1e5;
}

.rfp-rfq-cmp__quote {
  background-color: #003454;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  height: 182px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 60px;
  justify-content: center;
  flex-direction: column;
}
.rfp-rfq-cmp__quote .title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.rfp-rfq-cmp__quote .subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.rfp-rfq-cmp__search {
  border: 1px solid #dee1e5;
  border-radius: 4px;
}

.rfp-rfq-cmp__search__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 2px;
  padding-left: 36px;
  background-color: white;
}
.rfp-rfq-cmp__search__wrapper label {
  width: 100%;
}
.rfp-rfq-cmp__search__wrapper__search {
  position: absolute;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.rfp-rfq-cmp__search__bar {
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #6d7176;
  outline: none;
  border: none;
  padding: 12px 12px 12px 0;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
}

.rfp-rfq-cmp__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

.rfp-rfq-cmp__pagination-info {
  color: #1b1c1e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rfp-rfq-cmp__pagination-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rfp-rfq-cmp__rows-per-page {
  display: flex;
  align-items: center;
  color: #1b1c1e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rfp-rfq-cmp__select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  margin-left: 4px;
  background-color: transparent;
  color: inherit;
}

.rfp-rfq-cmp__page-navigation {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rfp-rfq-cmp__button {
  background: none;
  border: none;
  cursor: pointer;
}

.rfp-rfq-cmp__number {
  background: none;
  border: none;
  color: #6d7176;
}
.rfp-rfq-cmp__number.active {
  background: #005e99 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 3px;
  padding: 5px;
}

.open-positions-cmp__info-empty {
  max-height: 216px;
  text-align: center;
}
.open-positions-cmp__info-empty h3 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #1b1c1e;
}
.open-positions-cmp__info-empty p {
  padding: 0;
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #6d7176;
}
.open-positions-cmp__info-empty p sup {
  font-size: 12px;
}

.loading-state {
  text-align: center;
  padding: 40px 20px;
  color: #6d7176;
}
.loading-state p {
  margin: 0;
  font-size: 16px;
}

.rfp-rfq-cmp__error {
  background: #fee;
  color: #c33;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #fcc;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.rfp-rfq-cmp__search__bar:disabled,
.rfp-rfq-cmp__select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.rfp-rfq-cmp__page-navigation .rfp-rfq-cmp__number {
  cursor: pointer;
}
.rfp-rfq-cmp__page-navigation .rfp-rfq-cmp__number.active {
  pointer-events: none;
  cursor: default;
}
.rfp-rfq-cmp__page-navigation .rfp-rfq-cmp__button {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .rfp-rfq-cmp__tab {
    gap: 8px;
    padding: 0 16px;
  }
  .rfp-rfq-cmp__tab_item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6d7176;
    cursor: pointer;
  }
  .rfp-rfq-cmp__tab_item.active {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1b1c1e;
    pointer-events: none;
    cursor: default;
  }
  .rfp-rfq-cmp__box {
    display: block;
  }
  .rfp-rfq-cmp__box-left,
  .rfp-rfq-cmp__box-right {
    max-width: 100%;
  }
  .rfp-rfq-cmp__box-right {
    padding: 16px;
  }
  .open-positions-cmp__info-box {
    padding: 16px;
    gap: 8px;
    align-items: self-start;
  }
  .rfp-rfq-cmp__quote {
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px 16px;
  }
  .rfp-rfq-cmp_post_right {
    gap: 2px;
  }
  .rfp-rfq-cmp_post_right .title {
    font-size: 16px;
    line-height: 24px;
  }
  .rfp-rfq-cmp_post_right .date {
    font-size: 14px;
    line-height: 20px;
  }
  .rfp-rfq-cmp_post_right .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .rfp-rfq-cmp__search {
    margin: 0 16px;
  }
  .rfp-rfq-cmp__posts {
    margin-top: 16px;
  }
  .open-positions-cmp__line {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .rfp-rfq-cmp__controls {
    padding: 16px 0;
    margin: 0 16px;
  }
  .rfp-rfq-cmp__pagination-controls {
    margin: 16px 0;
  }
}