body { background-color: #000000; color: #FFFFFF; font-family: 'Courier New', Courier, monospace; line-height: 1.6; margin: 0 auto; max-width: 800px; padding: 20px; }

/* Main Navigation */
nav { border-bottom: 2px solid #333; margin-bottom: 30px; padding-bottom: 15px; display: flex; flex-wrap: wrap; gap: 20px; }
nav a { color: #00FF41; text-decoration: none; font-weight: bold; text-transform: uppercase; padding: 5px 10px; border: 1px solid transparent; }
nav a:hover { color: #000000; background-color: #00FF41; border: 1px solid #00FF41; }

/* Mini Sub-Menu Styles */
.sub-nav { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; gap: 15px; margin-bottom: 30px; padding: 15px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.sub-nav a { color: #FF1493; font-size: 0.9em; border: none; padding: 5px; font-weight: bold; text-decoration: none; }
.sub-nav a:hover { color: #000000; background-color: #FF1493; }

/* Typography & Layout */
h2, h3, h4 { color: #00FF41; border-bottom: 1px solid #333; padding-bottom: 5px; }
.banner { width: 100%; height: auto; margin-bottom: 20px; display: block; border: 1px solid #333; }
.promo-img { max-width: 100%; height: auto; margin: 20px 0; display: block; }

/* Call to Action Button */
.cta { background-color: #00FF41; color: #000; padding: 10px; text-align: center; font-weight: bold; display: block; text-decoration: none; margin-top: 20px; margin-bottom: 40px; }
.cta:hover { background-color: #00CC33; }

/* Cultivar Blocks */
section { margin-bottom: 60px; }
.section-header { margin-top: 0; border-bottom: 2px solid #00FF41; padding-bottom: 10px; }
.cultivar-block { border: 1px solid #333; padding: 15px; margin-bottom: 30px; display: block; }
.cultivar-image { width: 100%; height: auto; border: 1px solid #333; margin-bottom: 15px; display: block; }

/* Tables & Footers */
table { width: 100%; border-collapse: collapse; margin-top: 10px; }
th, td { border: 1px solid #333; padding: 8px; text-align: left; vertical-align: top; }
.footer-logos { display: flex; gap: 20px; align-items: center; justify-content: center; margin-top: 40px; border-top: 1px solid #333; padding-top: 20px; }
.footer-logos img { max-height: 100px; width: auto; border: none; }

/* Out of Stock Styling */
.out-of-stock { color: #FF0000; font-weight: bold; font-size: 0.8em; vertical-align: middle; margin-left: 10px; }
.oos-header { margin-top: 50px; border-bottom: 2px solid #FF0000; color: #FF0000; padding-bottom: 10px; }

/* System Citation Override Hack */
sup, sub, a[href^="#cite"], [class*="cite"], [data-citation] { display: none !important; color: #000000 !important; font-size: 0px !important; visibility: hidden !important; }
