.st-6edcb740-wrapper {
    width: 100%;
    overflow-x: auto;
}

.st-6edcb740-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #000;
}

.st-6edcb740-table th, 
.st-6edcb740-table td {
    border: 1px solid #000;
    padding: 10px;
}

.st-6edcb740-table th {
    background-color: #f8f8f8;
    font-weight: bold;
}

.st-6edcb740-btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.st-6edcb740-btn:hover {
    background-color: #1ebd5a;
    color: #fff;
}
