.angie-transparent-hotspot-9807 {
    display: block;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 10; /* Ensure it sits above the background */
}

/* Editor outline for visibility while editing */
.angie-hotspot-editor-outline {
    border: 2px dashed rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.1);
}

.angie-transparent-hotspot-9807:hover,
.angie-transparent-hotspot-9807:focus {
    outline: none;
}
