/* Style for design switcher link */
.design-switcher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.design-switcher:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-decoration: none;
}

.uk-article img {
  display: block; /* Ensures margin auto works */
  margin: 20px auto; /* Center images and add vertical spacing */
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  max-width: 100%; /* Ensures images are responsive */
  height: auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow for depth */
}
