.title-wrapper { display: flex; align-items: center; gap: 8px; } .edit-btn { background: transparent; border: none; padding: 6px 8px; border-radius: 6px; cursor: pointer; font-size: 1rem; color: var(--orange-yellow-crayola); display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; margin-top: -4px; transition: background 0.2s ease; } .edit-btn:hover { background: rgba(227, 179, 65, 0.12); } .timeline-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange-yellow-crayola); font-size: var(--fs-6); margin-top: 4px; text-decoration: none; transition: color 0.2s ease; &:hover { color: var(--vegas-gold); text-decoration: underline; } }