/* ==========================================
   css-custom.css
   Konsolidované inline styly pro piccolino/montessori
   ========================================== */


 /* VYHLEDÁVÁNÍ - loadMore tlačítko */
  body.type-search .listingControls .loadMore {                                                                                   
    display: flex !important;                                                                                                                                    
    justify-content: center;                                                                                                                                     
    width: 100%;                                                                                                                                                 
  }                                                                                                                                                              
                                                                                                                                                                 
  body.type-search .listingControls .loadMore .loadMore__button {                                                                                                
    background-color: #ea5648;                              
    color: #fff;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 0.5em 1.5em;                                                                                                                                        
    line-height: 1.5em;
    transition: all 0.15s ease-in-out;                                                                                                                           
    text-decoration: none;                                  
    border-radius: 8px;
    font-weight: 700;                                                                                                                                            
    cursor: pointer;
  }                                                                                                                                                              
       