.mcd-li-dot {
      list-style-type: disc;
      list-style-position: inside;
    }

    .mcd-li-circle {
      list-style-type: circle;
      list-style-position: inside;
    }
    
      #slp-conditions-content {
    display: none;
}

#slp-section-wrapper.vertical-layout {
    flex-direction: column !important; 
    gap: 0.5rem; 
}

/* Keep buttons size fixed, do not stretch */
#slp-section-wrapperr.vertical-layout a {
    width: auto;        
    align-self: flex-start; 
}

