/* ==========================================================================
   Regioonilehed Utilities — Featured Recipe Teaser
   ========================================================================== */

.ru-featured-recipe {
  width: 100%;
}

.ru-featured-recipe__image-link {
  display: block;
}

.ru-featured-recipe__image {
  display: block;
  height: auto;
  border-radius: .25rem;
  transition: all 0.25s ease-in-out;
}

.ru-featured-recipe__image:hover {
  opacity: .9;
}

.ru-featured-recipe__title {
  margin: 0.75rem 0 0.4rem;
  font-size: 1.15rem;
  line-height: 1.3;
}

.ru-featured-recipe__title a {
  text-decoration: none;
  color: inherit;
}

.ru-featured-recipe__excerpt {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}

.ru-featured-recipe__button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem 1.1rem;
  background: var(--yellow-hover);
  color: var(--black);
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.15s ease;
}

.ru-featured-recipe__button:hover {
  background: var(--yellow);
  color: var(--black);
}
