.sidepanel-card {
    display: grid;
    grid-template-columns: auto auto min-content;
    grid-template-rows: 90px;
}

.bw-featured-tournaments .sidepanel-card .sidepanel-card-logo img {
    background-color: var(--bg-primary-darkest)
}

.bw-featured-tournaments .sidepanel-card .sidepanel-card-logo {
	  border: 3px solid #1f1f2b;
	  border-bottom-right-radius: 7px;
      background-color: var(--bg-primary-darkest)
}

.bw-featured-tournaments .sidepanel-card .tournament-image img {
    object-fit: contain;
}

.sidepanel-card-logo img {
	  width: 16px;
}

.bw-featured-tournaments .sidepanel-card {
    grid-template-columns: 40% auto min-content;
}

.sidepanel-card span {
    font-size: x-small;
}

.bw-main-sidepanel {
    display: grid;
    grid-row-gap: 25px;
    grid-auto-flow: row;
    grid-auto-rows: min-content;
}

.bw-main-sidepanel article .header > * {
    justify-content: center;
}

.bw-sidepanel-item.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.bw-sidepanel-card-list {
    display: grid;
    grid-auto-flow: row;
    gap: 2px;
}

.bw-sidepanel-card-list .sidepanel-card span.phoca-flag {
    width: 30px;
}