/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

.ws-other-recipes {
  margin: 2rem -8px;
}

@media (min-width: 992px) {
  .ws-other-recipes {
    margin: 2rem 0;
  }
}

.ws-other-recipes__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

@media (max-width: 991.98px) {
  .ws-other-recipes__list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media (min-width: 992px) {
  .ws-other-recipes__list {
    flex-wrap: wrap;
  }
}

.ws-other-recipes__list-item {
  width: 11.375rem;
  min-width: 11.375rem;
}

@media (min-width: 992px) {
  .ws-other-recipes__list-item {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .ws-other-recipes__list-item:first-child {
    margin-left: 8px;
  }
}

.ws-other-recipes__list-item:not(:last-child) {
  margin-right: 0.625rem;
}

@media (min-width: 992px) {
  .ws-other-recipes__list-item:not(:last-child) {
    margin-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .ws-other-recipes__list-item:last-child {
    width: calc(11.375rem + 8px);
    min-width: calc(11.375rem + 8px);
    padding-right: 8px;
  }
}

.ws-other-recipes__list-item__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.625em;
  background: #874c62;
  font-size: 0.75rem;
  color: #fff !important;
  padding: 0.8125rem 1.125rem;
  position: relative;
  overflow: hidden;
}

.ws-other-recipes__list-item__icon {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  font-size: 2.1875rem;
  color: #000;
  opacity: 0.2;
}

