

/*————————————————————————————————————————————————————————————————————————————————————————————————*/
/* UI PRVKY	                                                       															  */
/*————————————————————————————————————————————————————————————————————————————————————————————————*/

/* Tlacitka ——————————————————————————————————————————————————————————————————————————————————————*/
.btn {
  padding: 0.625rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
}

.btn-primary {
  background-color: #2bbfbd;
  color: white;
}

.btn-primary:hover {
  background-color: #25a5a3;
  transform: scale(1.05);
}

.btn-secondary {
  color: #2bbfbd;
}

.btn-secondary:hover {
  color: #25a5a3;
}

.skeleton-text {
	width: 100%;
}

.hlavni-tlacitko {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
	text-decoration: none;
  text-transform: none;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  color: white;
	border:none;
}

.hlavni-tlacitko:hover {
  background: linear-gradient(135deg, #0f766e, #0891b2);
	cursor: pointer;
}

.tlacitko_detail_inzeratu {
  width: 100% !important;
	text-align: center;
	display: block;
}

