#template-green-fantasy .link-bio-preview {
  background-color: #4c7260 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23b5cec2' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E") !important;
}

#template-green-fantasy .profile-section span {
  border: 1px solid rgba(178, 215, 182, 0.5) !important;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#template-green-fantasy .profile-info,
#template-green-fantasy .text,
#template-green-fantasy .link-bio-footer {
  color: #FFFFFF !important;
}

#template-green-fantasy .profile-info .title,
#template-green-fantasy .profile-info .subtitle {
  text-shadow: #0f3029 1px 0 10px;
}

#template-green-fantasy .divider {
  border-color: rgba(178, 215, 182, 0.5) !important;
}

#template-green-fantasy .button-container button,
#template-green-fantasy .icon-grid button {
  color: #FFFFFF !important;
}

#template-green-fantasy .button-container button,
#template-green-fantasy .icon-grid button,
#template-green-fantasy .card {
  background-color: #4c7260 !important;
  border: 1px solid rgba(178, 215, 182, 0.5) !important;
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  transition: all 0.3s;
}

#template-green-fantasy .button-container button:hover,
#template-green-fantasy .card:hover,
#template-green-fantasy .icon-grid button:hover {
  transform: scale(0.98);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px, rgba(0, 0, 0, 0.1) 0px 5px 10px;
}