#dhub .dhb_analysis_result_embed,
#dhub .dhb_analysis_result_embed>div,
#dhub .dhb_analysis_result_embed>h2 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhb_analysis_result_embed {
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 8px;
  background-color: rgba(244, 244, 244, 0.97);
  box-shadow: 0 2px 5px rgba(24, 24, 24, 0.6);
}

#dhub .dhb_analysis_result_embed>h2.teams {
  margin: 14px 0;
  font-family: 'Noto Sans';
  font-size: 1em;
  margin-bottom: 20px;
  text-align: left;
}

#dhub .dhb_analysis_result_embed h2.teams>.category {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(1, 32, 96, 0.06);
  padding: 5px 12px;
  color: rgba(24, 24, 24, 0.9);
  font-weight: normal;
  border-radius: 5px;
  margin-bottom: 16px;
  text-align: left;
}

#dhub .dhb_analysis_result_embed h2.teams>.club,
#dhub .dhb_analysis_result_embed h2.teams>.vs {
  display: inline-block;
  box-sizing: border-box;
}

#dhub .dhb_analysis_result_embed h2.teams>.club {
  color: rgb(1, 32, 96);
  font-size: 0.9em;
}

#dhub .dhb_analysis_result_embed h2.teams>.vs {
  font-style: normal;
  color: rgba(244, 244, 244, 0.9);
  background-image: linear-gradient(to left, rgba(56, 0, 87, 0.6) 20%, rgba(1, 32, 96, 0.2) 100%);
  background-color: rgba(56, 0, 87, 0.88);
  font-weight: normal;
  padding: 4px 12px;
  border-radius: 5px;
  margin: 0 10px;
  text-transform: uppercase
}

#dhub .dhb_analysis_result_embed>.analysis.results,
#dhub .dhb_analysis_result_embed>.analysis.prognostics {
  display: inline-block;
  vertical-align: top;
}

#dhub .dhb_analysis_result_embed>.results {
  width: calc(100% - 200px);
}

#dhub .dhb_analysis_result_embed .results>.meets-frame,
#dhub .dhb_analysis_result_embed .results>.meets-frame>.matchs {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhb_analysis_result_embed .results>.meets-frame>.matchs {
  text-align: left;
}

#dhub .dhb_analysis_result_embed .matchs span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhb_analysis_result_embed .matchs>.event-item {
  box-shadow: 1px 2px 5px rgba(24, 24, 24, 0.2);
  border-radius: 5px;
  background-color: rgba(244, 244, 244, 1);
  padding: 8px;
  margin-bottom: 10px;
  width: calc((100% / 2) - 10px);
  vertical-align: top;
  margin-left: 10px;
  left: -10px;
  min-width: 300px;
}

#dhub .dhb_analysis_result_embed .matchs>.event-item>span {
  width: 100%;
  text-align: center;
}

#dhub .dhb_analysis_result_embed .matchs span.team1_vs_team2 {
  display: block;
}

#dhub .dhb_analysis_result_embed .matchs span.team1_vs_team2>.club {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
}

#dhub .dhb_analysis_result_embed .matchs span.team1_vs_team2>.club>span {
  display: inline-block;
  vertical-align: top;
}

#dhub .dhb_analysis_result_embed .matchs .team1_vs_team2 .club:nth-child(1) {
  text-align: right;
}

#dhub .dhb_analysis_result_embed .matchs .team1_vs_team2 .club:nth-child(2) {
  text-align: left;
  left: 5px;
}

#dhub .dhb_analysis_result_embed .matchs span.team1_vs_team2>.club>.name {
  font-family: 'Noto Sans';
  font-size: 0.7em;
  top: 3px;
  width: calc(100% - 30px);
}

