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


/* 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 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #e5650a;
  border-radius: 24px;
  color: #2f3138;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: .75em;
  height: max-content;
  line-height: 1.5rem;
  padding: 10px 25px;
  text-decoration: none;
}