/*
Theme Name: Plantria
Theme URI: NA
Author: Amit Bera
Author URI: https://amitbera.in/
Description: In 2026, full dynamic responsive private theme.
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0
Text Domain: ptria
*/

li.tag-item {
    border: 1px solid #ccc;
    color: #0c5f42;
    padding: 4px 8px;
    border-radius: 5px;
}
li.tag-item a{
    color: #0c5f42;
}
span.remove-tag {
    border-left: 1px solid #ccc;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
    color: #0c5f42;
    font-weight: 600;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
color: #000;
}
.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: var(--primary-color);
}