.widget-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-section img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.right-section table {
    width: 100%;
    border-collapse: collapse;
}

.right-section th, .right-section td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
