/*
Theme Name: ShariArison
Author: Anonymous
Author URI:
Version: 1
Description: ShariArison theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shariarison
Tags: 
Theme URI:
*/
picture{display: block;}
img{vertical-align: top;}
.grid-item .play-button.purple{
	pointer-events: none;
	cursor: default;
}

.radio-card .content{
	cursor: default;
}
.book-buttons-list{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
}
.flex-item:first-child .book-buttons-list{
	max-width: 340px;
}
p + .book-buttons-list{
	margin: -6px 0 0;
}
.book-buttons-list li {
	padding: 16px 0;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}
.book-buttons-list li:last-child{
	border: none;
}
.book-buttons-list .new-book-button{
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	line-height: 1.5;
	perspective: 1000px;
}

.book-buttons-list .new-book-button[href*="spotify"]{
	padding-inline: 33px 0;
	background: url("images/ico-spotify.svg") no-repeat 100% 50% / 24px auto;
}
.book-buttons-list .new-book-button[href*="youtu"]{
	padding-inline: 33px 0;
	background: url("images/ico-youtube.svg") no-repeat 100% 50% / 24px auto;
}
.book-buttons-list .new-book-button:hover{
	color: #A643AF;
	filter: brightness(0) saturate(100%) invert(32%) sepia(73%) saturate(1173%) hue-rotate(262deg) brightness(90%) contrast(87%);
}
.book-buttons-list .new-book-button:after{
	content: "";
	width: 24px;
	height: 24px;
	background: url("images/arrow.svg") no-repeat 50% 50% / contain;
}
html[lang*="en"] .book-buttons-list .new-book-button:after{
	will-change: transform;
	transform: rotateY(180deg) translateZ(0);
	transform-origin: 50% 51%;
}
html[lang*="en"] .book-buttons-list .new-book-button[href*="spotify"],
html[lang*="en"] .book-buttons-list .new-book-button[href*="youtu"]{
	background-position: 0 50%;
}