/* Post ODDs Widget Styles */

.cew-post-odds {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cew-post-odds.vertical {
    flex-direction: column;
    align-items: center;
}

.cew-odd-item {
    text-align: center;
}

.cew-odd-item img {
    max-width: 100%;
    height: auto;
}

.cew-odd-item h4 {
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}