/* Buzzen photo album modernization - scoped to pages_album */
.buzzen-album {
    position: relative;
}

.buzzen-album .pcontainer {
    padding-top: 18px;
    padding-bottom: 34px;
}

.buzzen-album #pholder {
    max-width: 1180px;
}

.buzzen-album .buzzen-album-panel {
    position: relative;
    min-height: 300px;
    margin: 22px 0 34px !important;
    padding: 18px 22px 26px !important;
    border: 1px solid rgba(35, 93, 137, .18);
    border-radius: 18px;
    background: rgba(246, 250, 253, .88);
    box-shadow: 0 22px 55px rgba(13, 43, 72, .18), inset 0 1px 0 rgba(255,255,255,.85);
    overflow: hidden;
}

.buzzen-album .buzzen-album-panel:before {
    content: "";
    position: absolute;
    right: -105px;
    top: -135px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(255, 210, 74, .15);
    pointer-events: none;
}

.buzzen-album .buzzen-album-title {
    position: relative;
    z-index: 1;
    margin: 0 0 12px !important;
    padding: 11px 15px;
    border: 1px solid rgba(71, 151, 213, .22);
    border-radius: 14px 14px 6px 6px;
    background: linear-gradient(135deg, #103858 0%, #155c91 72%, #1b79bd 100%);
    color: #fff !important;
    font-family: Oswald, Arial Narrow, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.28);
    box-shadow: 0 10px 22px rgba(12, 55, 91, .14), inset 0 1px 0 rgba(255,255,255,.12);
    word-wrap: break-word;
    overflow: hidden;
}

.buzzen-album .buzzen-album-title:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 76px;
    height: 3px;
    border-radius: 999px;
    background: #ffd24a;
    box-shadow: 0 0 18px rgba(255, 210, 74, .45);
}

.buzzen-album .buzzen-album-title .fa,
.buzzen-album .buzzen-album-title .fa-solid {
    color: #ffd24a;
    margin-right: 8px;
}

.buzzen-album .buzzen-album-rule {
    height: 1px;
    margin: 14px 0 16px;
    border: 0;
    background: linear-gradient(to right, transparent, rgba(25, 92, 142, .25), transparent);
}

.buzzen-album .breadcrumbuser {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    padding: 9px 12px;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 12px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 7px 18px rgba(17, 71, 111, .06);
}

.buzzen-album .breadcrumbuser a {
    color: #13527f;
    font-weight: 700;
}

.buzzen-album .breadcrumbuser > .active {
    color: #607888;
    font-weight: 700;
}











































.buzzen-album .buzzen-album-maincol,
.buzzen-album .buzzen-album-sidecol {
    position: relative;
    z-index: 1;
}

.buzzen-album .buzzen-album-switcher {
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px 16px;
    padding: 9px 12px;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 14px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 8px 18px rgba(17, 71, 111, .07);
    color: #33556d;
}

.buzzen-album .buzzen-album-select {
    max-width: 220px;
    min-width: 180px;
    display: inline-block;
    height: 34px;
    border: 1px solid rgba(34, 103, 154, .18);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.buzzen-album .buzzen-album-viewing {
    margin: 2px 0 16px;
    padding: 10px 12px;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(238,248,255,.92), rgba(255,255,255,.86));
    color: #436278;
    font-size: 16px;
    box-shadow: 0 8px 18px rgba(17, 71, 111, .06);
}

.buzzen-album .buzzen-album-viewing span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    color: #54758a;
}

.buzzen-album .buzzen-album-viewing strong {
    color: #123f67;
    font-weight: 900;
}

.buzzen-album .photoalbum {
    clear: both;
    margin: 12px 0 18px;
    padding: 18px 14px 2px;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 28px rgba(14, 65, 104, .08);
}

.buzzen-album .photoalbum ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 !important;
    margin: 0 !important;
}

