.bitrix24-tasks-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bitrix24-tasks-table th, .bitrix24-tasks-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.bitrix24-tasks-table th {
    background-color: #0073aa;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.bitrix24-tasks-table tr:nth-child(even) {
    background-color: #f1f1f1;
}

.bitrix24-tasks-table tr:hover {
    background-color: #e0e0e0;
}
