/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 14:27:28 */
/* READ MORE BUTTON – FIX ZA ELEMENTOR OVERLAY */

a.readmore {
  display: inline-block;   /* važno za padding */
  text-decoration: none;   /* uklanja underline */
  position: relative;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;

  color: #090909;
  padding: 0.5em 1.4em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;

  transition: all 0.3s ease;
  box-shadow:
    6px 6px 12px #c5c5c5,
   -6px -6px 12px #ffffff;
}

a.readmore:active {
  color: #666;
  box-shadow:
    inset 4px 4px 12px #c5c5c5,
    inset -4px -4px 12px #ffffff;
}


/* SAMO problematična sekcija */
.fix-readmore-click {
  pointer-events: none;
}

/* ali dugme unutar nje mora da radi */
.fix-readmore-click .readmore {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
}


/* ALI DOZVOLI KLIK NA BUTTON */
.e-con button.readmore,
.e-parent button.readmore,
.elementor-widget-wrap button.readmore {
  pointer-events: auto;
}
