.docItemHeader { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--ifm-color-emphasis-200); } .docItemActions { display: flex; gap: 8px; align-items: center; } @media (max-width: 768px) { .docItemHeader { margin-bottom: 0.75rem; } }