.buzzen-album .photoalbum ul li.buzzen-album-photo-item {
    float: none !important;
    width: calc(33.333% - 11px) !important;
    height: auto !important;
    min-height: 0 !important;
    list-style: none;
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-align: center;
}

.buzzen-album .buzzen-album-photo-link {
    display: block;
    padding: 7px;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #eef8ff);
    box-shadow: 0 10px 22px rgba(17, 71, 111, .12);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.buzzen-album .buzzen-album-photo-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 210, 74, .62);
    box-shadow: 0 15px 30px rgba(17, 71, 111, .18);
}

.buzzen-album .buzzen-album-photo-img {
    display: block;
    width: 100% !important;
    height: 118px !important;
    object-fit: cover;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
}

.buzzen-album .buzzen-album-photo-actions {
    margin-top: 8px;
    text-align: center;
}

.buzzen-album .buzzen-album-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    padding: 6px 10px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffd24a, #f5ad24) !important;
    color: #102f4e !important;
    font-weight: 900 !important;
    font-size: 12px;
    box-shadow: 0 8px 18px rgba(213, 145, 20, .22);
    text-decoration: none !important;
}

.buzzen-album .buzzen-album-detail-btn:hover {
    background: linear-gradient(135deg, #ffe27a, #ffc23d) !important;
    color: #102f4e !important;
}

.buzzen-album .sidebar-widget-header {
    position: relative;
    margin: 0 0 12px !important;
    padding: 10px 14px;
    border: 1px solid rgba(71, 151, 213, .22);
    border-radius: 14px 14px 6px 6px;
    background: linear-gradient(135deg, #103858 0%, #155c91 72%, #1b79bd 100%);
    box-shadow: 0 10px 22px rgba(12, 55, 91, .14), inset 0 1px 0 rgba(255,255,255,.12);
    overflow: hidden;
}

.buzzen-album .sidebar-widget-header:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: #ffd24a;
    box-shadow: 0 0 18px rgba(255, 210, 74, .45);
}

.buzzen-album .sidebar-widget-header h1 {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-family: Oswald, Arial Narrow, Arial, sans-serif;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 800;
    letter-spacing: .3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.28);
    text-transform: uppercase;
}

.buzzen-album .sidebar-widget-header h1 .fa,
.buzzen-album .sidebar-widget-header h1 i {
    color: #ffd24a;
    margin-right: 7px;
    text-shadow: 0 0 14px rgba(255, 210, 74, .25);
}

.buzzen-album .blog-list {
    margin-bottom: 18px;
    border: 1px solid rgba(34, 103, 154, .13) !important;
    border-radius: 0 0 14px 14px;
    background: rgba(255,255,255,.82) !important;
    box-shadow: 0 8px 18px rgba(17, 71, 111, .07);
    overflow: hidden;
}

.buzzen-album .blog-list .list-group-item {
    margin: 0 0 8px !important;
    padding: 10px 12px;
    border-color: rgba(34, 103, 154, .13) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow: 0 7px 18px rgba(17, 71, 111, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.buzzen-album .blog-list .list-group-item:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 210, 74, .55) !important;
    box-shadow: 0 12px 24px rgba(17, 71, 111, .12);
}

.buzzen-album .blog-list .list-group-item a {
    color: #12486f;
    font-weight: 700;
}

.buzzen-album .blog-list .list-group-item a:hover {
    color: #0e7dcc;
    text-decoration: none;
}

.buzzen-album .mpagination .pagination > li > a,
.buzzen-album .mpagination .pagination > li > span {
    border-color: rgba(34, 103, 154, .14);
    color: #12486f;
    font-weight: 800;
}

