/*
 * Build 0093 — Main-site theme Phase 8: Albums & Pictures.
 * Loaded after album-legacy.css so the established album logic/markup boundary can
 * keep its compatibility layer while the visible presentation follows the approved
 * Donate-derived V5 design language.
 */

.buzzen-album-theme-page {
    min-height: 55vh;
}

.buzzen-album-theme-page .buzzen-album-theme-shell {
    width: 100%;
}

.buzzen-album-theme-page .buzzen-v5-page-title {
    margin-bottom: 12px !important;
}

.buzzen-album-theme-page .buzzen-v5-breadcrumb {
    margin-bottom: 18px;
}

.buzzen-album-theme-page a {
    text-underline-offset: 2px;
}

.buzzen-album-theme-page .form-control,
.buzzen-album-theme-page .form-select {
    border-color: rgba(34, 103, 154, .20);
    border-radius: var(--buzzen-radius-sm);
    color: #283b49;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(14, 65, 104, .04);
    font-size: 14px;
}

.buzzen-album-theme-page .form-control:focus,
.buzzen-album-theme-page .form-select:focus {
    border-color: rgba(27, 121, 189, .52);
    box-shadow: 0 0 0 3px rgba(27, 121, 189, .11);
}

.buzzen-album-theme-page .pagination {
    margin-bottom: 0;
}

.buzzen-album-theme-page .pagination .page-link {
    min-width: 34px;
    border-color: rgba(34, 103, 154, .16);
    color: #155c91;
    text-align: center;
}

.buzzen-album-theme-page .pagination .active > .page-link {
    border-color: #1b79bd;
    background: #1b79bd;
    color: #fff;
}

/* Shared Donate-derived album hero ------------------------------------- */
.buzzen-album-theme-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, .72fr);
    gap: 22px;
    align-items: stretch;
    margin: 0 0 22px;
    padding: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 94% 8%, rgba(255, 210, 74, .21) 0, rgba(255, 210, 74, 0) 29%),
        linear-gradient(135deg, #ffffff 0%, #edf7fd 100%);
}

.buzzen-album-theme-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #1b79bd 0%, #ffd24a 100%);
}

.buzzen-album-theme-hero-copy {
    min-width: 0;
    padding: 4px 4px 4px 8px;
}

.buzzen-album-theme-hero h2 {
    max-width: 760px;
    margin: 0 0 10px;
    color: #123d5c;
    font-family: var(--buzzen-font-heading);
    font-size: clamp(29px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.buzzen-album-theme-hero-copy > p {
    max-width: 780px;
    margin: 0;
    color: #405c70;
    font-size: 15px;
    line-height: 1.7;
}

.buzzen-album-theme-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.buzzen-album-theme-pills span,
.buzzen-album-theme-pills a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid rgba(27, 121, 189, .14);
    border-radius: var(--buzzen-radius-pill);
    background: rgba(255, 255, 255, .88);
    color: #31566d;
    box-shadow: 0 5px 13px rgba(17, 71, 111, .04);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.buzzen-album-theme-pills i {
    color: #1b79bd;
}

.buzzen-album-theme-pills a:hover,
.buzzen-album-theme-pills a:focus {
    border-color: rgba(27, 121, 189, .30);
    color: #155c91;
    background: #fff;
}

.buzzen-album-theme-hero-panel,
.buzzen-album-dark-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(18, 61, 92, .16);
    border-radius: var(--buzzen-radius-md);
    background: linear-gradient(145deg, #103858 0%, #155c91 70%, #1b79bd 100%);
    color: #fff;
    box-shadow: var(--buzzen-shadow-elevated);
}

.buzzen-album-theme-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 21px;
}

.buzzen-album-theme-hero-panel::after,
.buzzen-album-dark-card::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -48px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(255, 210, 74, .13);
    pointer-events: none;
}

.buzzen-album-theme-hero-panel-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--buzzen-radius-md);
    background: rgba(255, 255, 255, .10);
    color: #ffd24a;
    font-size: 22px;
}

