.notes-form {
    max-width: 720px;
    margin: 0 auto 40px;
}

.notes-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

.notes-form input[type="text"],
.notes-form input[type="url"],
.notes-form textarea,
.notes-form select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.notes-form textarea {
    resize: vertical;
}

.notes-field {
    margin-bottom: 18px;
}

.notes-field-inline label {
    display: inline-block;
    font-weight: 400;
}

.notes-help {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}

#notes-map-wrapper {
    margin: 20px 0;
}

#notes-map {
    width: 100%;
    height: 360px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.notes-field-latlng {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

.notes-field-latlng > div {
    flex: 1;
}

.notes-success {
    border: 1px solid #3c763d;
    background: #dff0d8;
    padding: 10px 14px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #3c763d;
}

.notes-errors {
    border: 1px solid #a94442;
    background: #f2dede;
    padding: 10px 14px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #a94442;
}

.notes-submit button {
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
}
