/* Scoped addition for informational Shop seed pages. */
.seed-guide { margin: 0 0 30px; color: #273e30; font-size: 15px; line-height: 1.65; }
.seed-guide *, .seed-related * { box-sizing: border-box; }
.seed-guide-heading { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.seed-kicker { display: block; color: #526e59; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.seed-guide h2 { margin: 0; color: #173f2c; font-size: clamp(23px, 3vw, 30px); line-height: 1.25; }
.seed-guide h3 { margin: 0 0 14px; color: #173f2c; font-size: 21px; line-height: 1.35; }
.seed-guide h4 { margin: 24px 0 8px; color: #173f2c; font-size: 17px; }
.seed-guide p { margin: 0 0 14px; }
.seed-guide a:not(.seed-button) { color: #25633d; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.seed-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 12px 18px; border: 2px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.45; text-align: center; text-decoration: none; }
.seed-guide .seed-button-primary { color: #fff; background: #216541; }
.seed-guide .seed-button-primary:hover { color: #fff; background: #164a2f; }
.seed-guide a:focus-visible, .seed-guide summary:focus-visible, .seed-related a:focus-visible { outline: 3px solid #b27608; outline-offset: 4px; }
.seed-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0 0 14px; }
.seed-facts > div { padding: 18px 20px; border: 1px solid #d7e5d9; border-radius: 12px; background: #fff; }
.seed-facts dt { font-size: 13px; font-weight: 400; color: #536958; margin-bottom: 4px; }
.seed-facts dd { margin: 0; font-size: 22px; line-height: 1.35; font-weight: 700; color: #173f2c; }
.seed-facts small { display: block; font-size: 11px; line-height: 1.5; font-weight: 400; margin-top: 3px; }
.seed-source-line { color: #526758; font-size: 13px; }
.seed-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 24px 0; }
.seed-card { border: 1px solid #dce7de; border-radius: 14px; padding: 26px; background: #fff; }
.seed-card p:last-child { margin-bottom: 0; }
.seed-trial { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px; padding: 26px; border: 1px solid #e0d9bc; border-radius: 14px; background: #fffdf3; }
.seed-yield { color: #254d31; font-size: 20px; }
.seed-yield strong { font-size: 36px; font-weight: 750; letter-spacing: -.03em; }
.seed-yield span { display: block; color: #5c674f; font-size: 13px; }
.seed-measurements { margin: 0; align-self: center; }
.seed-measurements > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding: 12px 0; border-bottom: 1px solid #e6e1cb; }
.seed-measurements dt { font-weight: 400; }
.seed-measurements dd { margin: 0; font-weight: 700; }
.seed-trial .seed-trial-note { grid-column: 1 / -1; margin: 0; font-size: 13px; color: #5a6251; }
.seed-calculator { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 24px 0; padding: 26px; border: 1px solid #cadecf; border-radius: 14px; background: #eaf3ec; }
.seed-calculator > div { flex: 1; min-width: 0; }
.seed-calculator > a { flex: 0 0 220px; }
.seed-calculator .seed-calculator-help { margin-bottom: 0; font-size: 13px; color: #3d5c47; }
.seed-variety-link { font-weight: 700; }
.seed-sources { padding: 16px 20px; border: 1px solid #dce7de; border-radius: 12px; background: #fff; font-size: 13px; }
.seed-sources summary { cursor: pointer; font-weight: 700; color: #234c31; padding: 5px 0; }
.seed-sources ul { padding-left: 20px; margin: 14px 0; }
.seed-sources li { margin: 10px 0; }
.seed-sources p { margin-bottom: 0; }
.seed-related h2 { overflow-wrap: anywhere; }
.seed-related-explanation { color: #536958; font-size: 13px; margin: 0 0 12px; }
.seed-related-name { display: block; color: #5a6c5e; font-size: 12px; line-height: 1.6; margin-top: 4px; }
.seed-related .shop-related-list a { display: block; overflow-wrap: anywhere; }
.seed-package-title { color: #173f2c; font-size: 24px; margin: 0 0 16px; }
.seed-product-detail .shop-product-info h2 { margin: 0 0 16px; font-size: 23px; color: #173f2c; line-height: 1.35; }
@media (max-width: 767px) {
    .seed-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .seed-facts > div { padding: 15px; }
    .seed-facts dd { font-size: 20px; }
    .seed-content-grid, .seed-trial { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .seed-card, .seed-trial, .seed-calculator { padding: 20px; }
    .seed-calculator { flex-direction: column; align-items: stretch; gap: 16px; }
    .seed-calculator > a { flex-basis: auto; }
    .seed-guide-heading .seed-button { width: 100%; }
    .seed-product-detail { grid-template-columns: minmax(0, 1fr); }
    .seed-product-detail .shop-product-info { order: -1; }
}

.seed-next-actions{display:flex;flex-wrap:wrap;gap:10px}.seed-guide .seed-button-secondary{background:#fff;color:#20583a;border-color:#9abfa8}.seed-next-actions .seed-button{flex:1 1 auto}@media(max-width:767px){.seed-next-actions{width:100%}}
