.el-rows--white{background:var(--el-white);color:var(--el-ink)}.el-rows--grey{background:var(--el-grey-bg);color:var(--el-ink)}.el-rows--blue{background:var(--el-blue);color:var(--el-white)}.el-rows--green{background:var(--el-green);color:var(--el-white)}.el-rows--green-accent{background:var(--el-green-accent);color:var(--el-white)}.el-rows--orange{background:var(--el-orange);color:var(--el-white)}.el-rows--purple{background:var(--el-purple);color:var(--el-white)}.el-rows--magenta{background:var(--el-magenta);color:var(--el-white)}.el-rows--black{background:var(--el-black);color:var(--el-white)}.el-rows__list{list-style:none;margin:0;padding:0}.el-rows__list.has-rules .el-rows__row+.el-rows__row{border-top:1px solid var(--el-rule)}.el-rows__list.has-bottom-rule{border-bottom:1px solid var(--el-rule)}.el-rows__item{display:grid;gap:2px;padding:var(--el-pad);text-decoration:none}a.el-rows__item:hover .el-rows__title{text-decoration:underline}.el-rows__title{font-weight:var(--el-fw-medium)}.el-rows__desc,.el-rows__title{font-size:var(--el-fs-h5);line-height:var(--el-lh-body)}.el-rows__desc{color:var(--el-ink-muted);font-weight:var(--el-fw-regular)}.el-rows__list.is-tight .el-rows__item{padding-block:7px}.el-rows__list.is-tight .el-rows__row:first-child .el-rows__item{padding-top:var(--el-pad)}.el-rows__list.is-tight .el-rows__row:last-child .el-rows__item{padding-bottom:var(--el-pad)}