/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* SD Link farbe */
.sd-link-black{
	color: var(--black);
	text-decoration: underline;
}
.sd-link-black:hover{
	color: var(--neutral-semi-dark);
}
.sd-link-white{
	color: var(--white);
}
.sd-link-white:hover{
	color: var(--neutral-light);
}


.paypal-donate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffc439;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-family: inherit;
}

.paypal-donate-btn:hover {
  background-color: #ffb300;
}

.paypal-donate-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 302'%3E%3Cpath fill='%23003087' d='M217.6 83.3c2.4-15.3 0-25.8-8.5-35.6C199.7 36.4 182.8 30 160.7 30H71.3c-6.3 0-11.6 4.6-12.6 10.8L22.5 270.5c-.8 5.1 3.1 9.7 8.3 9.7h55.3l-3.9 24.9c-.7 4.5 2.8 8.6 7.3 8.6h46.6c5.5 0 10.1-4 11-9.4l.5-2.6 8.8-56.1.6-3.1c1-5.4 5.6-9.4 11.1-9.4h7c45.3 0 80.8-18.4 91.2-71.7 4.3-22.3 2.1-40.9-9.3-54.1-3.5-4.1-7.9-7.5-13-10.3 4.9-3 9.1-6.6 12.5-10.8 7.3-8.9 11.9-20.4 13.9-34.3z'/%3E%3C/svg%3E");
}
</style>