.wrapper__widget-olympic {
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  border-radius: 1rem;
  /* box-shadow: 1px 1px 5px gray; */
  overflow: hidden;
}

/* .widget-olympic__header {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #134199;
  } */

.widget-olympic__header-text {
  margin-left: 5px;
}

.widget-olympic__header-text p {
  font-size: 16px;
  font-weight: 700;
  color: #4f2d0e;
}

.widget-olympic__thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.widget-olympic__thumbnail {
  /* margin-top: 20px; */
  /* margin-bottom: 12px; */
  position: relative;
}

.widget-olympic__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(214, 194, 120, 0) 0%,
    rgba(30, 24, 4, 0.7) 84.37%
  );
}

.widget-olympic__thumbnail::after {
  content: url("../images/logo-olympic.svg");
  position: absolute;
  top: 14px;
  left: 20px;
}

.widget-olympic__list-news {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
}

.widget-olympic__border-line {
  border-top: 1px solid #d9d9d9;
  /* margin-bottom: 8px; */
}

.widget-olympic__list-news-title {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  /* padding-top: 2px; */
  margin: 0px;
  /* padding-bottom: 5px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-olympic__list-news-title.white {
  color: #ffffff;
}

.widget-olympic__list-news-datetime {
  font-size: 11px;
  font-weight: 400;
  color: #5a707c;
  /* font-style: italic; */
  /* padding-top: 5px; */
  padding-bottom: 10px;
  margin: 0px;
}

.widget-olympic__list-news-datetime.white {
  color: #ffffff;
}

.btn-widget-olympic {
  background: #d6c278;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  font-size: 15px;
  color: #1f1f1f;
  padding: 15px 0px;
}

.btn-widget-olympic:hover {
  color: #1f1f1f;
  background: #b5a360;
  border: 1px solid #b5a360;
}

.widget-olympic__thumbnail-text {
  position: absolute;
  /** top: 3%; */
  /* margin-top:-25%; */
  bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

a .widget-olympic__list-news-title:hover {
  color: #d6c278;
}

/* a .widget-olympic__list-news-title.white:hover {
    color: #ECECEC;
  } */