.match-widget {
  margin: 20px 0; }
  .match-widget__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: -0.06em;
    color: var(--color-black-200); }
    @media (max-width: 575.98px) {
      .match-widget__title {
        font-size: 18px; } }
  .match-widget .match-widget-slider {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-right: calc(((100vw - 1440px) / 2 + 52px) * -1);
    padding-right: calc((100vw - 1440px) / 2 + 52px);
    margin-left: calc(((100vw - 1440px) / 2 + 52px) * -1);
    padding-left: calc((100vw - 1440px) / 2 + 52px); }
    @media (max-width: 1440px) {
      .match-widget .match-widget-slider {
        margin-right: -60px;
        padding-right: 60px;
        margin-left: -60px;
        padding-left: 60px; } }
    @media (max-width: 575.98px) {
      .match-widget .match-widget-slider {
        margin-right: -16px;
        padding-right: 16px;
        margin-left: -16px;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 0; } }

.match-widget-slider {
  padding-top: 20px;
  padding-bottom: 12px;
  margin-right: calc(((100vw - 1720px) / 2 + 52px) * -1);
  padding-right: calc((100vw - 1720px) / 2 + 52px);
  margin-left: calc(((100vw - 1720px) / 2 + 52px) * -1);
  padding-left: calc((100vw - 1720px) / 2 + 52px); }
  @media (max-width: 1720px) {
    .match-widget-slider {
      margin-right: -60px;
      padding-right: 60px;
      margin-left: -60px;
      padding-left: 60px; } }
  @media (max-width: 575.98px) {
    .match-widget-slider {
      margin-right: -16px;
      padding-right: 16px;
      margin-left: -16px;
      padding-left: 16px;
      padding-top: 16px;
      padding-bottom: 0; } }
  .match-widget-slider__slide {
    width: 420px;
    height: auto; }
    @media (max-width: 575.98px) {
      .match-widget-slider__slide {
        width: 360px; } }
    @media (max-width: 479.98px) {
      .match-widget-slider__slide {
        width: 280px; } }

#main_page_contest_widget .match-widget-slider {
  padding-bottom: 20px; }

