.product-important-notes{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:2rem 0}.important-note{min-height:92px;padding:1rem 1.1rem;display:flex;align-items:center;gap:1rem;border:1px solid rgba(168,200,156,.8);border-radius:16px;background:#fbfcf9;color:var(--near);text-decoration:none!important}.important-note-highlight{background:var(--mint);border-color:var(--sage)}.important-note svg{width:34px;height:34px;flex:0 0 34px;fill:var(--sage);stroke:var(--ox);stroke-width:.7}.important-note p{margin:0;font-size:.9rem;line-height:1.35}.important-note strong{font-weight:700;color:var(--burg)}a.important-note:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(40,7,13,.08)}
@media(max-width:1150px){.product-important-notes{grid-template-columns:1fr}.important-note{min-height:78px}}
@media(max-width:650px){.product-important-notes{margin:1.5rem 0}.important-note{padding:.9rem;border-radius:12px}.important-note p{font-size:.84rem}.important-note svg{width:29px;height:29px;flex-basis:29px}}
