.upcoming-matches__item:not(:last-child) {
  margin-bottom: 12px; }

.item-match {
  border: 1px solid var(--color-gray-200);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  margin: 0 -6px; }
  .item-match:hover .item-match__name {
    color: var(--color-blue-100); }
  .item-match__images {
    padding: 0 6px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center; }
  .item-match__img {
    height: 32px;
    flex: 0 0 auto;
    width: 32px;
    max-width: 100%;
    position: relative; }
    .item-match__img:first-child {
      z-index: 1; }
    .item-match__img:not(:first-child) {
      margin-left: -7px; }
    .item-match__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .item-match__body {
    padding: 0 6px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
  .item-match__text {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--color-black-200); }
  .item-match__result {
    font-size: 16px;
    font-weight: 500; }
    .item-match__result span.lower {
      opacity: 0.5; }
  .item-match__label {
    border-radius: 4px;
    padding: 6px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
    background: var(--color-red-100);
    column-gap: 10px; }
  .item-match__name {
    display: block;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--color-black-200);
    transition: var(--transition-normal); }

/*# sourceMappingURL=match-widget-sidebar.css.map */
