<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  Template Name:  AppNative Boxed
 *  Template URI:   https://WbPress.net
 *  Author:         Daniele 
 *  Author URI:     https://wbpress.net
 *  Description:    Display in a box.
 *  Version:        1.0.0
 *  License:        GNU General Public License v2 or later
 *  License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 *  Tags:           default
 *  Text Domain:    amazon-auto-links
 */
.amazon-products-wbpress-container {    
    background: #fff;
    border: 1px solid #ececec;
    display: block;
    max-width: 100%;
    padding: 20px;
}

.amazon-auto-links-product {    
    zoom: 1;
    background: #fff;
    border: 3px solid #ececec;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    padding: 20px;
    white-space: normal;
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1);
}

.amazon-product-thumbnail-container {    
    float: none;
    width: 100%;
}




</pre></body></html>