/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://splunk-replay-sandbox.t2t2.eu/
 Description:  Twenty Twenty Child Theme
 Author:       t2t2
 Author URI:   https://splunk-replay-sandbox.t2t2.eu/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready 
 Text Domain:  twentytwenty
*/

#splunk-rum-bar {
	background: #fff;
	border-bottom: 1px solid #000;
}
#splunk-rum-status {
	display: flex;
	flex-direction: row;
	padding: 0.5rem 1rem;
}
.splunk-rum-status-part {
	padding: 0.5rem 1rem;
}
.splunk-rum-dot {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-right: 1rem;
	display: inline-block;
}
.splunk-rum-configure {
	padding: 0.5rem 1rem;
}
#splunk-rum-configure {
	padding: 1rem 2rem;
	border-top: 1px solid #000;
}
#splunk-rum-configure.is-hidden {
	display: none;
}
#splunk-rum-configure input[type="text"] {
	padding: 0.5rem;
}
#splunk-rum-configure button {
	padding: 0.5rem 1rem;
}
#splunk-rum-configure hr {
	margin: 0.5rem 0;
}
#splunk-rum-configure label {
	margin: 1rem 0;
}
#splunk-rum-configure label>input[type="text"] {
	margin-top: 0.5rem;
}
