.bundle-109 .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-109 .donation-card {
    overflow: hidden;
}

.bundle-109 .card-header {
    background-color: #E35B44;
    color: white;
    text-align: center;
    padding: 12px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

.bundle-109 .card-content {
    border: 4px dotted #E35B44;
    border-top: none;
    border-radius: 0 0 15px 15px;

    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.bundle-109 .item {
    margin-bottom: 50px;
}

.bundle-109 .item-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #E35B44;
    font-size: 1.3em;
    font-weight: 900;
}

.bundle-109 .item-title::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #E35B44;
    border-radius: 50%;
    margin-right: 8px;
}

.bundle-109 .qr-code {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    margin-top: 10px;
}

.bundle-109 .bank-info .note {
    color: #E35B44 !important;
    font-size: 0.9rem;
    margin-top: 8px;
}

.bundle-109 .bank-info {
    margin-left: 20px;
    line-height: 1.6;
    color: #333;
}

/* atm標題樣式 */
.bundle-109 .atm-title {
    color: #E35B44 !important;
    font-weight: 600;
    margin-bottom: 8px;
}

/* 國外匯款標題樣式 */
.bundle-109 .foreign-transfer-title {
    color: #E35B44 !important;
    font-weight: 600;
    margin-bottom: 8px;
}

/* 英文文字特別樣式 */
.bundle-109 .bank-info :is(span, div) {
    color: #333;
}

/* 固定垂直標籤 */
.bundle-109-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: 500px) {
    .bundle-109 .card-content {
        flex-direction: column;
    }

    .bundle-109 .left-column,
    .bundle-109 .right-column {
        width: 100%;
    }

    .bundle-109 .qr-code {
        width: 80px;
        height: 80px;
    }

    .bundle-109 .card-header {
        font-size: 20px;
    }

    .bundle-109 .item-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

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