.buzzen-album .mpagination .pagination > .active > a,
.buzzen-album .mpagination .pagination > .active > span {
    border-color: #f5ad24 !important;
    background: linear-gradient(135deg, #ffd24a, #f5ad24) !important;
    color: #102f4e !important;
}

@media screen and (max-width: 991px) {
    .buzzen-album .buzzen-album-sidecol {
        margin-top: 18px;
    }

    .buzzen-album .buzzen-album-switcher {
        float: none;
        width: 100%;
        justify-content: space-between;
        margin: 0 0 12px;
    }
}

@media screen and (max-width: 991px) {
    .buzzen-login-row {
        display: block;
    }

    .buzzen-login-form-col,
    .buzzen-login-side-col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .buzzen-album .buzzen-album-panel {
        padding: 14px !important;
        border-radius: 14px;
    }

    .buzzen-album .buzzen-album-title {
        font-size: 18px;
    }

    

    

    

    

    

    

    

    .buzzen-album .buzzen-album-switcher {
        display: block;
        text-align: left;
    }

    .buzzen-album .buzzen-album-select {
        width: 100%;
        max-width: none;
        min-width: 0;
        margin-top: 6px;
    }

    .buzzen-album .buzzen-album-photo-img {
        height: 135px !important;
    }
}


/* Buzzen album layout refinement: keep album picker inside viewing bar and compact photo grid */
.buzzen-album .buzzen-album-viewing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 16px;
    padding: 10px 12px;
}

.buzzen-album .buzzen-album-viewing-label {
    min-width: 0;
}

.buzzen-album .buzzen-album-viewing-label strong {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.buzzen-album .buzzen-album-switcher {
    float: none !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.buzzen-album .buzzen-album-select {
    height: 32px;
    max-width: 190px;
    min-width: 155px;
    padding: 5px 28px 5px 11px;
    font-size: 13px;
}

.buzzen-album .photoalbum {
    padding: 12px 10px 0;
}

.buzzen-album .photoalbum ul.row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.buzzen-album .photoalbum ul li.buzzen-album-photo-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin: 0 0 16px !important;
}

.buzzen-album .buzzen-album-photo-link {
    padding: 5px;
    border-radius: 14px;
}

.buzzen-album .buzzen-album-photo-img {
    height: 104px !important;
    border-radius: 10px;
}

.buzzen-album .buzzen-album-photo-actions {
    margin-top: 7px;
}

.buzzen-album .buzzen-album-detail-btn {
    min-width: 0;
    padding: 5px 9px !important;
    font-size: 11px;
}

.buzzen-album .buzzen-album-sidecol .blog-list {
    padding: 8px;
}

.buzzen-album .buzzen-album-sidecol .blog-list:empty {
    min-height: 46px;
}

.buzzen-album .buzzen-album-sidecol .blog-list .list-group-item:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
    .buzzen-album .buzzen-album-viewing {
        align-items: stretch;
        flex-direction: column;
    }

    .buzzen-album .buzzen-album-switcher {
        width: 100% !important;
        justify-content: space-between;
    }

    .buzzen-album .buzzen-album-select {
        max-width: 260px;
    }
}

@media screen and (max-width: 991px) {
    .buzzen-login-row {
        display: block;
    }

    .buzzen-login-form-col,
    .buzzen-login-side-col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .buzzen-album .buzzen-album-viewing {
        gap: 10px;
    }

    .buzzen-album .buzzen-album-switcher {
        display: flex;
        align-items: center;
    }

    .buzzen-album .buzzen-album-select {
        width: 100%;
        max-width: none;
        min-width: 0;
        margin-top: 0;
    }

    .buzzen-album .buzzen-album-photo-img {
        height: 112px !important;
    }
}

@media screen and (max-width: 480px) {
    .buzzen-album .photoalbum ul li.buzzen-album-photo-item {
        width: 100% !important;
    }

    .buzzen-album .buzzen-album-photo-img {
        height: 145px !important;
    }
}


@media (max-width: 991px) {
    .buzzen-album .photoalbum ul li.buzzen-album-photo-item {
        width: calc(50% - 8px) !important;
    }
}

