.shivu-ic-product-message.woocommerce-info {
margin-top: 12px;
margin-bottom: 12px;
}
.shivu-ic-child-rows {
margin-top: 6px;
}
.shivu-ic-child-row {
display: flex;
align-items: baseline;
gap: 6px;
font-size: 0.85em;
color: #666;
padding-left: 18px;
line-height: 1.6;
}
.shivu-ic-child-row-arrow {
color: #999;
}
.shivu-ic-child-row-label {
font-style: italic;
}
.shivu-ic-child-row-price {
color: #333;
}
.shivu-ic-child-row--free .shivu-ic-child-row-label {
font-style: normal;
color: #2a7a2a;
}
.shivu-ic-child-row-remove {
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
line-height: 1;
color: #a00;
text-decoration: none;
font-weight: bold;
border-radius: 50%;
}
.shivu-ic-child-row-remove:hover {
color: #fff;
background: #a00;
}