/** HEADER **/

#result-page .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

#result-page header {
  height: auto;
}

#bar-info {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #EFEFEF;
  display: flex;
  height: 158px;
  position: relative;
  max-width: 700px;
  margin-left: 20px;
  margin-right: 20px;
}

#bar-info .goya-img{
  position: absolute;
  left: 0;
}

#bar-info .goya-img img{
  mix-blend-mode: multiply;
}

#bar-info .titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 90px;
}

#bar-info .titles h1,
#bar-info .titles h1 span {
  font-family: 'Giorgio Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -5px;
  margin-top: 0;
}

.social-icons {
  width: 140px;
  margin: 25px auto;
  display: flex;
  justify-content: space-evenly;
}

.social-icons img {
  cursor: pointer;
}

.social-icons img:hover {
  opacity: 0.7;
}

#bar-info .titles p {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 7px;
  margin-bottom: 5px;
}

/** HIGHLIGHET CONTAINER **/

.hlighted-container{
  width: 100%;
  height: 28px;
  position: relative;
  padding-right: 20px;
}

.hlighted-container .out-bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: -1;
  background-color: #7EFFE0;
  mix-blend-mode: multiply;
  height: 28px;
}

.hlighted-container .cian-bar{
  display: flex;
  justify-content: space-between;
  background-color: #7EFFE0;
  padding-right: 28px;
  height: 28px;
}

.hlighted-container h2{
  margin: 2px 0;
  font-family: 'Sanomat Web';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  margin: 0;
  position: relative;
  top: 2px;
}

.hlighted-container img {
  height: 16px;
  position: relative;
  top: 6px;
}

/** NOMINEES **/

#result-page #nominees {
  display: block;
  background: #EFEFEF;
  padding: 20px 28px 40px 28px;
  margin-top: 0;
}

#result-page #nominees h2 {
  text-transform: uppercase;
}

#result-page #nominees + p strong.user-name {
  text-transform: capitalize;
}

#result-page #nominees footer {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#result-page #nominees footer p{
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #090909;
  margin-bottom: 15px;
  margin-top: 28px;
}

#result-page #nominees footer .button{
  max-width: 314px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}

.button#your-bet {
  display: none;
}

@media only screen and (min-width: 510px) {
  #bar-info .titles {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .hlighted-container{
    padding-right: 0;
    margin: 0 auto;
  }

  #bar-info .goya-img {
    left: 48px;
  }

  .hlighted-container a {
    text-decoration: none;
  }

  .hlighted-container h2{
    font-size: 21px;
  }

  .hlighted-container img{
    height: 20px;
    position: relative;
    top: 4px;
  }

  #result-page .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

}
