.svc-calculator { padding:0px; background:transparent; }
.svc-row { display: inline-block; margin-bottom:12px; }
.svc-row:not(:last-child){
    margin-right: 10px;
}
.svc-row div {
    display:block;
}
.svc-input { width:80px; /*height: 30px;*/ margin-bottom: 5px;}
.svc-select { min-width:120px; max-width: 200px; height: 40px }
.svc-flags { display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }
.svc-flag { padding:12px 12px; border-radius:8px; background:#f7f7f7; border:1px solid #eee; min-width:120px; text-align:center; }
.svc-flag .amount { font-weight:700; font-size:1.1em; display:block; margin-top:6px; }
.flag-emoji img{
    margin: 0 auto;
    min-height: 22px;
}

.bit-calc-btn{
    height: 30px;
    width: 30px;
    padding: initial;
    background: #008587;
    color:#fff;
    border:none;
}

@media only screen and (max-width: 820px) {

    .svc-flags{
        display: block;
        margin-top: 18px;
    }

    .svc-flags .svc-flag:not(:last-child){
        margin-bottom: 10px;
    }

    .svc-input {
        width:80px;
        height: initial !important;
        margin-bottom: 5px;
    }

}

@media only screen and (min-width: 821px){

    /*.bit-calc-btn{
        display: none;
    }*/

}