@media (max-width: 520px) {
    .buzzen-album .photoalbum ul {
        gap: 12px;
    }

    .buzzen-album .photoalbum ul li.buzzen-album-photo-item {
        width: 100% !important;
    }

    .buzzen-album .buzzen-album-photo-img {
        height: 135px !important;
    }
}


.buzzen-album .photoalbum ul li.buzzen-album-photo-item{
    align-items:center !important;
}

.buzzen-album .buzzen-album-photo-actions{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}

.buzzen-album .buzzen-album-detail-btn{
    margin:0 auto !important;
}

/* Buzzen picture page theme */
.buzzen-picture {
    position: relative;
    max-width: 1180px;
    margin-top: 22px;
    margin-bottom: 78px;
    padding: 18px 22px 30px;
    border: 1px solid rgba(35, 93, 137, .18);
    border-radius: 18px;
    background: rgba(246, 250, 253, .88);
    box-shadow: 0 22px 55px rgba(13, 43, 72, .18), inset 0 1px 0 rgba(255,255,255,.85);
    overflow: hidden;
}

.buzzen-picture:before {
    content: "";
    position: absolute;
    right: -105px;
    top: -135px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(255, 210, 74, .15);
    pointer-events: none;
}

.buzzen-picture .mainh2 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px !important;
    padding: 11px 15px !important;
    border: 1px solid rgba(71, 151, 213, .22) !important;
    border-radius: 14px 14px 6px 6px !important;
    background: linear-gradient(135deg, #103858 0%, #155c91 72%, #1b79bd 100%) !important;
    color: #ffffff !important;
    font-family: Oswald, Arial Narrow, Arial, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.28);
    box-shadow: 0 10px 22px rgba(12, 55, 91, .14), inset 0 1px 0 rgba(255,255,255,.12);
    overflow: hidden;
}

.buzzen-picture .mainh2:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 76px;
    height: 3px;
    border-radius: 999px;
    background: #ffd24a;
    box-shadow: 0 0 18px rgba(255, 210, 74, .45);
}

.buzzen-picture .mainh2 .fa-solid {
    color: #ffd24a !important;
    margin-right: 8px;
}

.buzzen-picture-soft-divider {
    display: none;
}

.buzzen-picture .breadcrumbuser {
    position: relative;
    z-index: 1;
    margin: 0 0 14px !important;
    padding: 9px 12px !important;
    border: 1px solid rgba(34, 103, 154, .13) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.78) !important;
    box-shadow: 0 7px 18px rgba(17, 71, 111, .06);
}

.buzzen-picture .breadcrumbuser a {
    color: #13527f;
    font-weight: 700;
}

.buzzen-picture .breadcrumbuser > .active {
    color: #607888;
    font-weight: 700;
}

.buzzen-picture .buzzen-picture-content {
    position: relative;
    z-index: 1;
    margin-left: -10px;
    margin-right: -10px;
}

.buzzen-picture .buzzen-picture-maincol,
.buzzen-picture .buzzen-picture-sidecol {
    padding-left: 10px;
    padding-right: 10px;
}

.buzzen-picture .sidebar-widget-header {
    position: relative;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(71, 151, 213, .22) !important;
    border-radius: 14px 14px 6px 6px !important;
    background: linear-gradient(135deg, #103858 0%, #155c91 72%, #1b79bd 100%) !important;
    box-shadow: 0 10px 22px rgba(12, 55, 91, .14), inset 0 1px 0 rgba(255,255,255,.12);
    overflow: hidden;
}

.buzzen-picture .sidebar-widget-header:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: #ffd24a;
    box-shadow: 0 0 18px rgba(255, 210, 74, .45);
}

.buzzen-picture .sidebar-widget-header h1 {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-family: Oswald, Arial Narrow, Arial, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.28);
    word-wrap: break-word;
}

.buzzen-picture .sidebar-widget-header h1:after {
    display: none;
}

