/**
 * Heritage Hill Houses Plugin Styles
 */

/* Search form */
.hh-search-form {
    margin-bottom: 1em;
}

.hh-search-input {
    padding: 4px 8px;
}

.hh-search-submit {
    padding: 4px 12px;
}

/* JS check notice */
#hh-jscheck {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 10px;
    margin-bottom: 1em;
}

/* Image grid */
.hh-image-thumb {
    float: left;
    max-width: 200px;
    margin-right: 16px;
    margin-top: 16px;
}

/* Divider (clearfix) */
.divider {
    width: 100%;
    clear: both;
    height: 10px;
}

/* Form fields used in edit/add forms */
input.other,
textarea.other {
    width: 100%;
    max-width: 600px;
}

textarea.other {
    display: block;
}

/* jQuery UI Autocomplete overrides for consistency */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}
