.eh-rap,
.eh-rap-list,
.eh-rap-single {
    font-family: inherit;
}
.eh-rap__intro h2,
.eh-rap-list__head h2 {
    margin-bottom: .25rem;
}
.eh-rap__intro p,
.eh-rap-list__head p,
.eh-rap__help,
.eh-rap__source-note {
    color: #666;
}
.eh-rap__warning {
    border-left: 4px solid #b42318;
    background: #fff4f2;
    padding: .9rem 1rem;
    margin: 1rem 0;
}
.eh-rap__notice {
    padding: .85rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 1rem 0;
}
.eh-rap__notice.is-success {
    border-color: #91c9a8;
    background: #f0faf4;
}
.eh-rap__notice.is-error {
    border-color: #e4a09a;
    background: #fff4f2;
}
.eh-rap__form {
    display: grid;
    gap: 1rem;
}
.eh-rap__field label,
.eh-rap__field > label {
    display: block;
    font-weight: 700;
    margin-bottom: .35rem;
}
.eh-rap__field label span {
    font-weight: 400;
    color: #666;
}
.eh-rap__field input[type="text"],
.eh-rap__field input[type="email"],
.eh-rap__field select,
.eh-rap__field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: .7rem .75rem;
    font: inherit;
    background: #fff;
    color: #111;
}
.eh-rap__grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.eh-rap__map {
    height: 420px;
    margin-top: .65rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
}
.eh-rap__coords {
    font-size: .85rem;
    margin-top: .4rem;
    color: #555;
}
.eh-rap__authority {
    margin-top: .5rem;
    font-weight: 700;
    font-size: .9rem;
}
.eh-rap__duplicates {
    border: 1px solid #d8b85c;
    background: #fffbe8;
    padding: .8rem;
    border-radius: 6px;
    margin-top: .7rem;
}
.eh-rap__duplicate-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.eh-rap__duplicate-row:last-child {
    border-bottom: 0;
}
.eh-rap__duplicate-row span {
    color: #666;
    font-size: .85rem;
    white-space: nowrap;
}
.eh-rap__submit,
.eh-rap__secondary {
    display: inline-block;
    border: 1px solid #111 !important;
    background: #111 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: 0 !important;
    border-radius: 5px;
    padding: .65rem 1rem;
    font: inherit !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    cursor: pointer;
    text-decoration: none !important;
    width: auto;
}
.eh-rap__secondary {
    background: #fff !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-weight: 600 !important;
}
.eh-rap__submit:hover,
.eh-rap__submit:focus {
    background: #333 !important;
    color: #fff !important;
}
.eh-rap__secondary:hover,
.eh-rap__secondary:focus {
    background: #f4f4f4 !important;
    color: #111 !important;
}
.eh-rap__consent {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .92rem;
}
.eh-rap__consent input {
    margin-top: .18rem;
}
.eh-rap__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.eh-rap__source-note {
    margin-top: 1rem;
    font-size: .8rem;
}
.eh-rap-list__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .8rem;
}
.eh-rap-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: .9rem;
}
.eh-rap-card h3 {
    margin: .35rem 0;
    font-size: 1.05rem;
}
.eh-rap-card__status,
.eh-rap-single__status {
    display: inline-block;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: #eee;
    font-size: .78rem;
    font-weight: 700;
}
.eh-rap-card__meta,
.eh-rap-card__date,
.eh-rap-card__location {
    color: #666;
    font-size: .86rem;
}
.eh-rap-card__location {
    margin-top: .45rem;
    color: #333;
}
.eh-rap-single__facts {
    margin: 1rem 0;
}
.eh-rap-single__facts > div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1rem;
    border-bottom: 1px solid #eee;
    padding: .5rem 0;
}
.eh-rap-single__facts dt {
    font-weight: 700;
}
.eh-rap-single__facts dd {
    margin: 0;
}
.eh-rap-single__photos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: .75rem;
    margin: 1rem 0;
}
.eh-rap-single__photos img {
    width: 100%;
    height: auto;
    display: block;
}
.eh-rap-single__coords,
.eh-rap-single__route {
    color: #666;
    font-size: .88rem;
}
@media (max-width: 720px) {
    .eh-rap__grid2,
    .eh-rap-list__grid {
        grid-template-columns: 1fr;
    }
    .eh-rap__map {
        height: 340px;
    }
    .eh-rap__duplicate-row {
        display: block;
    }
    .eh-rap__duplicate-row span {
        display: block;
        margin-top: .2rem;
    }
    .eh-rap-single__facts > div {
        grid-template-columns: 1fr;
        gap: .15rem;
    }
    .eh-rap-single__photos {
        grid-template-columns: 1fr;
    }
}
