.pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: rgb(32, 12, 12);
    text-decoration: none;
    font-weight: bold;
}

.pdf-link:hover {
    text-decoration: underline;
}

.pdf-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.table td a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

.text-end {
    text-align: right;
}

.date-updated {
    font-style: italic;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

/* Responsividade */
@media (max-width: 768px) {
    .table-responsive-custom {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table thead {
        display: none;
    }

    .table tr {
        display: block;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #dee2e6;
    }

    .table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .table td:before {
        content: attr(data-label);
        font-weight: bold;
        flex: 1;
        margin-right: 10px;
    }

    .text-end {
        text-align: left !important;
    }
}
