/* WCSP Ürün Detay Sayfası Kampanya Gösterimi */

.wcsp-product-promotion-wrapper {
    margin: 20px 0;
    padding: 0;
}

.wcsp-product-promotion {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
    border: none;
}

.wcsp-product-promotion:last-child {
    margin-bottom: 0;
}

.wcsp-promo-content {
    display: block;
}

.wcsp-promo-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* Bullet point ikonunu CSS ile ekle */
.wcsp-promo-title::before {
    content: "•";
    font-size: 20px;
    line-height: 1;
}

.wcsp-promo-icon {
    display: none;
}

.wcsp-promo-description {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 16px;
}

/* Kampanya tiplerine göre özel stiller - hepsi aynı görünüm */
.wcsp-promo-type-bogo,
.wcsp-promo-type-buy_x_get_y,
.wcsp-promo-type-buy_x_pay_y,
.wcsp-promo-type-discount_nth,
.wcsp-promo-type-bundle {
    background: transparent;
    border: none;
    padding: 0;
}

/* Porto Teması Uyumluluğu */
.product-summary-wrap .wcsp-product-promotion-wrapper {
    margin: 20px 0;
}

/* WooCommerce form ile uyumlu */
.cart .wcsp-product-promotion-wrapper {
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wcsp-promo-title {
        font-size: 14px;
    }
    
    .wcsp-promo-description {
        font-size: 11px;
    }
}

/* Shortcode için özel stil */
.wcsp-product-promotion-wrapper.wcsp-shortcode {
    margin: 20px 0;
}
