/* =====================================
   FOOD DEPLOY FIX
   fixes broken deployed food icons/cards
===================================== */

body.home-page .food-deploy-fixed-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 8px !important;
}

body.home-page .food-deploy-card {
  display: grid !important;
  grid-template-columns: 56px 1fr !important;
  align-items: center !important;
  column-gap: 10px !important;

  min-height: 70px !important;
  padding: 9px 10px !important;
  box-sizing: border-box !important;

  background: rgba(255,255,255,.55) !important;
  border: 1px solid #efb2cb !important;
}

body.home-page .food-deploy-card:nth-child(1) {
  background:
    url("/images/patterns/pink-gingham.jpg") center/140px auto repeat !important;
}

body.home-page .food-deploy-card:nth-child(2) {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.65) 0 12px,
      rgba(224,216,242,.65) 12px 24px
    ) !important;
}

body.home-page .food-deploy-card:nth-child(3) {
  background:
    url("/images/patterns/lavender-polka.jpg") center/110px auto repeat !important;
}

body.home-page .food-deploy-icon {
  width: 46px !important;
  height: 46px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

body.home-page .food-deploy-text {
  min-width: 0 !important;
  text-align: left !important;
}

body.home-page .food-deploy-title {
  display: block !important;
  margin-bottom: 5px !important;

  color: #5f688e !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
}

body.home-page .food-deploy-desc {
  display: block !important;

  color: #7a5a91 !important;
  font-family: monospace !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.home-page .food-deploy-card a {
  color: inherit !important;
}
