.abc_outer_container
{
	display: grid;
	grid-template-rows: auto auto; /* Two rows of equal height */
	gap: 10px; /* Space between grid items */
	justify-content: center;
}

.abc-grid-item
{
	padding: 0px;
	text-align: center;	
}

.connected-hyphens {
	font-family: Arial, sans-serif;
	letter-spacing: -0.1em; /* Adjust as needed */
	line-height: 1.2; /* Adjust as needed */
	hyphens: auto;
}

.roman-numeral-and-figure-container
{
	display: grid;
	/* justify-content: center; */
	justify-items: start;
}

.roman-numeral
{
	font-family: serif;
	display: flex;
	font-size: 30px;
}


.abc_example
	{
    padding: 20px;
		padding-bottom: 40px;
		box-sizing: content-box;
		display: block;
	}

.abcjs-inline-audio
	{
    background-color: #e1e1e1;
	}

.abcjs-inline-audio button
	{
		min-width: 0px;
	}

.scale_degree_caret::before
	{
		content: "^";
		position: absolute;
		transform: translate(-1px, -8px);
	}

.hide_notation_bej svg[aria-label="Sheet Music"]
	{
		display: none;
	}


.hide_notation_bej .abcjs-inline-audio
	{
		background-color: black;
		width: 100px;
		height: 100px ;
	}


.hide_notation_bej .abcjs-inline-audio .abcjs-btn
	{
		width: 100px;
		height:100px;
	}

.hide_notation_bej .abc_example
	{
		width: 100px;
		height:100px !important;
	}

.hide_audio_bej {
	display: none;
}