/*
 * Hummingbird (Bootstrap 5) compatibility stylesheet
 * Keep theme-specific layout fixes isolated from legacy templates.
 */

/* Mobile collapse mode uses .card-body in BS5 (legacy CSS targets .card-block). */
.PM_ASBlockOutput.PM_ASMobileMode .card-body {
    display: none;
}

.PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .card-body {
    display: block;
}

.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {
    top: 3px;
}

.PM_ASBlockOutput.PM_ASMobileMode {
    margin-bottom: 2rem;
}
