/* Public discovery and delivery information, shared by the storefront and content pages. */
.grocery-discovery { margin-block: 40px 56px; padding: 32px; border: 1px solid #dfe6da; border-radius: 18px; background: #f5f7ef; }
.grocery-discovery-intro { max-width: 780px; margin-bottom: 28px; }
.grocery-discovery h2 { margin: 8px 0 14px; color: #25442c; font-size: clamp(24px, 3vw, 34px); line-height: 1.2; }
.grocery-discovery p { color: #596952; line-height: 1.75; }
.grocery-help-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 18px; }
.grocery-help-links a { color: #0b6b3a; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.grocery-discovery-catalog { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grocery-discovery-catalog h3 { margin: 0 0 16px; color: #25442c; font-size: 16px; }
.grocery-discovery-catalog .seo-product-links { grid-template-columns: 1fr 1fr; }
.grocery-discovery-catalog a { overflow-wrap: anywhere; }
.seo-department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.seo-department-card { display: grid; gap: 12px; padding: 24px; border: 1px solid #dfe6df; border-radius: 14px; background: white; text-decoration: none; }
.seo-department-card h2 { margin: 0; font-size: 19px; line-height: 1.3; }
.seo-department-card p { margin: 0; color: #5f6d65; font-size: 13px; line-height: 1.7; }
.seo-department-card span { font-weight: 700; font-size: 13px; }
.seo-department-card:hover { border-color: #0b6b3a; background: #f3f8f0; }
.seo-delivery-note { color: #5f6d65; font-size: 13px; line-height: 1.7; }
.seo-table-wrap { overflow-x: auto; }
.seo-delivery-table { width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; }
.seo-delivery-table caption { text-align: left; padding: 0 0 16px; font-weight: 700; }
.seo-delivery-table th, .seo-delivery-table td { padding: 14px 12px; border-bottom: 1px solid #dfe6df; }
.seo-delivery-table thead { background: #f2f6ed; }
.seo-shopping-questions details { border-bottom: 1px solid #dfe6df; padding: 18px 0; }
.seo-shopping-questions summary { cursor: pointer; font-weight: 700; line-height: 1.5; }
.seo-shopping-questions p { line-height: 1.8; color: #5f6d65; }
.seo-content-section li { margin-bottom: 12px; line-height: 1.7; }
@media (max-width: 760px) {
  .grocery-discovery { padding: 22px 18px; }
  .grocery-discovery-catalog { grid-template-columns: 1fr; gap: 24px; }
  .seo-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-department-card { padding: 18px; }
  .seo-delivery-table th, .seo-delivery-table td { padding: 12px 8px; }
}
@media (max-width: 680px) {
  .seo-site-header { flex-wrap: wrap; gap: 6px; }
  .seo-site-header nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 4px 16px; }
  .seo-site-header nav a, .seo-site-header nav a:nth-child(2), .seo-site-header nav a:nth-child(3) { display: inline-flex; align-items: center; min-height: 36px; }
}
@media (max-width: 440px) {
  .seo-department-grid { grid-template-columns: 1fr; }
  .grocery-discovery-catalog .seo-product-links { grid-template-columns: 1fr; }
}
