button:focus:not(.focus-visible) {
   outline: 0;
}

.collapsable-section button {

   cursor: pointer;
   width: 100%;
   position: relative;
   display: -ms-flexbox;
   display: flex;

   -ms-flex-direction: row;
   flex-direction: row;
   border: none;
   padding: 0;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-align: stretch;
   align-items: stretch;
}

.sv-use-margins .extrameny {
    margin-bottom: 0;
}

.collapsable-section .sv-decoration-content {
   padding: 20px 25px;
   display: none;
}

.collapsable-section-title {
   padding: 14px 25px 16px;
   text-align: left;
   display: -ms-flexbox;
   display: flex;
   -ms-flex: 1 0;
   flex: 1 0;
}

.collapsable-section-icon {
   display: -ms-flexbox;
   display: flex;
   -ms-flex: 0 0 50px;
   flex: 0 0 50px;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   max-width: 50px;
}
