@media screen and (max-width: 500px) {
		[data-barba-namespace="single"] .db-reader-inline-box.active { display: block !important; width: fit-content; }
		, [data-barba-namespace="single"] .db-reader-prompt { display: inline-flex !important; width: fit-content; }
		[data-barba-namespace="single"] .db-reader-inline-box.active .db-reader-inline-title { display: block !important; text-align: center !important; margin: 0 0 17px 0 !important; }
		[data-barba-namespace="single"] .db-reader-prompt .db-reader-prompt-title { display: block !important; text-align: center !important; margin: 0 0 17px 0 !important; width: fit-content; }
	}
	
	@media screen and (max-width: 425px) {
		[data-barba-namespace="single"] .db-reader-inline-controls { gap: 6px !important; }
		[data-barba-namespace="single"] .db-reader-prompt-buttons button, .db-reader-inline-controls button { padding: 10px 9px !important; width: 100% !important; }
		[data-barba-namespace="single"] #db-reader-status { margin-top: 10px !important; }
	}

/* WRAPPER */

	
[data-barba-namespace="single"] .db-reader-wrapper{
    margin-bottom:25px;
    font-family:Arial,sans-serif;
}

/* PROMPT */

[data-barba-namespace="single"] .db-reader-prompt{
    background:#200d33;
    border:1px solid #381e52;
    border-radius:50px;
    padding:18px 35px;
    display:inline-flex;
	width: auto;
	gap: 10px;
}

[data-barba-namespace="single"] .db-reader-prompt-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:14px;
    color:#fff;
	padding-top: 6px;
	padding-right: 15px;
}

[data-barba-namespace="single"] .db-reader-prompt-buttons{
    display:flex;
    gap:10px;
}

/* BUTTONS */

[data-barba-namespace="single"] .db-reader-prompt-buttons button,
[data-barba-namespace="single"] .db-reader-inline-controls button{
    border:none !important;
    background:#013883 !important;
    color:#fff !important;
    padding:10px 18px !important;
    border-radius:999px !important;
    cursor:pointer;
    font-size:14px !important;
    transition:.2s;
    min-height:42px;
    line-height:1;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:none !important;
    outline:none !important;
    text-decoration:none !important;
    transform:none !important;
    display:inline;
    align-items:center;
    justify-content:center;
    gap:8px;
}
	
	[data-barba-namespace="single"] .db-reader-inline-controls p { margin-bottom: 0px !important; }

[data-barba-namespace="single"] .db-reader-prompt-buttons button:hover,
[data-barba-namespace="single"] .db-reader-inline-controls button:hover{
    background: #a52b2a !important;
}

[data-barba-namespace="single"] .db-reader-inline-controls button:focus,
[data-barba-namespace="single"] .db-reader-inline-controls button:active,
[data-barba-namespace="single"] .db-reader-prompt-buttons button:focus,
[data-barba-namespace="single"] .db-reader-prompt-buttons button:active{
    background:#013883 !important;
    color:#fff !important;
    outline:none !important;
    box-shadow:none !important;
    transform:none !important;
    border:none !important;
}

/* READER */

[data-barba-namespace="single"] .db-reader-inline-box{
    display:inline-flex;
    background:#200d33;
    border: 2px solid #013883;
    border-radius:50px;
    padding:14px 35px;
    width:auto;
    align-items:center;
    justify-content:center;
    gap:22px;
}

[data-barba-namespace="single"] .db-reader-inline-box.active{
    display:inline-flex;
}

[data-barba-namespace="single"] .db-reader-inline-title{
    font-size:18px;
    font-weight:700;
    color:#ffffff;
    line-height:1;
    display:flex;
    align-items:center;
    margin:0;
    padding:0;
    white-space:nowrap;
}

[data-barba-namespace="single"] .db-reader-inline-controls{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    gap:12px;
}

[data-barba-namespace="single"] #db-reader-status{
    color:#fff;
    font-size:15px;
    line-height:1;
    display:none !important;
    align-items:center;
    position:static;
    min-width:auto;
    margin:0;
    padding:0;
}

[data-barba-namespace="single"] #db-speed{
    width:140px;
    margin:0;
    vertical-align:middle;
	display: none;
}

/* WORDS */

[data-barba-namespace="single"] .db-word{
    border-radius:3px;
    display:inline-block;
    position:relative;
    transition:background .08s linear;
    padding:0 1px;
}

[data-barba-namespace="single"] .db-word-active{
    background:#ffe600 !important;
    color:#000 !important;
    border-radius:3px;
}

/* MOBILE */

@media(max-width:768px){

    [data-barba-namespace="single"] .db-reader-inline-box{
        width:100%;
        align-items:flex-start;
    }

    [data-barba-namespace="single"] .db-reader-inline-controls{
        flex-wrap:wrap;
        width:100%;
    }

}