@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD (manga-press)
    Theme URI: https://swell-theme.com/
    Description: マンガプレス用 SWELL 子テーマ
    Version: 0.1.0
    Author: Wilico
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================
   ネタバレ記事: 考察・予想ブロック(manga-write-article パイプライン Phase 4 が出力する
   <div class="speculation-box"> の見た目。確定情報と視覚的に区別する)
   ============================================ */
.speculation-box {
    background-color: #f3f0ff;
    border-left: 4px solid #8b5cf6;
    padding: 1em 1.2em;
    margin: 1.5em 0;
    border-radius: 4px;
}

.speculation-label {
    font-weight: bold;
    color: #6d28d9;
    margin: 0 0 0.5em;
}

/* ============================================
   電子書籍ASPへのCTAボックス(Phase 4b が出力する <div class="cta-box">)
   ============================================ */
.cta-box {
    background-color: #fff7ed;
    border: 1px solid #fdba74;
    padding: 1.2em;
    margin: 2em 0;
    border-radius: 6px;
    text-align: center;
}

.cta-box a {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.6em 1.5em;
    background-color: #ea580c;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
