/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 07 2025 | 11:33:00 */
.desc-shipping .recommend-badge {
    display: inline-block;
    background: #e8f5e8;
    color: #28a745;
    border: 1px solid #28a745;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-right: 6px;
	  margin-left: 6px;
    vertical-align: middle;
}