/* ============================================================
 *  Safety Tips & Licenses — Page-specific styles
 * ============================================================ */
.tip-box { background: rgba(255, 255, 255, 0.05); border-radius: 16px; padding: 1.5rem; margin-bottom: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.05); transition: var(--transition); }
.tip-box:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.tip-box h3 { color: #fff; margin-bottom: 0.5rem; }

.license-item { border-left: 2px solid var(--primary); padding-left: 1.5rem; margin-bottom: 2.5rem; }
.license-name { color: #fff; font-weight: 700; margin-bottom: 0.5rem; font-size: 1.2rem; }
.license-text { font-family: 'Courier New', Courier, monospace; font-size: 0.85rem; background: rgba(0,0,0,0.2); padding: 1rem; border-radius: 8px; color: #cbd5e1; white-space: pre-wrap; }
