/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* QR-Verify Strain Information Styling */
.wc-item-meta.strain-info {
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-left: 3px solid #28a745;
    border-radius: 4px;
}

.wc-item-meta.strain-info li {
    margin: 5px 0;
    font-size: 14px;
}

.wc-item-meta.strain-info .wc-item-meta-label {
    color: #28a745;
    font-weight: 600;
}

/* Make strain info more prominent on order details */
.woocommerce-order-details .strain-info {
    background-color: #e8f5e8;
    border: 1px solid #28a745;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wc-item-meta.strain-info {
        padding: 8px;
        margin: 8px 0;
    }
}