.cms-table { border: 1px solid #ccc; border-radius: 6px; overflow: hidden; } .cms-table .collection-item { display: grid; grid-template-columns: 1fr 2fr 1fr; border-bottom: 1px solid #eee; padding: 0.5rem 1rem; } .cms-table .collection-item:last-child { border-bottom: none; } .cms-table .table-header { font-weight: bold; background-color: #f9f9f9; padding: 0.5rem 1rem; display: grid; grid-template-columns: 1fr 2fr 1fr; }