/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .ld_ucc_item_container{
    width: 100%;
    background: rgba(0,0,0,0.02);
    margin: 0 0 1.4em 0;
    position: relative;
}
.ld_ucc_item_container>h3{
    padding: 0.5em 4.0em 0.5em 1.0em;
    background: rgba(0,0,0,0.02);
    margin: 0;
    
}
.ld_ucc_item_container>span{
    width: 2em;
    height: 2em;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px; 
    cursor: pointer;   
}
.ld_ucc_item_container>span::before{  
    font-size: 20px;
    background: black;
    box-shadow: 
      0 0.45em 0 0 black,
      0 0.9em 0 0 black;  
      width: 1.4em;
      height: 0.30em;    
      content: '';  
      display: inline-block;  
}
.ld_ucc_item_content{
    padding: 1.0em;
    display: none;
}
.ld-tab .dashicons-lock{
    margin-right: 0.7em !important;
}
.ld-tab .dashicons-before::before{
    font-size: 1.2em !important;
}