.betboom-match-wrapper {
    display: inline-block;
    min-width: 360px;
}

.betboom-match-loading,
.betboom-match-empty {
    padding: 20px;
    color: #888;
    font-size: 14px;
    background: #1C1C1E;
    border-radius: 12px;
    margin-bottom: 10px;
}

.betboom-match-card {
    display: block;
    text-decoration: none;
    background: #1C1C1E;
    border-radius: 12px;
    padding: 16px 18px 14px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    box-sizing: border-box;
    width: 360px;
    margin-bottom: 13px;
}

.betboom-match-fav {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px;
    opacity: 0.8;
}

.betboom-match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.betboom-match-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.betboom-match-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 50%;
}

.betboom-match-team-name {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.betboom-match-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    padding: 0 8px;
}

.betboom-match-date {
    font-size: 12px;
    color: #8E8E93;
    font-weight: 500;
}

.betboom-match-time {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.betboom-match-odds {
    display: flex;
    gap: 8px;
    margin-top: 2px;
}

.betboom-match-odd {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #2C2C2E;
    border-radius: 8px;
    font-size: 14px;
}

.betboom-match-odd > span:first-child {
    color: #8E8E93;
    font-weight: 500;
}

.betboom-match-odd > span:last-child {
    color: #fff;
    font-weight: 600;
}

.betboom-match-odd--highlight {
    background: #FFCC00;
}

.betboom-match-odd--highlight > span:first-child {
    color: #1C1C1E;
}

.betboom-match-odd--highlight > span:last-child {
    color: #1C1C1E;
}