/* Passport to Plate bottom related-guide responsive standard */
@media (min-width: 1025px) {
  .also-section .also-section-inner,
  .food-related-guides .also-section-inner {
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
  }

  .also-section .also-intro,
  .food-related-guides .also-intro {
    margin-bottom: 2.35rem !important;
  }

  .also-section .also-grid:has(.also-card-img),
  .food-related-guides .also-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.25rem !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .also-section .also-grid:has(.also-card-img) > .also-card:nth-child(3):last-child,
  .food-related-guides .also-grid > .also-card:nth-child(3):last-child {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: calc((100% - 2.25rem) / 2) !important;
    max-width: calc((100% - 2.25rem) / 2) !important;
    min-width: 0 !important;
  }

  .also-section .also-card:has(.also-card-img),
  .food-related-guides .also-card {
    display: grid !important;
    grid-template-columns: 37% minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    min-height: 205px !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    background: #1C2B3A !important;
    color: var(--blush) !important;
    box-sizing: border-box !important;
  }

  .also-section .also-card-img,
  .food-related-guides .also-card-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 205px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .also-section .also-card:has(.also-card-img) > div,
  .food-related-guides .also-card > div {
    width: auto !important;
    min-width: 0 !important;
    padding: 1.8rem 2rem !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: #1C2B3A !important;
    box-sizing: border-box !important;
  }

  .also-section .also-card:has(.also-card-img) .also-tag,
  .food-related-guides .also-tag {
    font-size: 0.68rem !important;
    line-height: 1.4 !important;
  }

  .also-section .also-card:has(.also-card-img) .also-title,
  .food-related-guides .also-title {
    font-size: clamp(1.15rem, 1.3vw, 1.35rem) !important;
    line-height: 1.25 !important;
  }

  .also-section .also-card:has(.also-card-img) .also-description,
  .food-related-guides .also-description {
    margin-top: 0.55rem !important;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .also-section .also-grid:has(.also-card-img),
  .food-related-guides .also-grid {
    grid-template-columns: 1fr !important;
  }

  .also-section .also-grid:has(.also-card-img) > .also-card:nth-child(3),
  .food-related-guides .also-grid > .also-card:nth-child(3) {
    grid-column: auto !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .also-section .also-card:has(.also-card-img),
  .food-related-guides .also-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    min-height: 230px !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    background: #1C2B3A !important;
    color: var(--blush) !important;
    box-sizing: border-box !important;
  }

  .also-section .also-card-img,
  .food-related-guides .also-card-img {
    width: 39% !important;
    height: auto !important;
    min-height: 230px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    align-self: stretch !important;
    flex: 0 0 39% !important;
  }

  .also-section .also-card:has(.also-card-img) > div,
  .food-related-guides .also-card > div {
    width: 61% !important;
    min-width: 0 !important;
    padding: 1.45rem 1.65rem !important;
    align-self: center !important;
    box-sizing: border-box !important;
  }

  .also-section .also-card:has(.also-card-img) .also-tag,
  .food-related-guides .also-tag {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.65rem !important;
  }

  .also-section .also-card:has(.also-card-img) .also-title,
  .food-related-guides .also-title {
    font-size: 1.5rem !important;
    line-height: 1.18 !important;
  }

  .also-section .also-card:has(.also-card-img) .also-description,
  .food-related-guides .also-description {
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin-top: 0.7rem !important;
  }
}

@media (max-width: 699px) {
  .also-section .also-grid:has(.also-card-img),
  .food-related-guides .also-grid {
    grid-template-columns: 1fr !important;
  }

  .also-section .also-grid:has(.also-card-img) > .also-card:nth-child(3),
  .food-related-guides .also-grid > .also-card:nth-child(3) {
    grid-column: auto !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .also-section .also-card:has(.also-card-img),
  .food-related-guides .also-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #1C2B3A !important;
    color: var(--blush) !important;
    box-sizing: border-box !important;
  }

  .also-section .also-card-img,
  .food-related-guides .also-card-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  .also-section .also-card:has(.also-card-img) > div,
  .food-related-guides .also-card > div {
    width: 100% !important;
    min-width: 0 !important;
    padding: 1.25rem !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 430px) {
  .also-section .also-card:has(.also-card-img) > div,
  .food-related-guides .also-card > div {
    padding: 1.15rem !important;
  }
}
