sp-church-finder::part(sp-church-finder-input) {
    width: 100%;
    border: 1px solid #bbbbbb;
    outline-style: none;
    font-size: 14px !important;
    padding: 4px 5px !important;
    box-sizing: border-box!important;
    line-height: inherit;
}
@media only screen and (min-width: 641px) {
    sp-church-finder::part(sp-church-finder-input) {
        width: calc(50% - 8px);
    }
}
sp-dropoff-select::part(sp-dropoff-select-field) {
    margin-left: 1px;
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 94% !important;
    border: 1px solid #bbbbbb;
    font-size: 14px !important;
    padding: 4px 5px !important;
    font-family: inherit;
    letter-spacing: normal;
    box-sizing: border-box!important;
}