/**
 * Jose956 Coupon - 優惠券樣式
 * Version: 1.1.0
 */

/* ============================================
   隱藏空的折價券切換通知
   ============================================ */

.woocommerce-form-coupon-toggle .woocommerce-info {
    display: none !important;
}

/* ============================================
   ACFW 優惠券通知樣式（有使用按鈕的通知）
   ============================================ */

.woocommerce-NoticeGroup .woocommerce-info {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #f8f8f8 !important;
    border: 1px solid #e5e5e5 !important;
    border-left: 3px solid #242424 !important;
    padding: 12px 15px !important;
    margin: 10px 0 !important;
    font-size: 13px !important;
    color: #333 !important;
    line-height: 1.4 !important;
}

/* 隱藏預設的 info icon */
.woocommerce-NoticeGroup .woocommerce-info::before {
    display: none !important;
}

/* 優惠券「使用」按鈕樣式 */
.woocommerce-NoticeGroup .woocommerce-info .acfw_apply_notification.button,
.woocommerce-info .acfw_apply_notification.button,
.woocommerce-message .acfw_apply_notification.button,
.woocommerce-error .acfw_apply_notification.button {
    display: inline-block !important;
    background-color: #242424 !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 18px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.woocommerce-NoticeGroup .woocommerce-info .acfw_apply_notification.button:hover,
.woocommerce-info .acfw_apply_notification.button:hover,
.woocommerce-message .acfw_apply_notification.button:hover,
.woocommerce-error .acfw_apply_notification.button:hover {
    background-color: #000 !important;
}

/* 購物車頁面的通知樣式 */
.woocommerce-error li,
.woocommerce-message li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
