.bundle-125 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bundle-125 {
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    line-height: 1.8;
    background-color: #fff5e6;
    color: #4a4a4a;
    padding: 20px;
}

.bundle-125 .container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(139, 119, 101, 0.1);
    position: relative;
}

/* NEWS 新書出版訊息標籤 (右上角) */
.bundle-125 .news-badge {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%,
            #E99970 0%,
            #A16D53 50%,
            #805c3c 100%
        );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.3s ease;
}

.bundle-125 .news-text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.bundle-125 .news-subtext {
    font-size: 14px;
    line-height: 1.3;
}

/* 書籍資訊區域 */
.bundle-125 .book-header {
	/* max-width: 800px; */
	margin: 0 auto 3em auto;
	text-align: center;
}

.bundle-125 .book-header .title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bundle-125 .book-header .dot {
    width: 16px;
    height: 16px;
    background-color: #CE855F;
    border-radius: 50%;
    margin-right: 8px;
}

.bundle-125 .book-header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
}

.bundle-125 .book-subtitle {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 15px;
}

.bundle-125 .book-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* 內容段落 */
.bundle-125 .content {
    font-size: 20px;
    line-height: 2;
    color: #5a4a3f;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0px 20px 10px;
    background-color: white;
}

.bundle-125 .content p {
    text-indent: 2em;
    margin-bottom: 1.5em;
    text-align: justify;
}

.bundle-125 .content p.no-indent {
    text-indent: 0;
}

/* 粗體文字(經文引用) */
.bundle-125 .fw-bold {
    font-weight: bold;
}

/* 圖片容器 (右側文繞圖) */
.bundle-125 .image-container {
    float: right;
    width: 300px;
    margin: 0 0 20px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.bundle-125 .image-container img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 頁碼 */
.bundle-125 .page-number {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
    clear: both;
}

.bundle-125 .page-text {
    color: #666;
    font-size: 14px;
}

.bundle-125 .page-circle {
    background: #8b7765;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* RWD 設定 */
@media screen and (max-width: 600px) {
    .bundle-125 .container {
        padding: 15px;
    }

    .bundle-125 .news-badge {
        transform: scale(.75);
        top: 10px;
        right: -10px;
    }

    .bundle-125 .book-header h1 {
        font-size: 20px;
    }

    .bundle-125 .image-container {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .bundle-125 .page-text {
        font-size: 12px;
    }

    .bundle-125 .page-circle {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .bundle-125 .content {
        padding: 0 0 20px 0;
        font-size: 18px;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .bundle-125 {
        padding: 0;
    }

    .bundle-125 .container {
        padding: 20px;
        margin: 10px;
    }

    .bundle-125 .news-badge {
        width: 95px;
        height: 95px;
        right: 19px;
    }

    .bundle-125 .news-text {
        font-size: 18px;
    }

    .bundle-125 .news-subtext {
        font-size: 12px;
    }

    .bundle-125 .image-container {
        width: 250px;
    }

    .bundle-125 .page-text {
        font-size: 13px;
    }

    .bundle-125 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
}

@media screen and (min-width: 801px) {}
