/*
 Plugin Name: ShoppingPlugin
 Plugin URI: http://www.it-sbs.de
 Description: Amazon-Quickie
 Author: Sascha Maihoefer - ShoppingPlugin
 Version: 1.0.0
 Author URI: http://www.it-sbs.de/
 */
.amz{
	height:16px !important;
	vertical-align:middle !important;
	border: 0;
	box-shadow: none !important;
}

.amzimg{
	float:left;
	margin-right:10px;
}

.nayuma-usp-box {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; /* mehr Abstand für breite Darstellung */
}

.nayuma-usp-item {
    text-align: center;
    padding: 20px;
}

.nayuma-usp-item span {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
    color: #c9b38f;
}

.nayuma-usp-item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.ptc-cloud { display: block; margin-top:0px; margin-bottom: 20px; }
.ptc-cloud-togglelnk { display: none; }
        
/* Mobile Ansicht */
@media (max-width: 768px) {
    .nayuma-usp-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ptc-cloud { display: none; margin-top:10px; margin-bottom: 20px; }
   	.ptc-cloud-togglelnk { display: block; }
}
