.pcb-widget {
    background-color:#e7e7e7;
    padding:15px;
    border:1px solid #c1c1c1;
    margin-bottom: 10px;

    .form-wrapper {
        display: grid;
        grid-template-columns: 30px 1fr 100px;
        align-items: center;

        .btn-pcb-check {
            width: 100px;
        }
    }

    .pcb-result {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
    }
}