/*
.tsvg-block-inner {
  position: relative!important;
  display: inline-block!important;
  cursor: pointer!important;
  margin: 30px!important;

  &:before {
    position:absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    content: "\f01d"!important;
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8!important;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
  &:hover:before {
    color: #eee;
  }
}
*/


/*
.card-list {
    list-style: none; /* Remove default bullets 
    padding: 0; /* Remove default padding 
    margin: 0; /* Remove default margin 
    display: grid; /* Use CSS Grid for layout 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive columns 
    gap: 20px; /* Space between cards 
}

.card-list li {
    background-color: #ffffff; /* Card background color 
    border-radius: 8px; /* Rounded corners 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow 
    padding: 20px; /* Padding inside each card 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect 
}

.card-list li:hover {
    transform: translateY(-5px); /* Lift card on hover 
}

.card-list h3 {
    margin-top: 0; /* Remove default heading top margin 
    color: #333; /* Heading color 
}

.card-list p {
    color: #666; /* Paragraph text color 
}
*/


h1{
	/*
	see: https://shahed.link/4eAYChb
	*/
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:
		3px 3px 6px #000,
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}


/* Yoast SEO breadcrumbs ------------------------------- */
.yoast-breadcrumbs {
    /* font-size: 16px; */
    color: black; /* Change to your desired color */
    line-height: 1.2;
}
.yoast-breadcrumbs a {
    color: blue; /* Link color */
    white-space: nowrap;
}
.yoast-breadcrumbs a:hover {
    color: red; /* Link hover color */
}

.yoast-breadcrumbs .breadcrumb_last{
    white-space: nowrap;
}