.bundle-54-60 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 100px 20px 100px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}

.bundle-54-60 .page-header-label {
    text-align: center;
    color: #806856;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: normal;
}

.bundle-54-60 .title {
    text-align: center;
    color: #806856;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

.bundle-54-60 .subtitle {
    text-align: center;
    color: #6a5a4b;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 90%;
}

.bundle-54-60 .chapter {
    text-align: center;
    color: #6a5a4b;
    margin: 10px 0 20px;
    font-size: 1.2rem;
}

.bundle-54-60 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
}

.bundle-54-60 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #aaa 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}

.bundle-54-60 .content {
    max-width: 600px;
    margin: 0 auto;
}

.bundle-54-60 .content-title-left {
    text-align: left;
    color: #D88C52;
    margin: 30px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
}

.bundle-54-60 .content-question {
    margin: 30px 0 10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #6a5a4b;
}

.bundle-54-60 .content-answer-lead {
    margin: 10px 0 20px;
    font-size: 1.1rem;
    font-weight: bold;
}

.bundle-54-60 .content-title-center {
    text-align: center;
    color: #6a5a4b;
    margin: 70px 0 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.bundle-54-60 .circle-title {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.bundle-54-60 .circle-title>span {
    border: #D88C52 solid 10px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 1rem;
}

.bundle-54-60 .content-paragraph {
    margin-bottom: 15px;
    line-height: 1.8;
    /* font-size: 1rem; */
}

.bundle-54-60 p.content-paragraph strong {
    font-weight: bold;
    color: #D88C52;
}

.bundle-54-60 .quote {
    margin: 20px 0;
    padding-left: 2em;
}

.bundle-54-60 blockquote.quote {
    padding: 15px 20px 15px 40px;
    margin-left: 1em;
    margin-right: 1em;
    border-left: 5px solid #6a5a4b;
    font-style: normal;
    color: #333;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: relative;
}

.bundle-54-60 blockquote.quote::before {
    margin-top: 5px;
}

.bundle-54-60 .quote-source {
    margin-top: 10px;
    margin-left: 2em;
    font-weight: bold;
}

.bundle-54-60 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

.bundle-54-60 .page-circle {
    background: #6a5a4b;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* .bundle-54-60 .container:last-child {
    margin-bottom: 0;
} */

.bundle-54-60 .page-12-title,
.bundle-54-60 .page-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.bundle-54-60 .page-12-author,
.bundle-54-60 .page-author {
    text-align: center;
    margin-bottom: 30px;
}

.bundle-54-60 .page-12-content-title,
.bundle-54-60 .page-content-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #6a5a4b;
    color: white;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-indent: 0;
}

.bundle-54-60 .page-13-quote,
.bundle-54-60 .page-20-quote-1,
.bundle-54-60 .page-quote {
    margin-left: 2em;
}

.bundle-54-60 .page-14-list-1,
.bundle-54-60 .page-14-list-2,
.bundle-54-60 .page-15-list,
.bundle-54-60 .page-17-list,
.bundle-54-60 .page-list {
    list-style-type: none;
    padding-left: 2em;
    margin-bottom: 15px;
}

.bundle-54-60 .page-17-h4,
.bundle-54-60 .page-19-h4,
.bundle-54-60 .page-h4 {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.bundle-54-60 .page-20-quote-2,
.bundle-54-60 .quote-bold {
    margin-left: 2em;
    font-weight: bold;
}

.bundle-54-60 .page-grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.bundle-54-60 .page-figure {
    margin: 0;
}

.bundle-54-60 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bundle-54-60 .page-figure figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

.bundle-54-60 .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #6a5a4b;
    color: white;
    padding: 10px 8px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}

.bundle-54-60 .source-logo {
    height: 1em;
    vertical-align: -0.125em;
    margin-left: 0.3em;
}

.bundle-54-60 .image-wrap-right {
    float: right;
    margin-left: 3rem;
    margin-top: 0;
    max-width: 35%;
    height: auto;
}

.bundle-54-60 .image-wrap-right figcaption {
    margin-top: 0.25rem;
}

.bundle-54-60 .image-wrap-right h3 {
    background-color: #6a5a4b;
    color: white;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 auto 15px auto !important;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}

.bundle-54-60 .image-wrap-right h3 br {
    display: none;
}

.bundle-54-60 .image-wrap-right h3 span.small-text {
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 5px;
}

.bundle-54-60 .container::after,
.bundle-54-60 .content::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .bundle-54-60 .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }

    .bundle-54-60 .container {
        padding: 15px 10px;
        margin-bottom: 2rem;
    }

    .bundle-54-60 .title {
        font-size: 1.8rem;
    }

    .bundle-54-60 blockquote.quote {
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding-left: 20px;
    }

    .bundle-54-60 .content-title-left,
    .bundle-54-60 .content-title-center,
    .bundle-54-60 .page-content-title,
    .bundle-54-60 .content-question,
    .bundle-54-60 .content-answer-lead {
        font-size: 1.2rem;
    }

    .bundle-54-60 .page-78 .image-wrap-right h3 {
        width: 110px;
        height: 110px;
        font-size: 1.4rem;
    }

    .bundle-54-60 .page-78 .image-wrap-right h3 span.small-text {
        font-size: 0.9rem;
    }

    .bundle-54-60 .page-h4 {
        font-size: 1.1rem;
    }

    .bundle-54-60 .page-text {
        font-size: small;
    }

    .bundle-54-60 .page-circle {
        font-size: small;
        width: 25px;
        height: 25px;
    }

    .bundle-54-60 .page-grid-content {
        grid-template-columns: 1fr;
    }

    .bundle-54-60 .page-figure {
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {
    .bundle-54-60 .page-78 .image-wrap-right {
        margin-left: 1rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
        max-width: 45%;
    }

    .bundle-54-60 .page-77 .image-wrap-right {
        max-width: 40%;
        margin-left: 1rem;
    }

    .bundle-54-60 .container {
        padding: 15px 15px;
    }

    .bundle-54-60 blockquote.quote {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        border-left-width: 4px;
    }
}

@media (max-width: 480px) {
    .bundle-54-60 .page-header-label {
        font-size: 1.3rem;
    }

    .bundle-54-60 .title {
        font-size: 1.5rem;
    }

    .bundle-54-60 .content-title-left,
    .bundle-54-60 .content-title-center,
    .bundle-54-60 .page-content-title,
    .bundle-54-60 .content-question,
    .bundle-54-60 .content-answer-lead {
        font-size: 1.1rem;
    }

    .bundle-54-60 .page-h4 {
        font-size: 1rem;
    }

    .bundle-54-60 .page-77 .image-wrap-right {
        max-width: 40%;
    }
}

.bundle-54-60 .qa-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.bundle-54-60 .qa-ask-prefix {
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 0.5em;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
    color: #E35B44;
    font-size: 1.2rem;
}

.bundle-54-60 .qa-answer-prefix {
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 0.5em;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
    font-size: 1.2rem;
}

.bundle-54-60 .qa-ask-text {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
    color: #E35B44;
}

.bundle-54-60 .qa-answer-text {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
}

.bundle-54-60 .qa-followup {
    text-indent: 2em;
    margin-top: 5px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
}

/* Bundle 79-82 專屬 fixed-vertical-label 樣式 */
.bundle-54-60-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #6a5a4b;
    color: white;
    padding: 10px 8px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bundle-54-60-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}