.table-responsive table {
	border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
	padding: 0.75rem;
	text-align: left;
	min-width: 100px;
}

.table-responsive thead th {
	background-color: #0a5087;
	font-weight: 700;
}

.table-responsive thead th,
.table-responsive thead th p,
.table-responsive thead th h1,
.table-responsive thead th h2,
.table-responsive thead th h3,
.table-responsive thead th h4,
.table-responsive thead th h5,
.table-responsive thead th h6,
.table-responsive thead th span,
.table-responsive thead th div {
	color: white !important;
}

.table-responsive p {
	margin: 0;
}

.table-responsive .text-wrapper,
.table-responsive td .text-wrapper,
.table-responsive th .text-wrapper,
.table-cell-content .text-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.table-header-cell {
	position: relative;
}

.tbody-row-controls-container {
	position: relative;
}

.table-responsive td {
	position: relative;
}

.row-controls {
	position: absolute;
	top: 6px;
	right: 6px;
	display: flex;
	gap: 6px;
	opacity: 0;
	pointer-events: none;
}

.table-responsive tr:hover .row-controls {
	opacity: 1;
	pointer-events: auto;
}

.row-controls button {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 2px 6px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	border-radius: 3px;
	width: 28px;
	height: 28px;
}

.row-controls button.row-remove {
	background: rgba(250, 230, 230, 0.95);
}
