Tundra Tracker
.eoz-section { margin-bottom: 3rem; } .eoz-section-title { font-size: 22px; font-weight: 600; margin-bottom: 1.5rem; color: #ffffff; display: flex; align-items: center; gap: 0.75rem; } .eoz-section-title::before { content: ''; width: 4px; height: 24px; background: #9FD356; border-radius: 2px; } .eoz-bundle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; } .eoz-bundle-card { padding: 2rem; background: rgba(159, 211, 86, 0.05); border: 1px solid rgba(159, 211, 86, 0.25); border-radius: 10px; } .eoz-bundle-card:hover { border-color: #9FD356; background: rgba(159, 211, 86, 0.1); } .eoz-bundle-name { font-size: 16px; font-weight: 700; color: #9FD356; margin-bottom: 1.5rem; } .eoz-bundle-items { list-style: none; margin-bottom: 1.5rem; } .eoz-bundle-items li { padding: 0.6rem 0 0.6rem 1.5rem; color: #d0d0d0; font-size: 16px; line-height: 1.7; position: relative; } .eoz-bundle-items li::before { content: ''; position: absolute; left: 0; top: 0.