.wrapper__widget-worldcup {
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px gray;
    /* width: 301px; */
  }
  
  .widget-worldcup__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 1rem 1rem 0 0;
    background-color: #8A1538;
    /* background-image: linear-gradient(to right, #FF032D, #1B1B5E); */
  }

  .widget-worldcup__header img{
    border-radius: 1rem 1rem 0 0;
  }
  
  .widget-worldcup__header-text {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .widget-worldcup__header-text p {
    font-size: 16px;
    font-weight: 700;
    color: #4f2d0e;
  }
  
  .widget-worldcup__thumbnail img {
    width: 100%;
  }
  
  .widget-worldcup__thumbnail {
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
  }
  
  .widget-worldcup__list-news {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 15px;
  }
  
  .widget-worldcup__border-line {
    border-top: 1px solid #333333;
    margin-bottom: 8px;
  }
  
  .widget-worldcup__list-news-title {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .widget-worldcup__list-news-title.white {
    color: #ffffff;
  }
  
  .widget-worldcup__list-news-datetime {
    font-size: 10px;
    font-weight: 400;
    color: #bbbbbb;
    /* font-style: italic; */
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 0px;
  }
  
  .widget-worldcup__list-news-datetime.white {
    color: #ffffff;
  }
  
  .btn-widget-worldcup {
    background: #8A1538;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    padding: 15px 0px;
  }
  
  .btn-widget-worldcup:hover {
    color: #8A1538;
    background: white;
    border: 1px solid #8A1538;
  }
  
  .widget-worldcup__thumbnail-text {
    position: absolute;
    /* margin-top: -26%; */
    /* margin-left: 20px; */
    margin-right: 20px;
    height: 100%;
    display: flex;
    background: linear-gradient(180deg, rgba(21, 21, 81, 0) 0%, #000000 135%);
    width: 100%;
    margin-left: 0px;
    padding: 0 20px;
    /* min-height: 100%; */
    margin-top: 0%;
    top: 0;
  }

  .widget-worldcup__thumbnail-text a{
    padding-bottom: 15px;
    padding-top: 2px;
    align-self: flex-end;
  }
  
  a .widget-worldcup__list-news-title:hover {
    color: #FFD075;
  }
  
  a .widget-worldcup__list-news-title.white:hover {
    color: #FFD075;
  }
  