/* Claim a new home. */

.picker-map {
    height: 380px;
    margin: 8px 0;
}

.home-form {
    max-width: 640px;
}

.password-box {
    display: inline-block;
    padding: 10px 18px;
    background: #fdfdfc;
    border: 2px dashed #2f6d5a;
    border-radius: 8px;
    font-family: monospace;
    font-size: 1.4em;
    letter-spacing: 0.1em;
}

.territory-mode {
    display: flex;
    gap: 18px;
}

.territory-mode label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0;
    color: #22332b;
}
