.wlc-product-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
.wlc-product-details h4 { margin-top: 0; margin-bottom: 10px; font-size: 1.25em; color: #333; }
.wlc-description { color: #666; line-height: 1.5; margin-bottom: 15px; }
.wlc-cta-text { background-color: #f9f9f9; border-left: 4px solid #ff9900; padding: 10px 15px; margin-bottom: 15px; border-radius: 0 4px 4px 0; }
.wlc-cta-text strong { display: block; font-size: 0.9em; color: #ff9900; margin-bottom: 5px; text-transform: uppercase; }
.wlc-cta-text p { margin: 0; font-style: italic; color: #444; }
.wlc-price { font-weight: bold; font-size: 1.2em; color: #b12704; margin-bottom: 15px; }
.wlc-button { display: inline-block; background-color: #ff9900; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; text-align: center; transition: background-color 0.3s; }
.wlc-button:hover { background-color: #e68a00; color: #fff; text-decoration: none; }
.wlc-product-box-small { max-width: 300px; }
.wlc-product-box-medium { max-width: 500px; }
.wlc-product-box-large { max-width: 100%; }
@media (max-width: 600px) { .wlc-product-box { padding: 15px; } }
