.bd-2d530f6c-wrapper {
    width: 100%;
    overflow-x: auto;
}

.bd-2d530f6c-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: auto;
    font-family: inherit;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.bd-2d530f6c-table thead tr {
    background-color: #f8fafc;
    color: #334155;
    text-align: left;
    border-bottom: 2px solid #cbd5e1;
}

.bd-2d530f6c-table th,
.bd-2d530f6c-table td {
    padding: 16px;
    border: 1px solid #e2e8f0;
    vertical-align: middle;
}

.bd-2d530f6c-table td {
    color: #475569;
}

.bd-2d530f6c-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.bd-2d530f6c-table .bd-image img {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.bd-2d530f6c-table .bd-address {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    min-width: 200px;
    line-height: 1.5;
}

/* Responsive Table */
@media screen and (max-width: 768px) {
    .bd-2d530f6c-table thead {
        display: none;
    }

    .bd-2d530f6c-table tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
    }

    .bd-2d530f6c-table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px solid #e2e8f0;
        border-right: none;
        border-left: none;
        position: relative;
        padding-left: 50%;
    }

    .bd-2d530f6c-table td:last-child {
        border-bottom: 0;
    }

    .bd-2d530f6c-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #334155;
    }

    .bd-2d530f6c-table .bd-image img {
        margin: 0;
        display: inline-block;
    }
    
    .bd-2d530f6c-table .bd-address {
        text-align: right;
        min-width: auto;
    }
}