#dhub .dhb_analysis_result_embed .team1_vs_team2>.club>.name:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgba(1, 32, 96, 1)"><path d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm200-500 54-18 16-54q-32-48-77-82.5T574-786l-54 38v56l160 112Zm-400 0 160-112v-56l-54-38q-54 17-99 51.5T210-652l16 54 54 18Zm-42 308 46-4 30-54-58-174-56-20-40 30q0 65 18 118.5T238-272Zm242 112q26 0 51-4t49-12l28-60-26-44H378l-26 44 28 60q24 8 49 12t51 4Zm-90-200h180l56-160-146-102-144 102 54 160Zm332 88q42-50 60-103.5T800-494l-40-28-56 18-58 174 30 54 46 4Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  top: -12px;
}

#dhub .dhb_analysis_result_embed .team1_vs_team2>.club>.name:nth-child(1) {
  padding-right: 40px;
}

#dhub .dhb_analysis_result_embed .team1_vs_team2>.club>.name:nth-child(1):before {
  right: 0;
}

#dhub .dhb_analysis_result_embed .team1_vs_team2>.club>.name:nth-child(2) {
  padding-left: 40px;
}

#dhub .dhb_analysis_result_embed .team1_vs_team2>.club>.name:nth-child(2):before {
  left: 0;
}

#dhub .dhb_analysis_result_embed .matchs span.team1_vs_team2>.club>.score {
  font-weight: bold;
  font-family: 'Noto Sans';
  font-size: 0.98em;
  color: rgba(56, 0, 87, 1);
}

#dhub .dhb_analysis_result_embed .team1_vs_team2 .club:nth-child(1) .score {
  padding-right: 2px;
}

#dhub .dhb_analysis_result_embed .team1_vs_team2 .club:nth-child(2) .score {
  padding-left: 2px;
}

#dhub .dhb_analysis_result_embed .team1_vs_team2 .club:nth-child(1) .score:before {
  content: ':';
  position: absolute;
  right: -5px;
}

#dhub .dhb_analysis_result_embed .event-item>.score {
  color: rgba(56, 0, 87, 1);
  font-family: 'Noto Sans';
  font-size: 0.88em;
  padding: 5px 0;
}

#dhub .dhb_analysis_result_embed .event-item>.datetime {
  font-family: 'Noto Sans';
  font-size: 0.79em;
  padding: 5px 0;
  color: rgba(24, 24, 24, 0.7);
  padding-bottom: 0;
}

#dhub .dhb_analysis_result_embed .event-item>.league {
  font-family: 'Noto Sans';
  font-size: 0.68em;
  padding: 5px 0;
  border-radius: 5px;
  background-color: rgba(1,32,96,0.06)
}

/* PRONOSTICS --- */

#dhub .dhb_analysis_result_embed>.prognostics {
  width: 190px;
  left: 10px;
}

#dhub .dhb_analysis_result_embed .prognostics>.content-title {
  background-image: linear-gradient(to left, rgba(1, 32, 96, 0.8) 20%, rgba(56, 0, 87, 0.8) 100%);
  color: rgba(244, 244, 244, 1);
  border-radius: 5px;
  padding: 5px 12px;
  font-family: 'Noto Sans';
  font-size: 1.1em;
}


@media only screen and (max-width: 720px) {

  #dhub .dhb_analysis_result_embed>.analysis.results,
  #dhub .dhb_analysis_result_embed>.analysis.prognostics {
    display: block;
    width: 100%;
  }

  #dhub .dhb_analysis_result_embed>h2.teams {
    text-align: center;
  }

  #dhub .dhb_analysis_result_embed h2.teams>.vs {
    display: block;
    margin: 10px auto;
    max-width: 60px;
  }

  #dhub .dhb_analysis_result_embed>.prognostics {
    left: 0;
  }

  #dhub .dhb_analysis_result_embed .prognostics>.content-title {
    text-align: center;
  }
}

@media only screen and (max-width: 648px) {
  #dhub .dhb_analysis_result_embed .matchs>.event-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  #dhub .dhb_analysis_result_embed .matchs span.team1_vs_team2>.club>.name {
    font-size: 0.6em;
  }
}