 .btn-link {
        display: inline-block;
        padding: 6px 12px;
        background-color: #1D4ED8;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
    }

    .btn-link:hover {
        background-color: #2563EB;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th, td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }

    th {
        background-color: #f5f5f5;
    }

    tr:hover {
        background-color: #fafafa;
    }

    .table-container {
        margin-bottom: 30px;
    }