/* Temporary overrides to tighten spacing and force white separators */
#consoleDiv { margin-bottom: 0 !important; padding-bottom: 0 !important; }
#paperclipsCard { margin-top: 0 !important; }
p.console, p.consoleOld { margin-top: 0 !important; margin-bottom: 0 !important; }
hr, hr.short { border-color: #ffffff !important; }
.container-fluid { padding-top: 0 !important; margin-top: 0 !important; }

/* Style Make Paperclip button inside card - match standard btn-secondary */
#btnMakePaperclip {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    font-weight: 600 !important;
}
#btnMakePaperclip:hover {
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
}

/* Make clips counter text gray like rest of card body */
#clipsCard {
    color: #cfcfcf !important;
    font-weight: 600;
}

/* Ensure Processors and Memory buttons display text properly */
#btnAddProc, #btnAddMem {
    min-width: 105px !important;
    white-space: nowrap !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem;
}

#processorDisplay, #memoryDisplay {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

#processorDisplay button, #memoryDisplay button {
    flex-shrink: 0;
}

/* Uniformize spacing around all buttons except project buttons */
.btn:not(.projectButton) {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

/* Uniformize spacing in divs containing buttons */
#factoryDiv > p, #wireProductionDiv > p, #harvesterDiv > p, #wireDroneDiv > p,
#autoClipperDiv > p, #megaClipperDiv > p, #probeDiv > p {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
