.hc button,
#calculate-form>button {
font-size: var(--step-0);
font-weight: 500;
background-color: var(--bricks-color-qaptct) !important;
color: var(--bricks-text-dark) !important;
border-radius: 6px !important;
padding: 10px 20px !important;
border: none !important;
box-shadow: none !important;
margin-top: 32px;
}
.hc-form * {
color: var(--bricks-color-roszse);
}
.hc-form .label {
font-size: var(--step-1);
line-height: 1.6;
color: var(--bricks-color-roszse);
letter-spacing: 0.5px;
margin-top: 32px;
font-weight: 600;
}
.hc-form tbody tr {
display: grid;
grid-template-columns: 64px auto 32px;
gap: 8px;
justify-content: start;
justify-items: center;
align-items: center;
align-content: center;
margin-bottom: 8px;
}
.hc-form tbody tr td:nth-child(2) {
width: 150px;
}
.hc-form select,
input[type="number"] {
background-image: none;
border-color: var(--bricks-border-color);
background-color: var(--bricks-color-iswbjv);
}
.result {
display: none;
margin-top: 64px;
}
.result #form-result {
font-size: var(--step-2);
font-weight: 600;
}