.rb-featured-read-more {
  --rbfrm-bg: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  --rbfrm-border: #0b7ad8;
  --rbfrm-text: #111827;
  --rbfrm-muted: #0b7ad8;
  --rbfrm-shadow: 0 10px 24px rgba(15, 23, 42, .10);
  background: var(--rbfrm-bg);
  border: 1px solid rgba(11, 122, 216, .34);
  border-left: 5px solid var(--rbfrm-border);
  border-radius: 14px;
  box-shadow: var(--rbfrm-shadow);
  box-sizing: border-box;
  margin: 22px 0;
  overflow: hidden;
  padding: 14px;
  width: 100%;
}

.rb-featured-read-more__heading {
  color: var(--rbfrm-muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.rb-featured-read-more__link {
  align-items: center;
  color: var(--rbfrm-text) !important;
  display: flex;
  gap: 13px;
  line-height: 1.28;
  text-decoration: none !important;
}

.rb-featured-read-more__link:hover .rb-featured-read-more__title,
.rb-featured-read-more__link:focus-visible .rb-featured-read-more__title {
  color: #0567bf;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rb-featured-read-more__thumb-wrap {
  background: #e5e7eb;
  border-radius: 10px;
  display: block;
  flex: 0 0 92px;
  height: 70px;
  overflow: hidden;
  width: 92px;
}

.rb-featured-read-more__thumb {
  display: block;
  height: 70px !important;
  object-fit: cover;
  width: 92px !important;
}

.rb-featured-read-more__text {
  display: block;
  min-width: 0;
}

.rb-featured-read-more__title {
  color: var(--rbfrm-text);
  display: block;
  font-size: 17px;
  font-weight: 850;
}

html.rb-dark .rb-featured-read-more,
body.rb-dark .rb-featured-read-more {
  --rbfrm-bg: linear-gradient(135deg, #101d31 0%, #07111f 100%);
  --rbfrm-border: #48a6ff;
  --rbfrm-text: #f7fbff;
  --rbfrm-muted: #7cc4ff;
  --rbfrm-shadow: 0 14px 30px rgba(0, 0, 0, .22);
  border-color: rgba(124, 196, 255, .42);
}

html.rb-dark .rb-featured-read-more__thumb-wrap,
body.rb-dark .rb-featured-read-more__thumb-wrap {
  background: #14243a;
}

html.rb-dark .rb-featured-read-more__link:hover .rb-featured-read-more__title,
html.rb-dark .rb-featured-read-more__link:focus-visible .rb-featured-read-more__title,
body.rb-dark .rb-featured-read-more__link:hover .rb-featured-read-more__title,
body.rb-dark .rb-featured-read-more__link:focus-visible .rb-featured-read-more__title {
  color: #9fd3ff;
}

@media (max-width: 640px) {
  .rb-featured-read-more {
    margin: 20px 0;
    padding: 13px;
  }

  .rb-featured-read-more__link {
    gap: 11px;
  }

  .rb-featured-read-more__thumb-wrap {
    flex-basis: 82px;
    height: 64px;
    width: 82px;
  }

  .rb-featured-read-more__thumb {
    height: 64px !important;
    width: 82px !important;
  }

  .rb-featured-read-more__title {
    font-size: 15px;
  }
}
