.act-table-front {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid transparent;
    table-layout: fixed;
    overflow: hidden;
}

.act-table-front td {
    padding: 16px;
    border: 1px solid #ddd;
}

.act-table-editor {
    width: 100%;
    border-collapse: collapse;
}

.act-table-front tr:first-child td {
  border-top: none !important;
}

.act-table-front tr:last-child td {
  border-bottom: none !important;
}

.act-table-front td:first-child {
  border-left: none !important;
}

.act-table-front td:last-child {
  border-right: none !important;
}

.border_radius-0 img {
    border-radius: 0 !important;
}

.act-table-editor td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

.act-controls {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.act-toolbar {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