.buzzen-picture .sidebar-widget-header h1 .fa,
.buzzen-picture .sidebar-widget-header h1 i {
    color: #ffd24a;
    margin-right: 7px;
    text-shadow: 0 0 14px rgba(255, 210, 74, .25);
}

.buzzen-picture .buzzen-picture-likebar {
    min-height: 48px;
    padding: 11px 13px;
    color: #31546f;
    display: block;
    border: 1px solid rgba(22, 83, 130, .13);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: rgba(255,255,255,.82);
    font-size: 14px;
}

.buzzen-picture .buzzen-picture-likebar > .fa-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    border-radius: 999px;
    background: rgba(217, 75, 75, .10);
}

.buzzen-picture .buzzen-picture-likebar #likescount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 2px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(255, 210, 74, .24);
    color: #174f80;
    font-weight: 800;
}

.buzzen-picture .buzzen-picture-likebar a {
    color: #174f80;
    font-weight: 700;
}

.buzzen-picture .buzzen-picture-likebar .fa-heart {
    color: #d94b4b !important;
}

.buzzen-picture .buzzen-picture-imageframe {
    margin-top: 14px;
    padding: 14px;
    text-align: center;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 28px rgba(14, 65, 104, .08);
}

.buzzen-picture .buzzen-picture-main-img {
    max-width: 100%;
    height: auto;
    border: 0 !important;
    border-radius: 13px !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: 0 12px 28px rgba(10, 41, 64, .16);
}

.buzzen-picture .buzzen-picture-pager {
    min-height: 48px;
    padding: 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
}

.buzzen-picture .buzzen-picture-navlink {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 210, 74, .22) !important;
    color: #174f80;
    font-family: var(--buzzen-font-heading);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.buzzen-picture .buzzen-picture-navlink.previous {
    margin-right: auto;
}

.buzzen-picture .buzzen-picture-navlink.next {
    margin-left: auto;
}

.buzzen-picture .buzzen-picture-navlink.disabled {
    color: rgba(49, 84, 111, .55);
    background: rgba(255,255,255,.72) !important;
    border: 1px solid rgba(22, 83, 130, .10);
    cursor: default;
}

.buzzen-picture .buzzen-picture-navlink.disabled .fa-solid {
    color: rgba(49, 84, 111, .38);
}

.buzzen-picture .buzzen-picture-navlink a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: -7px -12px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #174f80;
    text-decoration: none;
    transition: all .18s ease;
}

.buzzen-picture .buzzen-picture-navlink a:hover,
.buzzen-picture .buzzen-picture-navlink a:focus {
    background: #ffd24a;
    color: #102f4c;
    box-shadow: 0 9px 18px rgba(194, 145, 13, .18);
    text-decoration: none;
}

.buzzen-picture .buzzen-picture-sidecol .sidebar-widget-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.buzzen-picture .buzzen-picture-sidecol .list-group {
    margin-bottom: 16px !important;
    padding: 8px !important;
    border: 1px solid rgba(22, 83, 130, .12);
    border-radius: 0 0 14px 14px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 10px 20px rgba(13, 58, 93, .07);
}

.buzzen-picture .buzzen-picture-sidecol .list-group-item {
    margin-bottom: 7px;
    border: 1px solid rgba(22, 83, 130, .10) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.74) !important;
    color: #38566f;
}

.buzzen-picture .buzzen-picture-sidecol .list-group-item:last-child {
    margin-bottom: 0;
}

.buzzen-picture .buzzen-picture-report-btn {
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #b83b3b, #e15e5e) !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    box-shadow: 0 9px 18px rgba(119, 29, 29, .22);
}

.buzzen-picture .buzzen-picture-report-btn i {
    color: #fff !important;
}

.buzzen-picture .hiddencomments {
    border-radius: 8px;
    overflow: hidden;
}

.buzzen-picture .comment-char-counter {
    margin-top: 4px;
    color: #6b879d;
}

.buzzen-picture textarea.form-control {
    border-color: rgba(22, 83, 130, .18);
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
}

