.wh-finapp {
    margin: 12px 0;
}
.wh-finapp-button {
    display: inline-block;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-weight: 700;
}
.wh-finapp-subtitle {
    margin: 0 0 16px;
    color: #6c757d;
    font-size: 14px;
}
.wh-ptm-row.wh-ptm-row--city-state-zip {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}
.wh-ptm-row.wh-ptm-row--city-state-zip .wh-ptm-col label {
    display: block;
    margin-bottom: 4px;
}
.wh-ptm-row.wh-ptm-row--city-state-zip .wh-ptm-col input,
.wh-ptm-row.wh-ptm-row--city-state-zip .wh-ptm-col select {
    width: 100%;
}
