.gfw-rental-form-honeypot {
    display: none;
}

.gfw-rental-notice {
    margin-bottom: 20px;
    padding: 16px 22px;
    border-radius: 7px;
    font-size: 1.15em;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.gfw-rental-notice.success {
    background: #d4f8e8;
    border: 2px solid #116c3f;
    color: #116c3f;
}

.gfw-rental-notice.error {
    background: #ffeaea;
    border: 2px solid #d32f2f;
    color: #d32f2f;
}

.gfw-rental-form {
    width: 100%;
}

.gfw-rental-form [hidden] {
    display: none !important;
}

.gfw-rental-form label,
.gfw-rental-form fieldset {
    display: block;
    margin-bottom: 14px;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.gfw-rental-form fieldset {
    border: 0;
    padding: 0;
}

.gfw-rental-form legend {
    margin-bottom: 6px;
}

.gfw-rental-form input[type="text"],
.gfw-rental-form input[type="tel"],
.gfw-rental-form input[type="date"],
.gfw-rental-form input[type="number"],
.gfw-rental-form input[type="email"],
.gfw-rental-form input[type="url"],
.gfw-rental-form select,
.gfw-rental-form textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    background: #fafbfc;
    font-size: 1.08em;
    -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.gfw-rental-form input[type="text"]:focus,
.gfw-rental-form input[type="tel"]:focus,
.gfw-rental-form input[type="date"]:focus,
.gfw-rental-form input[type="number"]:focus,
.gfw-rental-form input[type="email"]:focus,
.gfw-rental-form input[type="url"]:focus,
.gfw-rental-form select:focus,
.gfw-rental-form textarea:focus {
    border-color: #80bc00;
    -webkit-box-shadow: 0 0 0 2px #e7f7d6;
            box-shadow: 0 0 0 2px #e7f7d6;
    outline: none;
}

.gfw-rental-form input[type="submit"] {
    margin-top: 18px;
    padding: 14px 32px;
    border: none;
    border-radius: 7px;
    background: #80bc00;
    -webkit-box-shadow: 0 2px 8px rgba(128, 188, 0, 0.07);
            box-shadow: 0 2px 8px rgba(128, 188, 0, 0.07);
    color: #fff;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: bold;
    -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.gfw-rental-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}

.gfw-rental-form-row > label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 220px;
            flex: 1 1 220px;
    min-width: 220px;
}

.gfw-rental-form fieldset label {
    display: inline-block;
    margin-right: 1rem;
}

.gfw-rental-required {
    color: #b42318;
    font-weight: 700;
}

.gfw-rental-details h2 {
    margin: 0 0 1.25rem;
    font-size: 1.65em;
}

.gfw-rental-details dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    border: 1px solid #dce4d4;
}

.gfw-rental-detail {
    min-width: 0;
    padding: 1rem 1.1rem;
    background: #fff;
}

.gfw-rental-detail dt {
    margin-bottom: 0.3rem;
    color: #587043;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.gfw-rental-detail dd {
    margin: 0;
    color: #2d2d2d;
    font-size: 1.05em;
    overflow-wrap: anywhere;
}

.gfw-rental-detail-location,
.gfw-rental-detail-parking,
.gfw-rental-detail-accessibility_features,
.gfw-rental-detail-additional_details,
.gfw-rental-detail-external_listing {
    grid-column: 1 / -1;
}

.gfw-rental-contact {
    margin-top: 1.75rem;
    padding: 1.25rem 1.4rem;
    border-left: 4px solid #80bc00;
    background: #edf6e4;
}

.gfw-rental-contact h2 {
    margin: 0 0 0.5rem;
    font-size: 1.2em;
}

.gfw-rental-contact p {
    margin: 0.35rem 0;
}

.gfw-rental-contact-name {
    color: #2d2d2d;
    font-weight: 700;
}

.gfw-rental-contact a {
    color: #3b6414;
    font-weight: 700;
}

.gfw-rental-listings {
    margin: 2rem 0;
}

.gfw-rental-listing-filters {
    margin-bottom: 2rem;
    border: 1px solid #dce4d4;
    border-top: 4px solid #80bc00;
    background: #f8faf6;
}

.gfw-rental-listing-filters-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 1.5rem;
    color: #30362d;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.gfw-rental-listing-filters-summary::-webkit-details-marker {
    display: none;
}

.gfw-rental-listing-filters-summary::before {
    content: '\25B8';
    display: inline-block;
    margin-right: 0.6rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.gfw-rental-listing-filters[open] .gfw-rental-listing-filters-summary::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.gfw-rental-listing-filters-summary:focus-visible {
    outline: 2px solid #3b6414;
    outline-offset: 2px;
}

.gfw-rental-listing-filters-form {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

.gfw-rental-listing-filters label {
    margin: 0;
    color: #444;
    font-size: 0.9em;
    font-weight: 700;
    width: 300px;
}

.gfw-rental-listing-filters select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 2.75rem;
    margin-top: 0.5rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid #b9c7b0;
    border-radius: 3px;
    background: #fff;
    color: #30362d;
    font: inherit;
    font-weight: 400;
}

.gfw-rental-listing-filter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:100%;
    padding-top: 0.25rem;
}

