.yrm-accordion-item-content:not(.yrm-show) {
display: none
}
/*.yrm-accordion-popup-hide {*/
/* visibility: hidden;*/
/* height: 0;*/
/* display: flex;*/
/*}*/
.yrm-accordion-item {
border: 1px solid #e2e2e2;
margin-bottom: 10px;
border-radius: 3px;
}
.yrm-accordion-item-header {
display: block;
text-decoration: none;
cursor: pointer;
font-weight: 600;
color: #444;
font-size: 20px;
box-shadow: none;
background: #eee;
padding: 15px;
line-height: 1;
}
.accordion-header-icon {
font-size: 18px;
vertical-align: middle;
}
.yrm-rotate-90 {
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
}
.yrm-rotate-0 {
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
}