.bundle-108 .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;
}

.bundle-108 .header {
    background: radial-gradient(circle at center, #b37047 0%, #8B4513 100%);
    padding: 15px 20px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*! margin-bottom: 20px; */
}

.bundle-108 .header h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

.bundle-108 .main-content {
    display: flex;
    /*! gap: 20px; */
    /*! margin-bottom: 20px; */
    min-height: 600px;
    /*! align-items: center; */
}

.bundle-108 .qr-grid {
    flex: 2;
    background-color: #d8b896;
    padding: 20px;
    /*! border-radius: 10px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: center;
}

.bundle-108 .qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    /*! margin-bottom: 10px; */
}

.bundle-108 .qr-item img {
    width: 100%;
    max-width: 100px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.bundle-108 .qr-item p {
    font-size: 14px;
    text-align: center;
    overflow-wrap: break-word;
}

.bundle-108 .buddha-section {
    flex: 1;
    position: relative;
    background-image: url('1.jpg');
    background-size: cover;
    background-position: center;
    /*! border-radius: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.bundle-108 .buddha-section .qr-item {
    color: white;
    font-weight: bold;
    margin-bottom: 26.5px;
}

.bundle-108 .lotus-section {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.bundle-108 .lotus-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0px 10px 10px;
}

/* 固定垂直標籤 */
.bundle-108-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;
}

/* 統一範圍的固定垂直標籤 */
.bundle-108-115-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: 630px) {

    .bundle-108 .main-content {
        flex-direction: column;
    }

    .bundle-108 .qr-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bundle-108 .qr-item p {
        font-size: 12px;
    }

    .bundle-108 .buddha-section {
        min-height: 400px;
        margin-top: 0;
        background-position: 0 -100px;
    }
}

@media (max-width: 768px) {

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

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