.match-widget-item {
  background: var(--color-white);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (max-width: 575.98px) {
    .match-widget-item {
      padding: 16px;
      border-radius: 12px; } }
  .match-widget-item.is-contest-banner {
    padding: 0;
    overflow: hidden;
    background: var(--color-purple-100); }
  .match-widget-item.is-contest {
    background: var(--color-gray-500); }
    .match-widget-item.is-contest .match-widget-item__text {
      color: var(--color-white); }
    .match-widget-item.is-contest .match-widget-item__title {
      color: var(--color-white); }
      .match-widget-item.is-contest .match-widget-item__title:hover {
        color: var(--color-orange-100); }
  .match-widget-item__top {
    display: flex;
    align-items: center;
    margin: 0 -6px 4px; }
  .match-widget-item__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding: 0 6px; }
  .match-widget-item__images {
    display: flex;
    align-items: center; }
  .match-widget-item__img {
    width: 28px;
    height: 28px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 479.98px) {
      .match-widget-item__img {
        width: 24px;
        height: 24px; } }
    .match-widget-item__img:first-child {
      z-index: 1; }
    .match-widget-item__img:not(:first-child) {
      margin-left: -4px; }
    .match-widget-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .match-widget-item__text {
    font-size: 16px;
    line-height: 1.25; }
    @media (max-width: 479.98px) {
      .match-widget-item__text {
        font-size: 12px; } }
    .match-widget-item__text span {
      font-weight: 500;
      font-size: 22px;
      line-height: 1.1818181818;
      color: var(--color-black-200); }
      @media (max-width: 479.98px) {
        .match-widget-item__text span {
          font-size: 16px; } }
  .match-widget-item__right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 6px; }
  .match-widget-item__body {
    display: flex;
    align-items: center; }
  .match-widget-item__label {
    margin-right: 12px;
    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; }
    @media (max-width: 479.98px) {
      .match-widget-item__label {
        font-size: 10px;
        padding: 7px;
        margin-right: 8px; } }
    .match-widget-item__label.match-widget-item__contest-link {
      background: var(--color-blue-100);
      cursor: pointer;
      transition: var(--transition-normal); }
      .match-widget-item__label.match-widget-item__contest-link span {
        border-bottom: 1px dashed transparent; }
      .match-widget-item__label.match-widget-item__contest-link:hover {
        background: var(--color-blue-300); }
        .match-widget-item__label.match-widget-item__contest-link:hover span {
          border-bottom: 1px dashed var(--color-white); }
  .match-widget-item__icons {
    background: var(--color-gray-200);
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-flex;
    align-items: center; }
  .match-widget-item__icon {
    padding: 1.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: var(--color-black-100); }
    .match-widget-item__icon:not(:last-child) {
      margin-right: 4px; }
    .match-widget-item__icon svg {
      width: 13px;
      height: 13px;
      fill: currentColor; }
  .match-widget-item__title {
    display: block;
    font-size: 22px;
    line-height: 1.1818181818;
    color: var(--color-black-200);
    margin-bottom: 12px;
    transition: var(--transition-normal);
    letter-spacing: -0.05em;
    font-weight: 500;
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px; }
    .match-widget-item__title:hover {
      color: var(--color-blue-100); }
    @media (max-width: 479.98px) {
      .match-widget-item__title {
        font-size: 18px;
        min-height: 0; } }
  .match-widget-item__bottom {
    display: flex;
    align-items: center;
    margin: 0 -4px; }
  .match-widget-item__box {
    padding: 0 4px;
    flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%; }
  .match-widget-item__link {
    background: #f2f3f5;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
    padding: 6px;
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-black-100);
    transition: var(--transition-normal); }
    .match-widget-item__link:hover {
      background: var(--color-gray-500);
      color: var(--color-orange-100); }
    @media (max-width: 479.98px) {
      .match-widget-item__link {
        font-size: 12px;
        padding: 4px 6px;
        flex-flow: column; } }
  .match-widget-item__link-text {
    position: relative;
    padding-top: 6px; }
    @media (max-width: 479.98px) {
      .match-widget-item__link-text {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 4px; } }
  .match-widget-item__link-value {
    font-size: 9px;
    position: absolute;
    color: var(--color-gray-100);
    top: -2px; }
    @media (max-width: 479.98px) {
      .match-widget-item__link-value {
        position: static;
        font-size: 10px; } }
  @media (max-width: 479.98px) {
    .match-widget-item__link-ratio {
      font-weight: 500; } }
  .match-widget-item__link-img {
    position: relative;
    margin: -2px -2px -3px 0; }
    @media (max-width: 479.98px) {
      .match-widget-item__link-img {
        margin: 0; } }
    .match-widget-item__link-img img {
      display: inline-block;
      border-radius: 6px;
      height: 28px;
      max-width: 70px;
      width: auto; }
      @media (max-width: 479.98px) {
        .match-widget-item__link-img img {
          height: 20px;
          border-radius: 3px; } }
  .match-widget-item__btn {
    border: 1px solid var(--color-gray-400);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-black-100);
    padding: 5px 6px;
    cursor: pointer;
    background: var(--color-white); }
    .match-widget-item__btn.default {
      transition: var(--transition-normal); }
      .match-widget-item__btn.default:hover {
        background: var(--color-blue-300);
        color: var(--color-white); }
    .match-widget-item__btn.not-active {
      cursor: not-allowed;
      background: var(--color-gray-100);
      color: var(--color-white); }
    .match-widget-item__btn.checked {
      cursor: not-allowed;
      background: var(--color-blue-100);
      color: var(--color-white); }
    @media (max-width: 479.98px) {
      .match-widget-item__btn {
        font-size: 12px;
        padding: 3.5px 6px; } }

.match-widget-banner {
  position: relative;
  cursor: pointer; }
  .match-widget-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: var(--transition-normal); }
  .match-widget-banner:hover:before {
    display: none; }
  .match-widget-banner img {
    max-width: 100%; }

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