/* style.css */

/* Spinner overlay styling */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

/* Highlight effect */
.highlight {
    background-color: #fffae6;
}

/* Banner styling */
#computedConfigBanner {
    display: none;
}

#washersTable td {
    vertical-align: middle;
}
