/*
 Theme Name:   Webringly (Bricks Child)
 Theme URI:    https://webringly.com
 Description:  Extends Bricks Theme
 Author:       Webringly
 Author URI:   https://webringly.com
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* ZoomSounds "View Song" button */

.ap-controls-right > .extrahtml-in-float-right.from-setup_structure {
	display:flex;
	gap: 15px;
}

.dzsap-btn-view-song {
	display: flex !important;
	align-items: center;
	gap: 7px;
	padding: 5px 15px;
	border-radius: 20px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
	transition: background 0.2s;
}

.dzsap-btn-view-song:hover {
	background: #fff;
	color: inherit;
	text-decoration: none;
}

.dzsap-btn-view-song svg {
	width: 13px;
	height: 13px;
	position: static;
	transform: none;
	flex-shrink: 0;
}

.dzsap-btn-view-song__label {
	font-weight: 500;
	color: #000;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
