.atta-code-shell {
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	margin: 1.5em 0;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding-top: 52px;
	position: relative;
	width: 100%;
}

.atta-code-shell > .syntaxhighlighter,
.atta-code-shell > pre[class*="brush:"] {
	box-sizing: border-box !important;
	margin: 0 !important;
	max-width: 100%;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding-bottom: 0.4rem !important;
	width: 100% !important;
	-webkit-overflow-scrolling: touch;
}

.atta-code-shell > .syntaxhighlighter table {
	min-width: 100% !important;
	table-layout: auto !important;
	width: max-content !important;
}

.atta-code-shell > .syntaxhighlighter .code .line,
.atta-code-shell > pre[class*="brush:"] {
	white-space: pre !important;
}

.atta-copy-button {
	background: #1a1a1a;
	border: 2px solid #1a1a1a;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	min-height: 44px;
	min-width: 72px;
	padding: 0.75rem 1rem;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 2;
}

.atta-copy-button:hover {
	background: #333333;
	border-color: #333333;
}

.atta-copy-button:focus-visible {
	outline: 3px solid #007acc;
	outline-offset: 2px;
}

.atta-copy-button[data-state="copied"] {
	background: #236b35;
	border-color: #236b35;
}

.atta-copy-button[data-state="error"] {
	background: #8a2424;
	border-color: #8a2424;
}

@media screen and (max-width: 480px) {
	.atta-code-shell {
		margin-left: 0;
		margin-right: 0;
	}

	.atta-code-shell > .syntaxhighlighter,
	.atta-code-shell > pre[class*="brush:"] {
		font-size: 15px !important;
	}
}
