.fc-contact-button {
  position: fixed;
  top: 20px;
  right: 0;
  background-color: #ffcc66;
  color: #000;
  padding: 10px 15px;
  border-radius: 6px 0 0 6px;
  font-family: Georgia, serif;
  font-weight: bold;
  text-decoration: none;
  box-shadow: -2px 2px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  z-index: 9999;
}
.fc-contact-button:hover {
  background-color: #e6b84f;
  transform: translateX(-3px);
}