.buzzen-album-theme-hero-panel > span,
.buzzen-album-dark-card > span {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .70);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.buzzen-album-theme-hero-panel > strong,
.buzzen-album-dark-card > strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--buzzen-font-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
}

.buzzen-album-theme-hero-panel > p,
.buzzen-album-dark-card > p {
    position: relative;
    z-index: 1;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.55;
}

.buzzen-album-theme-hero-panel > small {
    position: relative;
    z-index: 1;
    margin-top: 13px;
    color: #ffd24a;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-album-theme-alert {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 18px;
    border-radius: var(--buzzen-radius-sm);
    font-size: 14px;
    line-height: 1.5;
}

/* Latest/member album gallery ------------------------------------------ */
.buzzen-album-gallery-section {
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.buzzen-album-gallery-body {
    padding: 19px;
}

.buzzen-latest-albums-grid,
.buzzen-album-photo-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
    margin: 0 !important;
    padding: 0 !important;
}

.buzzen-album-photo-item {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.buzzen-latest-album-card,
.buzzen-member-album-photo-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: var(--buzzen-radius-md);
    background: #fff;
    box-shadow: 0 9px 22px rgba(17, 71, 111, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.buzzen-latest-album-card:hover,
.buzzen-member-album-photo-card:hover {
    transform: translateY(-2px);
    border-color: rgba(27, 121, 189, .28);
    box-shadow: 0 14px 28px rgba(17, 71, 111, .12);
}

.buzzen-album-photo-link {
    position: relative;
    display: block;
    padding: 7px;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(145deg, #eef7fc 0%, #e3f0f8 100%);
}

.buzzen-album-photo-img {
    display: block;
    width: 100% !important;
    height: 132px !important;
    object-fit: cover;
    border: 0 !important;
    border-radius: 10px !important;
    background: #dceaf3;
}

.buzzen-album-photo-img.is-private {
    box-shadow: inset 0 0 0 2px rgba(192, 57, 43, .48);
}

.buzzen-latest-album-meta {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 11px 11px 8px;
}

.buzzen-latest-album-meta strong {
    min-width: 0;
    overflow: hidden;
    color: #123d5c;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.buzzen-latest-album-meta strong i {
    color: #e5a31e;
}

.buzzen-latest-album-meta span,
.buzzen-latest-album-meta em {
    min-width: 0;
    color: #668092;
    font-size: 12px;
    font-style: normal;
    line-height: 1.4;
}

.buzzen-latest-album-meta a {
    color: #176a9e;
    font-weight: 750;
    text-decoration: none;
}

.buzzen-album-photo-actions {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    padding: 0 10px 11px;
}

.buzzen-album-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 7px 10px !important;
    border: 1px solid rgba(27, 121, 189, .17);
    border-radius: var(--buzzen-radius-sm);
    background: #f0f8fd;
    color: #155c91;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-album-detail-btn:hover,
.buzzen-album-detail-btn:focus {
    border-color: #1b79bd;
    background: #1b79bd;
    color: #fff;
}

.buzzen-album-detail-btn span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.buzzen-album-detail-btn span i {
    color: #d94b4b;
}

.buzzen-album-detail-btn:hover span i,
.buzzen-album-detail-btn:focus span i {
    color: #ffd24a;
}

.buzzen-latest-album-private-card {
    border-color: rgba(118, 77, 77, .18);
    background: linear-gradient(180deg, #fff 0%, #fff8f7 100%);
}

.buzzen-album-private-image {
    background: #f6efef;
}

.buzzen-album-private-note {
    margin: 0 10px 11px;
    padding: 7px 9px;
    border-radius: var(--buzzen-radius-sm);
    background: #fff0ef;
    color: #a83b34;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.buzzen-album-theme-pagination {
    margin: 18px 0 0;
    padding: 2px 0;
}

.buzzen-album-theme-empty,
.buzzen-album-privacy-state {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 190px;
    padding: 28px;
    color: #5c7688;
    text-align: center;
}

.buzzen-album-theme-empty > i,
.buzzen-album-privacy-state > i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eaf5fc;
    color: #1b79bd;
    font-size: 24px;
}

.buzzen-album-theme-empty > strong,
.buzzen-album-privacy-state > strong {
    color: #123d5c;
    font-family: var(--buzzen-font-heading);
    font-size: 22px;
    font-weight: 800;
}

.buzzen-album-theme-empty > span,
.buzzen-album-privacy-state > span {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.6;
}

.buzzen-album-privacy-state {
    margin: 19px;
    border: 1px dashed rgba(168, 59, 52, .28);
    border-radius: var(--buzzen-radius-md);
    background: #fff9f8;
}

.buzzen-album-privacy-state > i {
    background: #fff0ef;
    color: #b1433c;
}

/* Member album identity/layout ----------------------------------------- */
.buzzen-album-owner-hero {
    grid-template-columns: minmax(0, 1.7fr) minmax(250px, .68fr);
}

.buzzen-album-owner-identity {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.buzzen-album-owner-avatar {
    display: block;
    width: 94px;
    height: 94px;
    padding: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(27, 121, 189, .16), 0 12px 24px rgba(17, 71, 111, .12);
}

.buzzen-album-owner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.buzzen-album-theme-layout {
    margin-top: 0;
}

.buzzen-album-switcher {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(34, 103, 154, .10);
    background: #fbfdff;
}

.buzzen-album-switcher > span {
    flex: 0 0 auto;
    padding-top: 6px;
    color: #60798b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.buzzen-album-switcher-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.buzzen-album-switcher a {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 10px;
    border: 1px solid rgba(27, 121, 189, .13);
    border-radius: var(--buzzen-radius-pill);
    background: #fff;
    color: #31566d;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.buzzen-album-switcher a:hover,
.buzzen-album-switcher a:focus,
.buzzen-album-switcher a.active {
    border-color: #1b79bd;
    background: #1b79bd;
    color: #fff;
}

.buzzen-album-side-card {
    overflow: hidden;
    margin-bottom: 18px;
}

.buzzen-album-side-heading {
    position: relative;
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 14px 15px;
    border-bottom: 1px solid rgba(34, 103, 154, .10);
    background: linear-gradient(135deg, #fbfdff 0%, #f1f8fd 100%);
}

.buzzen-album-side-heading::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 72px;
    height: 3px;
    border-radius: var(--buzzen-radius-pill);
    background: #f5ad24;
}

.buzzen-album-side-heading > i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: var(--buzzen-radius-sm);
    background: #eaf5fc;
    color: #1b79bd;
}

.buzzen-album-side-heading span,
.buzzen-album-side-heading strong {
    display: block;
}

.buzzen-album-side-heading span {
    margin-bottom: 1px;
    color: #6b8293;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.buzzen-album-side-heading strong {
    color: #123d5c;
    font-family: var(--buzzen-font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}

.buzzen-album-comment-list {
    display: grid;
    gap: 0;
}

.buzzen-album-comment-preview {
    display: grid;
    gap: 3px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(34, 103, 154, .08);
    color: #536f81;
    text-decoration: none;
}

.buzzen-album-comment-preview:last-child {
    border-bottom: 0;
}

.buzzen-album-comment-preview:hover,
.buzzen-album-comment-preview:focus {
    background: #f6fbfe;
}

.buzzen-album-comment-preview strong {
    color: #176a9e;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-album-comment-preview span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.buzzen-album-side-empty {
    padding: 18px 14px;
    color: #738797;
    font-size: 13px;
    text-align: center;
}

.buzzen-album-dark-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
}

.buzzen-album-dark-card > i {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: #ffd24a;
    font-size: 24px;
}

/* Picture detail -------------------------------------------------------- */
.buzzen-picture-page .buzzen-picture-content {
    margin-top: 0;
}

.buzzen-picture-stage,
.buzzen-picture-detail-card,
.buzzen-picture-tool-card,
.buzzen-picture-comments-section {
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.buzzen-picture-likebar {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 13px 16px;
    border-bottom: 1px solid rgba(34, 103, 154, .10);
    background: #fbfdff;
}

.buzzen-picture-like-summary,
.buzzen-picture-like-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.buzzen-picture-like-summary > i {
    color: #d94b4b;
}

.buzzen-picture-like-summary > span {
    color: #526f82;
    font-size: 13px;
    font-weight: 750;
}

.buzzen-picture-like-summary > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 26px;
    padding: 3px 8px;
    border-radius: var(--buzzen-radius-pill);
    background: rgba(255, 210, 74, .22);
    color: #174f80;
    font-size: 13px;
    font-weight: 850;
}

.buzzen-picture-like-button,
.buzzen-picture-follow-button {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid rgba(27, 121, 189, .18);
    border-radius: var(--buzzen-radius-pill);
    background: #eef7fd;
    color: #176a9e;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-picture-like-button i {
    color: #d94b4b;
}

.buzzen-picture-like-button.is-liked,
.buzzen-picture-follow-button.is-following {
    border-color: rgba(168, 59, 52, .18);
    background: #fff2f1;
    color: #a83b34;
}

.buzzen-picture-like-note {
    color: #728797;
    font-size: 12px;
    font-weight: 700;
}

.buzzen-picture-likepeople {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(34, 103, 154, .09);
    background: #f6fbfe;
}

.buzzen-picture-likepeople > strong {
    display: block;
    margin-bottom: 8px;
    color: #345b73;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-picture-likepeople-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.buzzen-picture-likeperson {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid rgba(34, 103, 154, .12);
    border-radius: var(--buzzen-radius-pill);
    background: #fff;
    font-size: 12px;
}

.buzzen-picture-likeperson a {
    color: #176a9e;
    font-weight: 750;
    text-decoration: none;
}

.buzzen-picture-likeperson form,
.buzzen-picture-likeperson .btn {
    margin: 0;
}

.buzzen-picture-likeperson .btn {
    min-width: auto;
    padding: 0 2px;
    color: #b1433c;
    font-size: 12px;
}

.buzzen-picture-imageframe {
    display: grid;
    place-items: center;
    min-height: 430px;
    margin: 0;
    padding: 18px;
    background:
        linear-gradient(45deg, rgba(18, 61, 92, .025) 25%, transparent 25%, transparent 75%, rgba(18, 61, 92, .025) 75%),
        linear-gradient(45deg, rgba(18, 61, 92, .025) 25%, #f8fbfd 25%, #f8fbfd 75%, rgba(18, 61, 92, .025) 75%);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
}

.buzzen-picture-imageframe a {
    display: block;
    max-width: 100%;
}

.buzzen-picture-main-img {
    display: block;
    max-width: 100%;
    max-height: 720px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: var(--buzzen-radius-md);
    box-shadow: 0 16px 38px rgba(10, 41, 64, .18);
}

.buzzen-picture-pager {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px 16px;
    border-top: 1px solid rgba(34, 103, 154, .10);
    background: #fbfdff;
}

.buzzen-picture-navlink,
.buzzen-picture-navlink a,
.buzzen-picture-album-return {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: #176a9e;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-picture-navlink.next {
    justify-self: end;
}

.buzzen-picture-navlink.disabled {
    color: #9aabb6;
}

.buzzen-picture-album-return {
    justify-self: center;
    padding: 7px 10px;
    border-radius: var(--buzzen-radius-pill);
    background: rgba(255, 210, 74, .19);
    color: #31566d;
}

.buzzen-picture-detail-card,
.buzzen-picture-tool-card,
.buzzen-picture-danger-card {
    margin-bottom: 18px;
}

.buzzen-picture-detail-list {
    margin: 0;
}

.buzzen-picture-detail-list > div {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(34, 103, 154, .08);
}

.buzzen-picture-detail-list > div:last-child {
    border-bottom: 0;
}

.buzzen-picture-detail-list dt,
.buzzen-picture-detail-list dd {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.buzzen-picture-detail-list dt {
    color: #60798b;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-picture-detail-list dd {
    color: #334f62;
    font-size: 13px;
    line-height: 1.45;
}

.buzzen-picture-detail-list a {
    color: #176a9e;
    font-weight: 750;
    text-decoration: none;
}

.buzzen-picture-tool-form {
    padding: 15px;
}

.buzzen-picture-danger-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(177, 67, 60, .18);
    border-radius: var(--buzzen-radius-md);
    background: linear-gradient(145deg, #fff 0%, #fff4f3 100%);
    box-shadow: var(--buzzen-shadow-card);
}

.buzzen-picture-danger-card span,
.buzzen-picture-danger-card strong,
.buzzen-picture-danger-card p {
    display: block;
}

.buzzen-picture-danger-card span {
    margin-bottom: 3px;
    color: #a5534e;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.buzzen-picture-danger-card strong {
    color: #74312d;
    font-family: var(--buzzen-font-heading);
    font-size: 19px;
    font-weight: 800;
}

.buzzen-picture-danger-card p {
    margin: 4px 0 0;
    color: #795b59;
    font-size: 12px;
    line-height: 1.5;
}

.buzzen-picture-danger-card form {
    margin: 0;
}

.buzzen-picture-comments-section {
    margin-top: 22px;
}

.buzzen-picture-comments-section .buzzen-v5-section-header {
    flex-wrap: wrap;
}

.buzzen-picture-follow-form {
    margin-left: auto;
}

.buzzen-picture-comments-body {
    padding: 18px;
}

.buzzen-picture-comment-list {
    display: grid;
    gap: 11px;
}

.buzzen-picture-comment {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
    border: 1px solid rgba(34, 103, 154, .12);
    border-radius: var(--buzzen-radius-md);
    background: #fff;
    box-shadow: 0 6px 15px rgba(17, 71, 111, .04);
}

.buzzen-picture-comment.is-highlighted {
    border-color: rgba(245, 173, 36, .55);
    background: #fffdf5;
    box-shadow: 0 0 0 3px rgba(245, 173, 36, .08);
}

.buzzen-picture-comment > img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(27, 121, 189, .15);
}

.buzzen-picture-comment-content {
    min-width: 0;
}

.buzzen-picture-comment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: space-between;
    margin-bottom: 5px;
}

.buzzen-picture-comment-meta a {
    color: #176a9e;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-picture-comment-meta span {
    color: #81929e;
    font-size: 12px;
    font-weight: 650;
}

.buzzen-picture-comment p {
    margin: 0;
    color: #3f596b;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.buzzen-picture-comment-delete {
    min-width: auto;
    margin-top: 7px;
    padding: 0 !important;
    color: #b1433c !important;
    font-size: 12px;
    text-decoration: none;
}

.buzzen-picture-comment-form {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(34, 103, 154, .10);
}

.buzzen-picture-comments-empty {
    min-height: 150px;
    padding-top: 8px;
}

.buzzen-album-privacy-note {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 17px;
    padding: 12px 14px;
    border: 1px solid rgba(34, 103, 154, .12);
    border-radius: var(--buzzen-radius-sm);
    background: #f6fbfe;
    color: #5d7688;
    font-size: 13px;
    font-weight: 650;
}

.buzzen-album-privacy-note i {
    color: #1b79bd;
}

/* Edit Album ------------------------------------------------------------ */
.buzzen-editalbum-page .buzzen-editalbum-grid {
    margin-top: 0;
}

.buzzen-editalbum-storage-panel .buzzen-editalbum-storage-bar {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 8px;
    margin-top: 13px;
    overflow: hidden;
    border: 0;
    border-radius: var(--buzzen-radius-pill);
    background: rgba(255, 255, 255, .16);
    appearance: none;
}

.buzzen-editalbum-storage-bar::-webkit-progress-bar {
    border-radius: var(--buzzen-radius-pill);
    background: rgba(255, 255, 255, .16);
}

.buzzen-editalbum-storage-bar::-webkit-progress-value {
    border-radius: var(--buzzen-radius-pill);
    background: linear-gradient(90deg, #ffd24a 0%, #fff0a0 100%);
}

.buzzen-editalbum-storage-bar::-moz-progress-bar {
    border-radius: var(--buzzen-radius-pill);
    background: linear-gradient(90deg, #ffd24a 0%, #fff0a0 100%);
}

.buzzen-editalbum-card {
    overflow: hidden;
    margin-bottom: 18px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.buzzen-editalbum-card-body {
    padding: 17px;
}

.buzzen-editalbum-empty-inline {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px;
    border: 1px dashed rgba(34, 103, 154, .18);
    border-radius: var(--buzzen-radius-sm);
    background: #f6fbfe;
    color: #61798a;
    font-size: 13px;
}

.buzzen-editalbum-empty-inline i {
    color: #1b79bd;
}

.buzzen-editalbum-privacy-form {
    margin-top: 16px;
}

.buzzen-editalbum-privacy-form fieldset {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.buzzen-editalbum-privacy-form legend {
    margin: 0 0 2px;
    color: #244b67;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.buzzen-editalbum-check {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(34, 103, 154, .11);
    border-radius: var(--buzzen-radius-sm);
    background: #fbfdff;
    color: #405c70;
    cursor: pointer;
}

.buzzen-editalbum-check input {
    margin-top: 3px;
    accent-color: #1b79bd;
}

.buzzen-editalbum-check span,
.buzzen-editalbum-check strong,
.buzzen-editalbum-check small {
    display: block;
}

.buzzen-editalbum-check strong {
    color: #244b67;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-editalbum-check small {
    margin-top: 1px;
    color: #758998;
    font-size: 12px;
    line-height: 1.35;
}

.buzzen-editalbum-danger-divider {
    height: 1px;
    margin: 16px 0;
    background: rgba(177, 67, 60, .12);
}

.buzzen-editalbum-upload-list {
    display: grid;
    gap: 10px;
}

.buzzen-editalbum-upload-row {
    margin: 0 !important;
    padding: 12px;
    border: 1px solid rgba(34, 103, 154, .11);
    border-radius: var(--buzzen-radius-sm);
    background: #fbfdff;
}

.buzzen-editalbum-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
}

.buzzen-editalbum-picture-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 0;
    padding: 0;
}

.buzzen-editalbum-picture-item {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.buzzen-editalbum-picture-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: var(--buzzen-radius-md);
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 71, 111, .06);
}

.buzzen-editalbum-picture-thumb {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: #eaf3f8;
}

.buzzen-editalbum-picture-thumb img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.buzzen-editalbum-picture-thumb > span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 6px 9px;
    border-radius: var(--buzzen-radius-pill);
    background: rgba(16, 56, 88, .92);
    color: #ffd24a;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-editalbum-picture-content {
    padding: 14px;
}

.buzzen-editalbum-picture-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    align-items: center;
    margin-bottom: 10px;
}

.buzzen-editalbum-picture-actions a,
.buzzen-editalbum-picture-actions .btn-link {
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    color: #176a9e;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.buzzen-editalbum-picture-actions .redlink {
    color: #b1433c !important;
}

.buzzen-editalbum-picture-actions .buzzen-editalbum-unset-bg {
    color: #9b6a00 !important;
}

.buzzen-editalbum-picture-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 12px;
    color: #758998;
    font-size: 12px;
    font-weight: 650;
}

.buzzen-editalbum-picture-meta span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.buzzen-editalbum-picture-meta i {
    color: #1b79bd;
}

.buzzen-editalbum-description-form {
    margin: 0;
}

.buzzen-editalbum-description-form .buzzen-v5-input-group .form-control,
.buzzen-editalbum-description-form .buzzen-v5-input-group .btn {
    min-height: 42px;
}

/* Members-only ---------------------------------------------------------- */
.buzzen-albums-members-only .buzzen-album-members-hero {
    margin-bottom: 0;
}

.buzzen-album-login-action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 14px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: var(--buzzen-radius-sm);
    background: #ffd24a;
    color: #123d5c;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.buzzen-album-login-action:hover,
.buzzen-album-login-action:focus {
    background: #ffe176;
    color: #0f324d;
}

/* Responsive ------------------------------------------------------------ */
@media (max-width: 1199.98px) {
    .buzzen-latest-albums-grid,
    .buzzen-album-photo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .buzzen-editalbum-picture-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .buzzen-album-theme-hero,
    .buzzen-album-owner-hero {
        grid-template-columns: 1fr;
    }

    .buzzen-album-theme-hero-panel {
        min-height: 0;
    }

    .buzzen-album-theme-layout > .buzzen-album-sidecol,
    .buzzen-picture-content > .buzzen-picture-sidecol {
        margin-top: 0;
    }

    .buzzen-album-dark-card {
        margin-bottom: 0;
    }

    .buzzen-picture-imageframe {
        min-height: 340px;
    }
}

@media (max-width: 767.98px) {
    .buzzen-album-theme-page .buzzen-v5-page-container {
        padding-top: 26px;
    }

    .buzzen-album-theme-page .buzzen-v5-shell {
        padding: 15px 14px 20px;
    }

    .buzzen-album-theme-hero {
        gap: 16px;
        padding: 20px;
    }

    .buzzen-album-theme-hero h2 {
        font-size: clamp(27px, 8vw, 34px);
    }

    .buzzen-album-owner-identity {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
    }

    .buzzen-album-owner-avatar {
        width: 72px;
        height: 72px;
    }

    .buzzen-latest-albums-grid,
    .buzzen-album-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .buzzen-album-switcher {
        display: grid;
        gap: 8px;
    }

    .buzzen-album-switcher > span {
        padding-top: 0;
    }

    .buzzen-picture-likebar {
        align-items: flex-start;
        flex-direction: column;
    }

    .buzzen-picture-pager {
        grid-template-columns: 1fr 1fr;
    }

    .buzzen-picture-album-return {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .buzzen-picture-navlink.next {
        justify-self: end;
    }

    .buzzen-picture-follow-form {
        width: 100%;
        margin-left: 0;
    }

    .buzzen-picture-follow-button {
        width: 100%;
    }

    .buzzen-picture-detail-list > div {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .buzzen-editalbum-upload-row {
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    .buzzen-album-theme-page .buzzen-v5-page-title {
        font-size: 19px !important;
    }

    .buzzen-album-theme-hero {
        padding: 18px 16px;
    }

    .buzzen-album-theme-pills {
        gap: 7px;
    }

    .buzzen-album-theme-pills span,
    .buzzen-album-theme-pills a {
        width: 100%;
        justify-content: flex-start;
    }

    .buzzen-album-owner-identity {
        grid-template-columns: 1fr;
    }

    .buzzen-album-owner-avatar {
        width: 78px;
        height: 78px;
    }

    .buzzen-latest-albums-grid,
    .buzzen-album-photo-grid {
        grid-template-columns: 1fr;
    }

    .buzzen-album-photo-img {
        height: clamp(190px, 58vw, 275px) !important;
    }

    .buzzen-picture-imageframe {
        min-height: 250px;
        padding: 10px;
    }

    .buzzen-picture-pager {
        padding: 11px;
    }

    .buzzen-picture-detail-list > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .buzzen-picture-comment {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
        padding: 11px;
    }

    .buzzen-picture-comment > img {
        width: 40px;
        height: 40px;
    }

    .buzzen-picture-comment-meta {
        display: grid;
        justify-content: stretch;
    }

    .buzzen-picture-follow-form {
        margin-left: 0;
    }

    .buzzen-editalbum-picture-thumb,
    .buzzen-editalbum-picture-thumb img {
        min-height: 0;
        height: 190px;
    }

    .buzzen-editalbum-button-row > .btn {
        width: 100%;
    }
}
