#tm-calc-widget {
    margin: 0 0 1.5rem;
    font-family: inherit;
}

#tm-calc-widget + #price_calculator tr:first-child {
    display: none;
}

#tm-calc-widget + #price_calculator td:first-child {
    padding-left: 0;
}

#tm-calc-widget .tm-input-group {
    display: flex;
    border: 1.5px solid #d0d0d0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

#tm-calc-widget .tm-input-group:focus-within {
    border-color: #b8243a;
    box-shadow: 0 0 0 3px rgba(184, 36, 58, 0.10);
}

#tm-calc-widget .tm-field {
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
    min-width: 0;
}

#tm-calc-widget .tm-field input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 8px 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    background: transparent;
    border: none;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

#tm-calc-widget .tm-field input::-webkit-inner-spin-button,
#tm-calc-widget .tm-field input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

#tm-calc-widget .tm-field-unit {
    padding: 0 10px 0 2px;
    font-size: 12px;
    color: #aaa;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 46px;
}

#tm-calc-widget .tm-sep {
    width: 1px;
    background: #d0d0d0;
    align-self: stretch;
    flex-shrink: 0;
}

#tm-calc-widget .tm-meta {
    font-size: 12px;
    color: #999;
    margin: 0 0 4px;
    text-align: left;
    line-height: 1.6;
}

#tm-calc-widget .tm-meta strong {
    color: #555;
    font-weight: 600;
}
