.spe-contact-form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65vw;
    height: 60vh;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 9999;
    overflow-y: auto;
    display: none;
}

.spe-contact-form-container-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.display-contact-form {
    cursor: pointer;
    color: #aa1400;
    font-style: underline;
}

.display-contact-form:hover {
    font-weight: bold;
}

#contact-form-name {
    color: blue;
    font-weight: bold;
}
