/*
Theme Name:     PURE Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* code block */
pre.wp-block-code {
    position: relative;
    padding: 1.5rem;
    font-size: 1rem;
}

code {
	text-wrap:wrap;
	position: relative;
	top: 0;
	border: none;
	background-color: inherit;
	padding: 0;
}

.code-copy-btn {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 2rem;
	height: 2rem;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-border-color);
	background: var(--bs-white);
	color: var(--bs-gray-600);
	border-radius: .625em;
	cursor: pointer;
	z-index: 10;
}

.code-copy-btn:focus {
	outline: 2px solid Highlight;
	outline-offset: 2px;
}

.code-copy-btn svg {
	width: 1rem;
	height: 1rem;
	display: block;
	fill: currentColor;
}

.code-copy-btn.copied {
	background: rgba(var(--bs-success-rgb), 0.15);
	border-color: rgba(var(--bs-success-rgb), 0.5);
}