.dashboard-stretch {
    align-items: stretch;
}

.dashboard-stretch > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.dashboard-stretch > [class*="col-"] > .card {
    flex: 1 1 auto;
    height: 100%;
}

.app-access-panel {
    display: block;
    margin-top: 30px;
}

.app-access-intro {
    display: block;
    font-weight: 700;
    text-align: center;
}

.app-access-steps {
    line-height: 1.6;
    margin-top: 20px;
    padding-left: 20px;
}

.app-access-url {
    background: var(--surface-b, #f7f7f7);
    border: 1px solid var(--surface-d, #d4d6d9);
    border-radius: 6px;
    color: var(--text-color, inherit);
    margin-top: 10px;
    padding: 12px;
    text-align: center;
    word-break: break-all;
}

.app-access-url-text {
    font-family: monospace;
    font-weight: 700;
}

.app-access-downloads {
    background: var(--surface-b, #f7f7f7);
    border: 1px solid var(--surface-d, #d4d6d9);
    border-radius: 8px;
    margin-top: 24px;
    padding: 16px;
}

.app-access-download-title {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.app-access-download-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.app-access-store-link {
    align-items: center;
    background: var(--surface-a, #ffffff);
    border: 1px solid var(--surface-d, #d4d6d9);
    border-radius: 6px;
    color: var(--text-color, inherit);
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-width: 150px;
    padding: 10px 14px;
    text-decoration: none;
}

.app-access-store-link:hover,
.app-access-store-link:focus {
    background: var(--surface-hover, rgba(0, 0, 0, 0.04));
    color: var(--primary-color, inherit);
    text-decoration: none;
}

.app-access-qr {
    margin-top: 25px;
    text-align: center;
}

.app-access-qr-text {
    display: block;
    font-weight: 700;
}

.app-access-qr-image {
    background: #ffffff;
    border: 8px solid #ffffff;
    border-radius: 6px;
    margin-top: 16px;
}
