/*
 * .-----------------------------------------------------.
 * |                       INTRO                         |
 * '-----------------------------------------------------'
 */

.ar23-results-intro {
  margin-bottom: 30px;
}

/*
 * .-----------------------------------------------------.
 * |                      RESULTS                        |
 * '-----------------------------------------------------'
 */

h3.ar23-results-title {
  margin: 44px 0 20px;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}

ul.ar23-results-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -16px;
  padding: 0;
  position: relative;
}

ul.ar23-results-items-single {
  margin-top: 2em;
  justify-content: center;
}

.ar23-results-items .ar23-results-item {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 0 16px;
  position: relative;
  list-style: none;
}

.ar23-results-item a {
  display: block;
  padding: 20px 60px 20px 20px;
  border-bottom: 1px solid #3b5668;
  background: rgba(12, 23, 31, 0.75);
  font-size: 18px;
  line-height: 1.3333em;
  margin: 0;
  position: relative;
}

.ar23-results .ar23-results-item a {
  color: #fff;
  transition: color 0.3s;
}

.ar23-results-item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ar23-results-item .ar23-results-item-arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.ar23-results-item .ar23-results-item-arrow:before,
.ar23-results-item .ar23-results-item-arrow:after {
  content: '';
  position: absolute;
  right: 0;
  transition: border-color 0.3s;
}

.ar23-results-item .ar23-results-item-arrow:before {
  top: 8px;
  width: 25px;
  border-top: 3px solid #fff;
}

.ar23-results-item .ar23-results-item-arrow:after {
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  top: -0.5px;
}

.ar23-results-item a:hover .ar23-results-item-arrow:before,
.ar23-results-item a:hover .ar23-results-item-arrow:after {
  border-color: #f7a81c;
}

.ar23-results-item-img {
  width: 50px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 0;
}

.ar23-results-name {
  display: block;
  text-transform: uppercase;
  width: calc(100% - 70px);
}

@media all and (min-width: 768px) {
  h3.ar23-results-title {
    font-size: 48px;
    line-height: 48px;
  }

  .ar23-results-items .ar23-results-item {
    width: 50%;
    padding-left: 16px;
    margin: 0;
  }

  .ar23-results-item a {
    padding: 25px 90px 25px 30px;
    font-size: 22px;
    line-height: 1.3333em;
    height: 100%;
  }

  .ar23-results-item-img {
    width: 65px;
  }

  .ar23-results-name {
    padding-top: 7px;
    padding-bottom: 0;
    width: calc(100% - 85px);
  }

  .ar23-results-item .ar23-results-item-arrow {
    right: 45px;
  }
}

@media all and (min-width: 1000px) {
  .ar23-results-item-img {
    width: 80px;
  }

  .ar23-results-name {
    width: calc(100% - 100px);
  }
}

@media all and (min-width: 1200px) {
  .ar23-results-item a {
    padding: 25px 120px 25px 30px;
    font-size: 28px;
    line-height: 1.3333em;
  }

  .ar23-results-item-img {
    width: 90px;
    margin-right: 30px;
  }

  .ar23-results-name {
    width: calc(100% - 120px);
  }
}
