/* APDB Helper Styles */

/* Use default Wordpress child theme colors @style.css */

.helper-container {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: 100%;
	padding: 0.5rem;

}