.buzzen-picture #makecomment {
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #1767a2, #1b8bd5) !important;
    color: #fff !important;
    font-weight: 800 !important;
}

@media screen and (max-width: 991px) {
    .buzzen-picture {
        margin-top: 15px;
        padding: 14px;
    }
}

/* V5 compatibility additions for server-rendered album pages. */
.buzzen-album .buzzen-album-panel { max-width:1180px; margin-left:auto !important; margin-right:auto !important; }
.buzzen-album .breadcrumbuser { display:flex; flex-wrap:wrap; gap:.25rem .4rem; list-style:none; }
.buzzen-album .breadcrumbuser .breadcrumb-item + .breadcrumb-item::before,
.buzzen-picture .breadcrumbuser .breadcrumb-item + .breadcrumb-item::before { content:"/"; color:#8aa0af; padding-right:.4rem; }
.buzzen-album-member-card { display:flex; align-items:center; gap:12px; margin:0 0 14px; padding:10px 12px; border:1px solid rgba(34,103,154,.13); border-radius:14px; background:rgba(255,255,255,.82); }
.buzzen-album-member-card img { width:58px; height:58px; object-fit:cover; border-radius:8px; border:1px solid #ccd9e2; background:#fff; }
.buzzen-album-member-card div { display:flex; flex-direction:column; min-width:0; }
.buzzen-album-member-card strong { font-size:17px; }
.buzzen-album-member-card span { color:#607888; font-size:13px; }
.buzzen-album .buzzen-album-switcher { display:flex; flex-wrap:wrap; align-items:center; gap:6px; }
.buzzen-album .buzzen-album-switcher > span { font-weight:700; color:#54758a; }
.buzzen-album .buzzen-album-switcher a { display:inline-block; padding:4px 9px; border-radius:999px; color:#13527f; background:rgba(255,255,255,.72); border:1px solid rgba(34,103,154,.12); font-size:12px; font-weight:700; text-decoration:none; }
.buzzen-album .buzzen-album-switcher a.active { background:#ffd24a; color:#102f4e; border-color:#efb82f; }
.buzzen-album-empty-state { width:100% !important; padding:26px !important; border:1px dashed rgba(34,103,154,.25); border-radius:14px; color:#607888; display:flex; flex-direction:column; align-items:center; gap:5px; }
.buzzen-album-empty-icon { font-size:30px; color:#155c91; }
.buzzen-album-ad-empty { min-height:120px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; color:#728896; background:rgba(255,255,255,.72); border:1px dashed rgba(34,103,154,.18); border-radius:12px; }
.buzzen-latest-albums-stats { display:flex; align-items:center; gap:14px; margin:0 0 16px; padding:12px 14px; border:1px solid rgba(34,103,154,.13); border-radius:14px; background:rgba(255,255,255,.78); }
.buzzen-latest-stat-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; background:#155c91; color:#ffd24a; font-size:20px; }
.buzzen-latest-stat-copy { display:grid; grid-template-columns:auto auto; align-items:baseline; gap:0 9px; }
.buzzen-latest-stat-copy span { color:#607888; font-size:12px; text-transform:uppercase; font-weight:800; }
.buzzen-latest-stat-copy strong { font-size:24px; color:#123f67; }
.buzzen-latest-stat-copy em { grid-column:1/-1; color:#718694; font-style:normal; font-size:12px; }
.buzzen-latest-albums-grid .buzzen-album-photo-item { width:auto !important; }
.buzzen-latest-album-card { height:100%; padding:6px; border:1px solid rgba(34,103,154,.13); border-radius:14px; background:rgba(255,255,255,.82); }
.buzzen-latest-album-meta { padding:7px 4px 3px; display:flex; flex-direction:column; gap:2px; font-size:11px; color:#607888; }
.buzzen-latest-album-meta strong { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#174f80; }
.buzzen-latest-album-meta a { color:#13527f; font-weight:700; }
.buzzen-latest-album-meta em { font-style:normal; }
.buzzen-album-private-note { padding:5px; text-align:center; color:#a33; font-size:11px; font-weight:800; }
.buzzen-album-photo-img.is-private { border:2px solid #d9534f !important; }
.buzzen-picture .breadcrumbuser { display:flex; flex-wrap:wrap; gap:.25rem .4rem; list-style:none; }
.buzzen-picture-comments-count { margin:8px 0; font-weight:700; color:#607888; }
.buzzen-picture-comment { display:flex; gap:10px; padding:10px; border-bottom:1px solid #d9e2e8; background:rgba(255,255,255,.72); }
.buzzen-picture-comment.is-highlighted { background:#e2f1e2; }
.buzzen-picture-comment > img { width:45px; height:45px; object-fit:cover; border-radius:50%; border:1px solid #ccc; background:#fff; flex:0 0 auto; }
.buzzen-picture-comment > div { min-width:0; flex:1; }
.buzzen-picture-comment-meta { display:flex; justify-content:space-between; gap:10px; font-size:12px; }
.buzzen-picture-comment-meta a { font-weight:700; color:#13527f; }
.buzzen-picture-comment-meta span { color:#777; white-space:nowrap; }
.buzzen-picture-comment p { margin:4px 0 0; font-size:14px; overflow-wrap:anywhere; }
@media (max-width:767px){ .buzzen-picture-comment-meta{flex-direction:column;gap:1px;} .buzzen-latest-albums-grid .buzzen-album-photo-img{height:120px !important;} }

/* Build 0031: legacy Edit Album layout classes ported from the existing Buzzen presentation. */
.buzzen-editalbum-page { margin-bottom: 24px; }
.buzzen-editalbum-panel { position: relative; padding: 18px; border: 1px solid rgba(34,103,154,.14); border-radius: 18px; background: linear-gradient(135deg,#fff 0%,#f3f9ff 100%); box-shadow: 0 14px 34px rgba(17,71,111,.10); }
.buzzen-editalbum-title { margin-top: 0; color: #123d5c; }
.buzzen-editalbum-title .fa-solid,.buzzen-editalbum-card-header h3 i,.buzzen-editalbum-intro i { color: #f5ad24 !important; }
.buzzen-editalbum-rule { height:4px; width:112px; margin:0 0 15px; border-radius:999px; background:#f5ad24; }
.buzzen-editalbum-page .breadcrumbuser { margin-bottom:14px; }
.buzzen-editalbum-intro { display:flex; gap:10px; margin-bottom:15px; padding:12px 14px; border:1px solid rgba(34,103,154,.14); border-radius:14px; background:rgba(232,246,255,.78); color:#345a72; font-size:13px; font-weight:700; line-height:1.55; }
.buzzen-editalbum-grid { display:flex; flex-wrap:wrap; }
.buzzen-editalbum-card { position:relative; z-index:1; margin-bottom:16px; border:1px solid rgba(34,103,154,.14); border-radius:16px; background:rgba(255,255,255,.97); box-shadow:0 12px 30px rgba(17,71,111,.08); overflow:hidden; }
.buzzen-editalbum-card-header { position:relative; padding:16px 18px 13px; border-bottom:1px solid rgba(34,103,154,.10); background:linear-gradient(135deg,#fbfdff 0%,#f2f9fe 100%); }
.buzzen-editalbum-card-header:after { content:""; position:absolute; left:18px; bottom:0; width:82px; height:3px; border-radius:999px; background:#f5ad24; }
.buzzen-editalbum-card-header h3 { margin:0; color:#123d5c; font-family:Oswald,Arial,sans-serif; font-size:22px; font-weight:800; }
.buzzen-editalbum-card-header h3 i { margin-right:7px; }
.buzzen-editalbum-card-header p { margin:5px 0 0; color:#61798a; font-size:13px; font-weight:700; }
.buzzen-editalbum-card-body { padding:17px; }
.buzzen-editalbum-page .form-control { height:auto; min-height:40px; border:1px solid rgba(34,103,154,.18); border-radius:12px; background:#fff; color:#284a61; box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 7px 18px rgba(17,71,111,.05); }
.buzzen-editalbum-page .form-control:focus { border-color:rgba(245,173,36,.70); box-shadow:0 0 0 3px rgba(255,210,74,.20),inset 0 1px 0 rgba(255,255,255,.75); }
.buzzen-editalbum-space { margin:10px 0 12px; padding:9px 10px; border:1px solid rgba(34,103,154,.12); border-radius:12px; background:#eef7fe; color:#345a72; font-size:13px; font-weight:800; text-align:center; }
.buzzen-editalbum-check { display:block; margin:0 0 9px; padding:9px 10px; border:1px solid rgba(34,103,154,.12); border-radius:12px; background:#fff; color:#345a72; font-size:13px; font-weight:800; }
.buzzen-editalbum-check input { margin-right:6px; }
.buzzen-editalbum-alert { margin:0 0 14px; border-radius:12px; font-weight:800; text-align:center; }
.buzzen-editalbum-upload-row { margin-bottom:10px; }
.buzzen-editalbum-button-row { display:flex; flex-wrap:wrap; gap:8px; }
.buzzen-editalbum-button-row .btn { border-radius:999px; font-weight:900; }
.buzzen-editalbum-photoalbumedit ul { margin:0; padding:0; list-style:none; }
.buzzen-editalbum-picture-item { margin-bottom:14px; }
.buzzen-editalbum-picture-card { min-height:160px; padding:12px; border:1px solid rgba(34,103,154,.12); border-radius:16px; background:linear-gradient(135deg,#fff 0%,#f7fbff 100%); box-shadow:0 9px 22px rgba(17,71,111,.06); }
.buzzen-editalbum-picture-card img { width:100px; height:100px; float:left; padding:4px; border:1px solid rgba(34,103,154,.16); border-radius:14px; background:#fff; object-fit:cover; }
.buzzen-editalbum-picture-actions { min-height:110px; margin-left:118px; }
.buzzen-editalbum-picture-actions a,.buzzen-editalbum-picture-actions .btn-link { display:block; margin-bottom:6px; padding:6px 8px !important; border:1px solid rgba(34,103,154,.12); border-radius:12px; background:linear-gradient(135deg,#fff 0%,#f6fbff 100%); color:#22679a; font-size:13px; font-weight:900; text-align:left; width:100%; }
.buzzen-editalbum-picture-actions a:hover,.buzzen-editalbum-picture-actions .btn-link:hover { border-color:rgba(245,173,36,.45); color:#123d5c; }
.buzzen-editalbum-picture-actions i { margin-right:6px; color:#f5ad24 !important; }
.buzzen-editalbum-picture-actions .redlink { color:#c63b3b !important; }
.buzzen-editalbum-set-bg { color:#2d7b45 !important; }
.buzzen-editalbum-unset-bg { color:#bd6a12 !important; }
.buzzen-editalbum-picture-meta { clear:both; margin-top:5px; color:#61798a; font-size:13px; font-weight:700; }
.buzzen-editalbum-picture-meta span { color:#123d5c; font-weight:900; }
.buzzen-editalbum-empty { padding:18px; border:1px dashed rgba(34,103,154,.25); border-radius:16px; background:#f3f9ff; }
@media (max-width:991px){.buzzen-editalbum-grid{display:block}}
@media (max-width:767px){.buzzen-editalbum-panel{padding:14px}.buzzen-editalbum-card-header,.buzzen-editalbum-card-body{padding-left:14px;padding-right:14px}.buzzen-editalbum-picture-card img{float:none;display:block;margin-bottom:10px}.buzzen-editalbum-picture-actions{margin-left:0}}
