/* Website: src/app/static/css/pages/pitchdeck/slides/slide6.css v1.1 */

/* Scope everything to slide-6 only */
#slide-6 {
    box-sizing: border-box;
}

#slide-6 *,
#slide-6 *::before,
#slide-6 *::after {
    box-sizing: border-box;
}

/* Remove negative margin hack */
#slide-6 .slide-content h2 {
    margin-top: 0;
}

/* Styling for the table */
#slide-6 table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#slide-6 th,
#slide-6 td {
    text-align: left;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

#slide-6 th {
    background-color: #007BFF;
    color: white;
    font-weight: bold;
}

#slide-6 tr:last-child td {
    border-bottom: none;
}

#slide-6 tr:not(:first-child):hover {
    background-color: #f0f0f0;
}
