/*
Theme Name: State of Hawaii - Child (Block Editor)
Author: Tyler Technologies
Author URI: 
Description: Child template for the State of Hawaii Government websites.
Template: soh_tyler_block_editor_template_parent
Version: 1.0.0
*/
@import url("../soh_tyler_block_editor_template_parent/style.css");

/* Hawaii Islands Map */
.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.svg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.clickable-area {
    fill: green;
    cursor: pointer;
}

.clickable-area:hover {
    fill: rgba(0, 102, 255, 0.571);
    cursor: pointer;
}
