.widget-next-match {
    border: 1px solid rgba(0, 0, 0, 0.3); }

  .widget-vs {
    width: 100%; }
    .widget-vs img {
      max-width: 120px; }
    .widget-vs h3 {
      /* color: #fff; */
      font-weight: 700;
      font-size: 18px; }
    .widget-vs .vs > span {
      display: inline-block;
      font-size: 12px;
      background: #ee1e46;
      padding: 5px 20px;
      border-radius: 30px;
      color: #fff;
      font-weight: 700; }

  .widget-vs-contents {
    padding-bottom: 0px; }
    .widget-vs-contents h4 {
      color: #ee1e46;
      font-size: 16px;
      font-weight: 700; }

  .widget-title {
    padding: 16px 20px;
    /* color: #fff; */
    background-color: #ee1e46; }
    .widget-title h3 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #fff;
      font-weight: 700; }

  .widget-body {
    padding: 20px; }

  .title-section {
    margin-bottom: 30px; }
    .title-section .heading {
      /* color: #fff; */
      font-size: 20px;
      position: relative;
      padding-left: 30px; }
      .title-section .heading:before {
        position: absolute;
        content: "";
        width: 10px;
        top: 0;
        left: 0;
        bottom: 0;
        background: #ee1e46; }
