/**
 * 乾淨版本的促銷訊息樣式 - 無背景、無邊框
 */

/* 重置所有促銷訊息的預設樣式 */
.wc-promotion-message,
.wc-promotion-messages-wrapper .wc-promotion-message,
.wc-promotion-shortcode-display .wc-promotion-message {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 5px 0 !important;
    box-shadow: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

/* 確保容器也是乾淨的 */
.wc-promotion-messages-wrapper,
.wc-promotion-shortcode-display {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 倒數計時保持一些樣式 */
.wc-promotion-countdown {
    display: inline-block;
    font-weight: bold;
    color: #dc3545;
    margin-left: 10px;
}

/* 移除自定義特價樣式，使用主題原生樣式 */

/* 只在 Elementor 編輯器中顯示邊框提示 */
.elementor-editor-active .wc-promotion-message {
    border: 1px dashed #ccc !important;
    padding: 10px !important;
    text-align: center;
    color: #666;
    font-style: italic;
    background: #f9f9f9 !important;
}

.elementor-editor-active .wc-promotion-message:before {
    content: "促銷訊息區域 - ";
    font-size: 12px;
    opacity: 0.7;
}