﻿.inherited-table-container {
    margin-top: 16px;
    overflow-x: auto;
}

.inherited-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

    .inherited-table th, .inherited-table td {
        padding: 12px 16px;
        text-align: left;
        border-bottom: 1px solid #eee;
        vertical-align: top;
    }

    .inherited-table th {
        background-color: #f9fafb;
        font-weight: 600;
        color: #333;
        font-size: 12px;
    }

    .inherited-table td {
        font-size: 12px;
        color: #555;
    }

    .inherited-table a {
        color: #0078d4;
        text-decoration: none;
    }

        .inherited-table a:hover {
            text-decoration: underline;
        }
