/* Sits directly under the left-side menu with a small gap.
   Stays in normal flow inside `.left-pane` (no fixed/absolute, no flex layout
   changes, no JS), so the original two-column page layout is untouched. */
.mobile-app-download {
    margin: 24px 0 0;
    padding: 10px 10px 12px;
    border: 1px solid #d8c9a3;
    border-radius: 6px;
    background: rgba(255, 250, 235, 0.55);
    text-align: center;
    font-size: 12px;
}

.mobile-app-download__title {
    margin: 0 0 10px;
    font-weight: bold;
    color: #800000;
    line-height: 1.25;
}

.mobile-app-download__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.mobile-app-download__item + .mobile-app-download__item {
    margin-top: 12px;
}

.mobile-app-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.mobile-app-badge img {
    display: block;
    width: 140px;
    height: 46px;
    object-fit: contain;
}

.mobile-app-qr {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #d8c9a3;
    padding: 4px;
    box-sizing: border-box;
}

.mobile-app-qr canvas,
.mobile-app-qr img {
    display: block;
    width: 100%;
    height: 100%;
}
