/**
 * WCFM Glue — Per-Unit Auction Bid Styles
 */

#wcfm-glue-per-unit-bid {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.wcfm-glue-bid-quantity {
    margin: 0 0 5px 0;
    font-size: 15px;
}

.wcfm-glue-bid-unit-price {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #555;
}

.wcfm-glue-bid-input-wrap {
    margin-bottom: 10px;
}

.wcfm-glue-bid-input-wrap label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

#wcfm_glue_bid_per_unit {
    width: 100%;
    max-width: 200px;
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#wcfm_glue_bid_per_unit:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 1px #0073aa;
}

.wcfm-glue-bid-total-display {
    margin: 10px 0 0 0;
    font-size: 16px;
}

#wcfm-glue-bid-total {
    font-size: 18px;
    color: #2e7d32;
}

.wcfm-glue-per-unit-note {
    display: inline;
    font-size: 12px;
    color: #666;
    font-style: italic;
}
