/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2025 | 17:38:15 */
/* Osnovni izgled dugmeta */
.popup-link {
  color: black;
  background-color: transparent;
  border: 1px solid black;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover efekat */
.popup-link:hover {
  color: white;
  background-color: #32AA27;
  border-color: #32AA27;
}
.readmore{
	color: black;
}
.readmore:hover{
	color: #32AA27;}