/* Promotions Section */
.bp3-lobbyPromotions--promotion {
    position: relative;
    width: 300px;
    display: flex;
    flex-flow: column;
    border-radius: 4px;
    background-color: #fff;
    flex-shrink: 0;
}
.bp3-lobbyPromotions--list {
    display: flex;
    column-gap: 16px;
    flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
}
.bp3-lobbyPromotions--promotion--tag {
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 2px 8px;
    border-radius: 0px 4px;
    border: 1px solid var(--accent, #9C0CCB);
    background: var(--accent, #9C0CCB);
}
.bp3-lobbyPromotions--promotion--img-wrapper,
.bp3-lobbyPromotions--promotion--img-wrapper img {
    border-radius: 4px 4px 0 0;
}
.bp3-lobbyPromotions--promotion--img-wrapper {
    height: 150px;
}
.bp3-lobbyPromotions--promotion--img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bp3-lobbyPromotions--promotion--content-wrapper,
.bp3-lobbyPromotions--promotion--info-wrapper,
.bp3-lobbyPromotions--promotion--info {
    display: flex;
    flex-flow: column;
}
.bp3-lobbyPromotions--promotion--info-wrapper {
    gap: 20px;
}
.bp3-lobbyPromotions--promotion--content-wrapper {
    padding: 0 16px 28px 16px;
    gap: 8px;
}
.bp3-lobbyPromotions--promotion--info .title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 24px;
    white-space: nowrap;
}
.bp3-lobbyPromotions--promotion--info .subtitle {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 16px;
    white-space: nowrap;
}
.bp3-lobbyPromotions--promotion--buttons {
    display: flex;
    justify-content: space-between;
}
.bp3-lobbyPromotions--promotion--buttons a {
    width: 125px;
}
.countdown-wrapper {
    width: fit-content;
    padding: 4px 16px 4px 8px;
    border-radius: 0px 0px 4px 4px;
    background: rgba(199, 199, 199, 0.40);
}
.countdown {
    color: var(--tertiary, #00683E);
}