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

    background-image: url("bk.png");
    background-repeat: repeat-y;
    background-size: contain;
}

.bundle-110 .header {
    aspect-ratio: 1.1 / 1;
    background-color: transparent;
    background-image: url("tv_person.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.bundle-110 .logo {
    width: 120px;
    margin: auto;
}

.bundle-110 .content {
    /*! aspect-ratio: 1 / 1; */
    /* 寬高比為 1:1.1 */
    padding: 3rem 2rem;
    background-color: transparent;
    position: relative;
    min-height: 400px;
}

.bundle-110 .quote {
    max-width: 600px;
    margin: auto;
    line-height: 2;
    font-size: 1.5rem;
    color: #4a4a4a;
    font-weight: 900;

}

.bundle-110 .quote p {
    padding-left: 2em;
    text-indent: -2em;
    margin: 0;
}

.bundle-110 p.alignc.top {
    margin-top: 2em !important;
}

.bundle-110 .alignc {
    text-align: center;
    line-height: 2;
}

.bundle-110 .alignc img {
    width: 80px;
    vertical-align: middle;
}

.bundle-110 p:has(img) {
    line-height: 80px;
}

.bundle-110 .alignc a {
    color: blue;
    /* 連結顏色 */
    text-decoration: none;
    /* 移除底線 */
    font-size: 14px;
}

.bundle-110 .alignc a:hover {
    text-decoration: underline;
    /* hover 時顯示底線 */
}

.bundle-110 .footer {
    background-color: #fff;
    color: white;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.bundle-110 .footer-left {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 900;
}

.bundle-110 .footer-right {
    text-align: right;
}

/* 固定垂直標籤 */
.bundle-110-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #90B744;
    /* Standard default color */
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
}

@media (max-width: 600px) {
    .bundle-110 .content {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .bundle-110 .quote {
        font-size: 1rem;
    }

    .bundle-110 .footer {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .bundle-110 .footer-left,
    .bundle-110 .footer-right {
        text-align: center;
    }

    .bundle-110-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}