.pay-spotlight {
  text-align: center;
  display: inline-block; }
  .pay-spotlight .pay-spotlight__pay-descriptor {
    font-size: 13px; }
  .pay-spotlight .pay-spotlight__pay-value {
    font-size: 30px; }
  .pay-spotlight .pay-spotlight__toggle-button {
    font-size: 13px;
    margin-top: 5px; }

.other-compensation-spotlight h3 {
  font-weight: normal;
  margin: 10px 0px; }
  @media (max-width: 768px) {
    .other-compensation-spotlight h3 {
      margin: 10px; } }

.other-compensation-spotlight .other-compensation-spotlight__compensation-list {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element {
    flex-grow: 1; }
    .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element h4 {
      font-size: 13px;
      font-weight: bold;
      color: #a4a1aa;
      margin: 5px 0px; }
    .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element .compensation-list-element__value {
      font-size: 22px;
      color: #333; }
      @media (max-width: 768px) {
        .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element .compensation-list-element__value {
          font-size: 18px; } }
  @media (max-width: 768px) {
    .other-compensation-spotlight .other-compensation-spotlight__compensation-list {
      margin: 0px 10px; } }

@media screen and (max-width: 991px) {
  .job-spotlight-header {
    flex-direction: column; }
    .job-spotlight-header .single-panel {
      width: 100%; }
      .job-spotlight-header .single-panel.pay-spotlight {
        margin-bottom: 20px; } }

.job-spotlight-header {
  display: flex;
  padding-bottom: 20px; }
  .job-spotlight-header .single-panel.pay-spotlight {
    flex: 1 1 auto;
    margin-right: 20px; }
  .job-spotlight-header .single-panel.other-compensation-spotlight {
    flex: 2 1 auto; }
  .job-spotlight-header .single-panel .switchable-divider-item {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    justify-content: center;
    text-align: center; }

