/*
Theme Name: Jason's Lab
Theme URI: https://jasonwang.tw
Author: Jason Wang
Author URI: https://jasonwang.tw
Description: 個人作品集與部落格主題，採用 Tailwind CSS 打造，支援 Dark Mode、Dropdown 選單、Portfolio CPT 與 Cloudflare Turnstile 聯絡表單。
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jasons-lab
*/

/* Tailwind CSS will be injected via CDN in header.php for simplicity, or you can build it using the provided tailwind.config.js */


nav[aria-label="breadcrumb"] { margin-bottom: 1.25rem; }

/* Zeabur 推薦碼：優惠券樣式 */
.jl-coupon {
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    background:
        radial-gradient(circle at 0 50%, transparent 10px, #fff 10px) left / 12px 100%,
        radial-gradient(circle at 100% 50%, transparent 10px, #fff 10px) right / 12px 100%;
    background-repeat: no-repeat;
    padding: 14px 20px;
}
.dark .jl-coupon {
    border-color: #334155;
    background:
        radial-gradient(circle at 0 50%, transparent 10px, #0f172a 10px) left / 12px 100%,
        radial-gradient(circle at 100% 50%, transparent 10px, #0f172a 10px) right / 12px 100%;
    background-repeat: no-repeat;
}
