/* Processing Section Styles */
/* Global body styles now in global.css */

#processing-section {
    padding-top: 100px;
}

#processors-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#processors-table th,
#processors-table td {
    text-align: left;
    vertical-align: top;
    max-height: 60px;
    overflow: hidden;
}

/* Description column max-width */
#processors-table td:nth-child(5) { /* Description column (5th because of status) */
    max-width: 300px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Specifications column max-width */
#processors-table td:nth-child(6) { /* Specifications column (6th because of status) */
    max-width: 250px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
