/* Shared width treatment for public act, enterprise and member profiles. */
body .container.pages-bbs.content:has(#act_profile_content) {
    width: calc(100% - 48px);
    max-width: 1600px;
    padding-right: 24px;
    padding-left: 24px;
}

body .container.pages-bbs.content:has(#act_profile_content) > .row,
body .container.pages-bbs.content:has(#act_profile_content) #act_profile_content {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    body .container.pages-bbs.content:has(#act_profile_content) {
        width: calc(100% - 28px);
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (max-width: 575px) {
    body .container.pages-bbs.content:has(#act_profile_content) {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}
