.tw-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:24px;
    align-items:stretch;
}

.tw-chart-card,
.tw-action-card,
.tw-table-card{
    background:#fff;
    border-radius:22px;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.tw-card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:24px 28px 16px;
}

.tw-card-header h3{
    font-size:22px;
    font-weight:700;
}

.tw-chart-wrapper{
    height:300px;
    padding:20px 24px 24px;
}

.tw-action-card{
    display:flex;
    flex-direction:column;
}