/* BTSA - minimal baseline styling. Meant to be overridden/extended by the theme. */

.btsa-form .btsa-field {
    margin-bottom: 1em;
}

.btsa-form label {
    display: block;
    margin-bottom: .35em;
    font-weight: 600;
}

.btsa-form input,
.btsa-form textarea {
    width: 100%;
    max-width: 420px;
    padding: .5em .75em;
    box-sizing: border-box;
}

.btsa-form-message.btsa-error {
    color: #b32d2e;
}

.btsa-form-message.btsa-success {
    color: #1e7e34;
}

.btsa-btn {
    cursor: pointer;
}

.btsa-price--contact {
    font-style: italic;
}

.btsa-add-to-quote-wrap {
    display: inline-flex;
    align-items: center;
    gap: .5em;
}

.btsa-qty-input {
    width: 4em;
}

.btsa-cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.btsa-cart-table th,
.btsa-cart-table td {
    padding: .6em;
    text-align: right;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle;
}

.btsa-cart-table img {
    vertical-align: middle;
    margin-inline-end: .5em;
}

.btsa-cart-qty-input {
    width: 4.5em;
}

.btsa-cart-remove-btn {
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #b32d2e;
}

.btsa-add-to-quote-message {
    font-size: .85em;
}
