.form-item-event-name h2 {
    font-size: 2rem;
    color: #0E6B4C;
    line-height: 1.4;
    margin: 0;
}
#edit-submit {
    background: #0E6B4C;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 12px 25px rgba(41, 98, 255, .25);
}
#edit-submit:hover {
    background: #25755a;
    color: #fff;
    transform: translateY(-2px);
}