.wclp-my-rentals-table {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.wclp-my-rentals-table thead {
		display: none;
	}

	.wclp-my-rentals-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: 1px solid #e2e2e2;
	}

	.wclp-my-rentals-table td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 0;
		text-align: right;
	}

	.wclp-my-rentals-table td::before {
		content: attr(data-title);
		padding-right: 10px;
		font-weight: 600;
		text-align: left;
	}

	.wclp-my-rentals-table td.woocommerce-orders-table__cell-order-actions {
		justify-content: flex-end;
	}
}
