/**
* Theme Name: Kanik Child
* Description: This is a child theme of Kanik.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: kanik
* Version: 1.0.0
*/
.lettura-vocale-widget {
    border: 1.5px solid #EAEAEA;
    border-radius: 8px;
    padding: 25px;
    background: #f9f9f9;
    font-family: inherit;
    max-width: 100%;
}
.lv-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.lv-top-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lv-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lv-label {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
	font-family: "IBM Plex Mono", Sans-serif;
	text-transform: uppercase;
	line-height: 18.9px;
}
.lv-progress-bar {
    background: #EAEAEA;
    border-radius: 50px;
    height: 8px;
    overflow: hidden;
}
.lv-progress-fill {
    height: 100%;
    width: 0%;
	background: #000;
    transition: width 0.5s linear;
}
.lv-durata {
    font-size: 11px;
    color: #777;
    white-space: nowrap;
	font-family: "IBM Plex Mono", Sans-serif;
	font-weight: 400;
	line-height: 16.5px; 
}
.lv-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
	font-weight: 400;
	font-family: "Instrument Sans";
	line-height: 21px; 
}
.lv-speeds {
    display: flex;
    gap: 6px;
}
.lv-speed {
    border: none!important;
    background: #FFF!important;
    border-radius: 20px!important;
    padding: 3px 10px!important;
    font-size: 12px!important;
    cursor: pointer!important;
	font-family: "IBM Plex Mono", Sans-serif!important;
	font-weight: 500!important;
	line-height: 18px!important;
}
.lv-speed:hover {
	color: #000!important;
	background: #EAEAEA!important;
}
.lv-speed.active {
    background: #000!important;
    color: #fff!important;
}
.lv-speed.active:hover {
	color: #fff!important;
}
.lv-play {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    appearance: none;
    -webkit-appearance: none;
}

.lv-play:hover,
.lv-play:focus {
    background: none !important;
    box-shadow: none !important;
    outline: none;
}

.lv-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.lv-btn-skip {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    cursor: pointer;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.lv-btn-skip:hover {
    color: #000!important;
}