.xml-auto {
   /* border: 3px solid var(--color-blue);
    border-radius: 5px;
    background: var(--menu-active-color);*/
    color: black;
}

.xml-auto > * {
	margin: 10px;
}
.xml-auto > *:first-child {
    margin-left: 0px;
}

.xml-wrap:hover {
	background: #ffa500ba;
	box-shadow: var(--shadow-black); 
}
.xml-wrap {
	background: orange;
	border-radius: 5px;
	border-bottom: none;
	padding: 10px !important;
	display: flex;
    justify-content: center;
}
.xml-wrap strong{
	display: flex;
    align-items: center;
}

.xml-wrap svg { font-size: 25px; }
.xml-wrap:hover {
    border-bottom: none;
}
.xml-text {
	flex: 1 1 25%;
	font-size: 15px;
}

.xml-wrap * { 
	color: white !important;

}

.okpud-pop-up.readers.small-works { display:none}

p.small-works-readers-ok-btn {
    margin: 10px;
    background: #1d47a1;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    height: 28px;
    width: 32px;
    text-align: center;
    line-height: 28px;
    transition: all 0.5s ease;
}
p.small-works-readers-ok-btn:hover {
	background:white;
    margin: 10px;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    height: 28px;
    width: 32px;
    text-align: center;
    line-height: 28px;
}
