.bed-extra{
    grid-column:1/-1;
    margin-top:8px;
    padding-top:14px;
    border-top:1px solid var(--bow-border, #eadfd6);
}
.bed-condo-question{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:12px;
}
.bed-condo-question label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
}
.bed-label{
    font-weight:700;
    margin-right:4px;
}
.bed-condo-name{
    margin-bottom:12px;
}
.bed-condo-name input{
    width:100%;
}
.bed-calculate{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:11px 18px;
    border:1.5px solid var(--bow-primary, #EF5C0E);
    border-radius:10px;
    background:var(--bow-primary, #EF5C0E);
    color:#fff;
    font-weight:700;
    cursor:pointer;
}
.bed-calculate:hover{
    filter:brightness(.97);
}
.bed-calculate:disabled{
    opacity:.65;
    cursor:wait;
}
.bed-result{
    margin-top:12px;
    padding:12px 14px;
    border-radius:10px;
    font-weight:700;
}
.bed-success{
    color:#256a3c;
    background:#eefaf1;
    border:1px solid #ccebd5;
}
.bed-error{
    color:#8a2222;
    background:#fff1f1;
    border:1px solid #efcccc;
}
.bed-summary-fee strong{
    color:var(--bow-primary, #EF5C0E)!important;
}
@media(max-width:620px){
    .bed-condo-question{
        align-items:flex-start;
    }
    .bed-calculate{
        width:100%;
    }
}
