div.tag-reglead .product-description:after, div.tag-nolead .product-description:after, div.tag-quicklead .product-description:after {
font-weight: bold;
font-size: 16px;
color: #333;
background-color: #fff3cd;
border: 2px solid #ffc107;
border-radius: 6px;
padding: 16px 20px;
margin: 20px 0 30px 0;
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
margin-top: 20px;
display: inline-block;
}
div.tag-reglead .product-description:after {
background-color: #A0CAD8;
border-color: #729DAB;
color: #473528;
content: "Current lead time is 16 weeks plus shipping, but it's worth the wait!";
}
div.tag-nolead .product-description:after {
background-color: #CCCEAE;
border-color: #A3A56b;
color: #473528;
content: "Ships in 1-5 business days.";
}
div.tag-quicklead .product-description:after {
background-color: #E7D29F;
border-color: #D7AC57;
color: #473528;
content: "Current lead time is 10 weeks, plus shipping."
}