.recent-discussions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-discussions li {
  margin-bottom: 2px;
}

.recent-discussions a {
  text-decoration: none;
  font-weight: 600;
  display: block;
  max-width: 185px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-discussions a:hover {
  text-decoration: underline;
}

.recent-discussions .dismeta {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 2px;
  text-align:right;
}

.recent-discussions .pin {
  margin-right: 1px;
}

.widget-empty {
  font-size: 13px;
  opacity: 0.6;
}
.rdis{
	display: grid;
    grid-template-columns: 1fr auto;
	padding: 5px 5px;
}
.trg{
  padding-top: 2px;
  padding-bottom: 6px;
  border-top: 1px solid #d4d4d4;
}
.trgs {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.trglink{
  text-decoration: underline transparent;
  color: #4da3ff;
  font-weight: 700;
  transition: text-decoration 200ms;
}
.adsense-widget {
  text-align: center;
}

.ad-label {
  font-size: 11px;
  opacity: 0.5;
  margin-bottom: 6px;
}
.widget {

}

.widget-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.recent-matches {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-match {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #bcbdbf;
}

.recent-match:last-child {
    border-bottom: none;
}

.match-league {
    font-size: 0.85em;
    opacity: 0.8;
	font-weight:700;
}

.match-meta2 {
    font-size: 0.85em;
    opacity: 0.9;
}
.wmode-icon {
  width: 32px;
  height: 32px;
}
.match-players2 {
  line-height: 1.1;
  font-size: 0.90em;
  padding: 2px 0px;
}
.forfeit-label {
  color: #ff6b6b;
  letter-spacing: 0.3px;
}