.gfw-rental-listing-filter-actions button {
    min-height: 2.75rem;
    padding: 0.65rem 1.25rem;
    border: 0;
    border-radius: 3px;
    background: #80bc00;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.gfw-rental-listing-filter-actions button:hover,
.gfw-rental-listing-filter-actions button:focus-visible {
    background: #679900;
}

.gfw-rental-listing-filter-actions button:focus-visible,
.gfw-rental-listing-filter-actions a:focus-visible,
.gfw-rental-listing-filters select:focus-visible {
    outline: 2px solid #3b6414;
    outline-offset: 2px;
}

.gfw-rental-listing-filter-actions a {
    color: #3b6414;
    font-weight: 700;
    text-decoration: none;
}

.gfw-rental-listing-filter-actions a:hover {
    text-decoration: underline;
}

.gfw-rental-listing-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.gfw-rental-listing-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    padding: 1.4rem;
    border: 1px solid #dce4d4;
    border-left: 4px solid #80bc00;
    background: #fff;
}

.gfw-rental-listing-type {
    margin: 0 0 0.25rem;
    color: #587043;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.gfw-rental-listing-reference {
    margin: 0;
    color: #666;
    font-size: 0.8em;
    font-weight: 700;
}

.gfw-rental-listing-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4rem;
    margin: 1rem 0;
}

.gfw-rental-listing-badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: 1px solid #b8cf9f;
    border-radius: 4px;
    background: #edf6e4;
    color: #3b6414;
    font-size: 0.72em;
    font-weight: 700;
}

.gfw-rental-listing-badge-pets {
    border-color: #c8d8df;
    background: #edf5f7;
    color: #315d6a;
}

.gfw-rental-listing-location {
    margin: 0.75rem 0;
    color: #4a4a4a;
}

.gfw-rental-listing-rate {
    margin: 0 0 1rem;
    color: #3b6414;
    font-size: 1.25em;
    font-weight: 700;
}

.gfw-rental-listing-rate span {
    display: block;
    margin-bottom: 0.15rem;
    color: #587043;
    font-size: 0.62em;
    text-transform: uppercase;
}

.gfw-rental-listing-facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin: 0 0 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

.gfw-rental-listing-facts div {
    min-width: 25%;
}

.gfw-rental-listing-facts dt {
    color: #587043;
    font-size: 0.72em;
    font-weight: 700;
    text-transform: uppercase;
}

.gfw-rental-listing-facts dd {
    margin: 0.2rem 0 0;
}

.gfw-rental-listing-empty {
    padding: 1.25rem;
    border-left: 4px solid #80bc00;
    background: #f8faf6;
}

.gfw-rental-modal {
    width: min(60rem, calc(100% - 2rem));
    max-height: calc(100% - 2rem);
    padding: 1.5rem;
    border: 1px solid #dce4d4;
    border-top: 4px solid #80bc00;
    background: #fff;
    color: #30362d;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.gfw-rental-modal::-ms-backdrop {
    background: rgba(25, 33, 22, 0.58);
}

.gfw-rental-modal::backdrop {
    background: rgba(25, 33, 22, 0.58);
}

.gfw-rental-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.gfw-rental-modal-header h2 {
    margin: 0;
    color: #30362d;
    font-size: 1.35rem;
}

.gfw-rental-modal-close {
    width: 2rem;
    height: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 1px solid #b9c7b0;
    border-radius: 50%;
    background: #fff;
    color: #3b6414;
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
}

.gfw-rental-modal-close:hover,
.gfw-rental-modal-close:focus-visible {
    background: #edf6e4;
}

.gfw-rental-modal .gfw-rental-listing-type {
    margin-top: 0.75rem;
}

.gfw-rental-modal .gfw-rental-listing-facts {
    margin-top: 1.25rem;
}

.gfw-rental-modal-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 1rem 0 0;
    border: 1px solid #dce4d4;
}

.gfw-rental-modal-detail {
    min-width: 0;
    padding: 0.85rem;
    background: #fff;
}

.gfw-rental-modal-detail-wide {
    grid-column: 1 / -1;
}

.gfw-rental-modal-detail dt {
    margin-bottom: 0.3rem;
    color: #587043;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
}

.gfw-rental-modal-detail dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.gfw-rental-listing-details-trigger {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.gfw-rental-listing-details-trigger:focus-visible,
.gfw-rental-modal-close:focus-visible {
    outline: 2px solid #3b6414;
    outline-offset: 2px;
}

@media (max-width: 700px) {
    .gfw-rental-form-card {
        padding: 18px 8px;
    }

    .gfw-rental-form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }

    .gfw-rental-form-row > label {
        min-width: 0;
    }

    .gfw-rental-details {
        padding: 1.1rem;
    }

    .gfw-rental-details dl {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .gfw-rental-detail-location,
    .gfw-rental-detail-utilities,
    .gfw-rental-detail-parking,
    .gfw-rental-detail-accessibility_features,
    .gfw-rental-detail-additional_details {
        grid-column: auto;
    }

    .gfw-rental-listing-filter-actions {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 0;
    }

    .gfw-rental-modal-details {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .gfw-rental-modal-detail-wide {
        grid-column: auto;
    }
}