/* Post wrapper */
.posts__item {
  position: relative;
}

.posts__item--category-1 {
  margin-bottom: 30px;
}

/* Match container */
.widget-game-matchFull {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.widget-game-result__section-inner {
  padding: 24px;
}

/* Header */
.widget-game-result__header {
  text-align: center;
  margin-bottom: 15px;
}

.widget-game-result__title {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .widget-game-result__title {
    font-size: 14px;
  }
}

.widget-game-result__date {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .widget-game-result__date {
    font-size: 10px;
  }
}

.widget-game-result__place {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #9a9da2;
}

/* Main layout */
.widget-game-result__main {
  display: table;
  width: 100%;
  margin-bottom: 6px;
}

/* Teams */
.widget-game-result__team {
  display: table-cell;
  text-align: center;
  width: 26%;
}

.widget-game-result__team-logo {
  height: 70px;
  display: block;
  position: relative;
}

.widget-game-result__team-logo img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.widget-game-result__team-info {
  padding: 6px 0 0 0;
}

.widget-game-result__team-name {
  font-size: 12px;
  margin-bottom: 2px;
}

.widget-game-result__team-desc {
  font-size: 10px;
  color: #9a9da2;
}

/* Score */
.widget-game-match {
  display: table-cell;
  width: 48%;
  text-align: center;
  vertical-align: middle;
}

.widget-game-result__score {
  font-size: 14px;
  font-weight: bold;
}

.widget-game-result__score-result {
  display: inline-block;
}

/* Minuto a minuto */
.widget-game-matchMinuto {
  text-align: center;
  padding: 10px;
}

.txt_minuto {
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
