/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Getting Started Page
# Features Table
# Community Addons
# Post Formats
# Single Post Title Style
# rtMedia Notice
# BB Platform Pro
# Theme Setting
--------------------------------------------------------------*/

.appearance_page_buddyxpro-welcome .notice.notice-error.is-dismissible.learndash-license-is-dismissible,
.welcome-inner-wrap .learndash-license-is-dismissible {
    display: none;
}


/*--------------------------------------------------------------
# Getting Started Page
--------------------------------------------------------------*/
.buddyx-top-banner-wrapper {
    /* Bleeds back over the 20px wp-admin content padding so the banner runs
       edge to edge. Logical property: a physical margin-left bleeds the wrong
       side under RTL. Reset at the mobile breakpoint, where wp-admin drops the
       padding and the negative margin would push the banner off-screen. */
    margin: 0;
    margin-inline-start: -20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #F5F9FF 0%, #fff 100%);
}

.buddyx-top-banner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
    padding: 32px 20px;
}

.buddyx-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #EAF1FD;
    color: #0957d0;
}

.buddyx-banner-body {
    min-width: 0;
}

.buddyx-theme-version {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    background: #F1F2F4;
    margin-inline-start: 10px;
    padding: 3px 12px;
    border-radius: 100px;
    color: #637381;
    vertical-align: middle;
}

.buddyx-banner-title {
    display: block;
    padding: 0;
    line-height: 1.3;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #242424;
}

.buddyx-banner-description {
    font-style: normal;
    max-width: 650px;
    margin: 0 0 16px;
}

.buddyx-banner-description p {
    font-size: 15px;
    line-height: 1.5em;
    color: #515b67;
    font-weight: 400;
    margin: 0;
}

.buddyx-btn.buddyx-banner-cta {
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 10px;
}

.buddyx-banner-description p {
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    font-weight: 500;
}

.buddyx-dashboard-tabs {
    margin:-10px 10px 30px;
}

.buddyx-dashboard-tabs *,
.buddyx-dashboard-tabs *::before,
.buddyx-dashboard-tabs *::after {
    box-sizing: border-box;
}

.buddyx-dashboard-tabs .content {
    background: none;
    box-shadow: none;
}

.buddyx-dashboard-tabs .tabs {
    display: grid;
}

.buddyx-dashboard-tabs [role="tablist"] {
    display: flex;
    flex-flow: wrap;
    background: #fff;
    /* Bleeds back over the panel's 30px padding so the tab strip spans the card.
       Reset at the mobile breakpoint, where the panel padding shrinks and the
       strip would otherwise be wider than the viewport. */
    margin: 0;
    margin-inline: -30px;
    padding: 0;
    border-bottom: 1px solid var(--bx-color-border, #e6e4e4);
    border-top: 1px solid var(--bx-color-border, #e6e4e4);
    justify-content: center;
}

.buddyx-dashboard-tabs [role="tabpanel"] {
    margin: 4em auto;
    max-width: 1150px;
    width: 100%;
    padding: 0 15px;
}

.buddyx-dashboard-tabs [role="tab"] {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 15px 5px 13px;
    border: 0;
    background-color: transparent;
    color: #637381;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .2s linear;
}

.buddyx-dashboard-tabs [role="tab"]:hover,
.buddyx-dashboard-tabs [role="tab"][aria-selected="true"] {
    color: #0957d0;
    border-color: #0957d0;
}

.buddyx-dashboard-tabs [role="tab"]:focus:not(:focus-visible) {
    outline: 0;
}

/*Welcome screen*/

.buddyx-dashboard-welcome-body {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    column-gap: 30px;
    row-gap: 10px;
    align-items: start;
}

/* The container is a passthrough (display: contents) so its columns become
   direct grid items of the body. This lets the family / child-theme / pro
   sections span the FULL width instead of being trapped in the narrow left
   column, while Customizer Settings keeps the top row beside the sidebar. */
.buddyx-welcome-container {
    display: contents;
}

.buddyx-welcome-container > .buddyx-welcome-column {
    grid-column: 1 / -1;
}

.buddyx-welcome-container > .buddyx-welcome-column:first-child {
    grid-column: 1;
    grid-row: 1;
}

.buddyx-dashboard-welcome-body > .buddyx-theme-sidebar {
    grid-column: 2;
    grid-row: 1;
}

/* Child Theme + Get BuddyX Pro sit side by side to use the full width. */
.buddyx-pro-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.buddyx-pro-row .buddyx-welcome-column {
    margin-bottom: 0;
}

/* "Why upgrade to Pro" benefit cards (tab 2). */
.buddyx-pro-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 4px;
}

.buddyx-highlight-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 20px;
    background: #FBFDFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
}

.buddyx-highlight-card .buddyx-family-card-desc {
    display: block;
    -webkit-line-clamp: unset;
}

/* Wbcom Essential free-companion callout (tab 1). */
.buddyx-welcome-column.buddyx-essential-hero {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.buddyx-essential-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: #EAF1FD;
    color: #0957d0;
}

.buddyx-essential-icon svg {
    width: 40px;
    height: 40px;
}

.buddyx-essential-body {
    flex: 1 1 auto;
    min-width: 0;
}

.buddyx-essential-body .buddyx-tabs-title {
    margin: 8px 0;
}

.buddyx-essential-body .buddyx-bundle-tagline {
    margin: 0;
}

.buddyx-essential-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    list-style: none;
    margin: 14px 0 18px;
    padding: 0;
}

.buddyx-essential-stats li {
    font-size: 13px;
    color: #637381;
}

.buddyx-essential-stats strong {
    margin-right: 3px;
    color: #242424;
    font-weight: 700;
}

@media (max-width: 782px) {
    .buddyx-welcome-column.buddyx-essential-hero {
        flex-direction: column;
        gap: 16px;
    }
}

.buddyx-welcome-column {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 2em;
    box-sizing: border-box;
    border-radius: 16px;
}

.buddyx-welcome-column .buddyx-tabs-title {
    margin: 0 0 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #242424;
}

.buddyx-welcome-column a.section-header-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0957d0;
    text-decoration: none;
}

.buddyx-grid-box-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.buddyx-box-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 14px;
    text-align: left;
    position: relative;
    padding: 14px 16px;
    background: var(--bx-color-bg-subtle, #fbfdff);
    border: 1px solid var(--bx-color-border, #e2e8f0);
    border-radius: 16px;
    text-decoration: none;
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.buddyx-box-item:hover,
.buddyx-box-item:focus {
    border-color: #0957d0;
    box-shadow: 0 8px 20px rgba(9, 87, 208, .08);
    transform: translateY(-2px);
}

span.buddyx-box-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #EAF1FD;
    color: #0957d0;
    line-height: 0;
}

span.buddyx-box-item-icon img,
span.buddyx-box-item-icon svg {
    max-width: 28px;
    max-height: 28px;
}

h4.buddyx-box-item-name {
    flex-grow: 1;
    min-width: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    color: #242424;
    margin: 0;
}

span.buddyx-box-item-chevron {
    flex-shrink: 0;
    display: inline-flex;
    color: #94A3B8;
    transition: color .2s ease, transform .2s ease;
}

.buddyx-box-item:hover span.buddyx-box-item-chevron,
.buddyx-box-item:focus span.buddyx-box-item-chevron {
    color: #0957d0;
    transform: translateX(3px);
}

a.buddyx-box-item-link {
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 18px;
    color: #212B36;
    text-decoration: none;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 8px;
    background: #fff;
}

/*Wbcom Community Family (bundled plugins grid)*/

.buddyx-family-section {
    margin-top: 10px;
}

.buddyx-family-intro {
    margin: -20px 0 25px;
    font-size: 15px;
    line-height: 1.5em;
    color: #637381;
    max-width: 760px;
}

.buddyx-family-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.buddyx-family-card {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #FBFDFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.buddyx-family-card:hover {
    border-color: #0957d0;
    box-shadow: 0 8px 20px rgba(9, 87, 208, .08);
    transform: translateY(-2px);
}

.buddyx-family-card.is-active {
    border-color: #A9E0C3;
    background: linear-gradient(90deg, #E4F5EC 0%, #FBFDFF 45%);
}

.buddyx-family-card-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #EAF1FD;
    color: #0957d0;
}

.buddyx-family-card-logo img {
    width: 36px;
    height: 36px;
    display: block;
}

.buddyx-family-card-logo svg {
    width: 28px;
    height: 28px;
    display: block;
}

.buddyx-family-card-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buddyx-family-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.buddyx-family-card-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3em;
    color: #242424;
    margin: 0;
}

.buddyx-family-card-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;
    color: #637381;
    margin: 0;
}

.buddyx-family-card-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.buddyx-family-card-pill--active {
    color: #0A7A4A;
    background: #E4F5EC;
}

.buddyx-family-card-pill--active::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0A7A4A;
}

.buddyx-family-card-install {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 8px;
    background: #0957d0;
    border: 1px solid #0957d0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}

.buddyx-family-card-install:hover,
.buddyx-family-card-install:focus {
    background: #073e9c;
    border-color: #073e9c;
    color: #fff;
}

.buddyx-install.is-loading {
    opacity: .7;
    cursor: default;
    pointer-events: none;
}

.buddyx-install-error {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.5em;
    color: #C0341C;
}

.buddyx-family-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    padding: 5px 14px 5px 16px;
    color: #212B36;
    text-decoration: none;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 8px;
    background: #fff;
    transition: all .2s ease;
}

.buddyx-family-card-link svg {
    transition: transform .2s ease;
}

.buddyx-family-card-link:hover,
.buddyx-family-card-link:focus {
    background: #0957d0;
    border-color: #0957d0;
    color: #fff;
}

.buddyx-family-card-link:hover svg,
.buddyx-family-card-link:focus svg {
    transform: translateX(2px);
}

.buddyx-family-card-links {
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.buddyx-family-card-links .buddyx-family-card-link {
    margin-top: 0;
}

.buddyx-family-card-link--demo {
    color: #0957d0;
    background: #EAF1FD;
    border-color: #EAF1FD;
}

.buddyx-family-card-link--demo:hover,
.buddyx-family-card-link--demo:focus {
    color: #fff;
    background: #0957d0;
    border-color: #0957d0;
}

@media (max-width: 782px) {
    /* Single column of full-width rows once the content area gets tight. */
    .buddyx-family-grid,
    .buddyx-pro-row {
        grid-template-columns: 1fr;
    }

    /* wp-admin goes to its mobile layout here; without dropping the bleed the
       banner is wider than the viewport and the whole page scrolls sideways. */
    .buddyx-top-banner-wrapper {
        margin-inline-start: 0;
    }

    .buddyx-dashboard-tabs [role="tablist"] {
        margin-inline: 0;
    }
}

@media (max-width: 600px) {
    /* Finger target rather than a cursor target. Left at its natural height on
       desktop, where it sits next to 32px-tall wp-admin buttons. */
    .buddyx-family-card-link {
        min-height: 40px;
    }
}

.buddyx-importer-wrapper {
    display: flex;
    gap: 30px;
    margin: 30px 0 0;
    justify-content: space-between;
}

.buddyx-importer-wrapper .buddyx-box-item-icon {
    display: inline-flex;
    margin-bottom: 14px;
}

.buddyx-importer-wrapper h2.buddyx-tabs-title {
    margin: 0;
}

.buddyx-importer-wrapper a.buddyx-box-item-link {
    display: inline-block;
    padding: 6px 20px 8px;
    background: var(--bx-color-bg-subtle, #fbfdff);
    margin-top: 10px;
}

.buddyx-importer-wrapper a.buddyx-box-item-link:hover,
.buddyx-importer-wrapper a.buddyx-box-item-link:focus {
    background: #0957d0;
    border-color: #0957d0;
    color: #fff;
}

.buddyx-importer-wrapper a.buddyx-box-item-link.all-plugin-installed {
    color: #fff!important;
    background: #0957d0!important;
    border-color: #0957cf!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.buddyx-importer-wrapper a.buddyx-box-item-link.all-plugin-installed::after {
    content: "\f12a";
    font-family: dashicons;
    font-size: 16px;
    margin-left: 5px;
}

.buddyx-welcome-column.buddyx-pro-section {
    margin-top: 25px;
    display: flex;
    gap: 25px;
}

.buddyx-pro-theme-info {
    max-width: 600px;
    width: 100%;
}

.buddyx-welcome-column.buddyx-pro-section span.buddyx-box-item-icon {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: var(--bx-color-bg-subtle, #fbfdff);
    display: block;
    text-align: center;
    border: 1px solid var(--bx-color-border, #e2e8f0);
}

.buddyx-welcome-column.buddyx-pro-section span.buddyx-box-item-icon img {
    display: block;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin: 9px auto;
}

.buddyx-pro-theme-info a.buddyx-box-item-link,
.buddyx-pro-theme-info input.buddyx-box-item-link {
    margin-top: 10px;
    display: inline-block;
    background: #0957d0;
    color: #fff;
    border-color: #0957d0;
    border-radius: 10px;
    padding: 8px 25px 9px;
    transition: all 0.3s;
    cursor: pointer;
}

.buddyx-pro-theme-info input.buddyx-box-item-link {
    border: 1px solid #0957d0;
}

.buddyx-pro-theme-info a.buddyx-box-item-link:hover,
.buddyx-pro-theme-info input.buddyx-box-item-link:hover {
    background: #073e9c;
    border-color: #073e9c;
}

.buddyx-pro-theme-info h2.buddyx-tabs-title {
    margin: 0;
    font-size: 20px;
}

.buddyx-pro-theme-info p,
form.migrate-buddyx-form {
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0;
}

form.migrate-buddyx-form label {
    margin: 5px 0 10px;
    display: block;
}

/*Sidebar Area*/

.buddyx-theme-sidebar{
    width: 100%;
    position: -webkit-sticky;
    top: 0;
    max-width: 320px;
}

.list-section-wrap-widgets {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 15px;
}

.list-section-wrap-widgets h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
    padding-bottom: 14px;
    color: #242424;
    border-bottom: 1px solid #EEF1F4;
}

.buddyx-sidebar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #EAF1FD;
    color: #0957d0;
}

.buddyx-sidebar-icon svg {
    display: block;
}

.buddyx-sidebar-list {
    display: flex;
    flex-flow: column nowrap;
}

.buddyx-sidebar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 4px;
    border-bottom: 1px solid #EEF1F4;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color .2s ease;
}

.buddyx-sidebar-list .buddyx-sidebar-row:last-child {
    border-bottom: 0;
}

.buddyx-sidebar-row:hover,
.buddyx-sidebar-row:focus {
    background: #F5F9FF;
}

.buddyx-sidebar-row-text {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 2px;
}

.buddyx-sidebar-row-text strong {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3em;
    color: #242424;
}

.buddyx-sidebar-row-text span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4em;
    color: #637381;
}

.buddyx-sidebar-row-chevron {
    flex-shrink: 0;
    display: inline-flex;
    color: #94A3B8;
    transition: color .2s ease, transform .2s ease;
}

.buddyx-sidebar-row:hover .buddyx-sidebar-row-chevron,
.buddyx-sidebar-row:focus .buddyx-sidebar-row-chevron {
    color: #0957d0;
    transform: translateX(3px);
}


.buddyx-dashboard-body .buddyx-tabs-title {
    margin: 0 0 20px;
}

.buddyx-row {
    display: flex;
    flex-wrap: wrap;
}

.buddyx-row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.buddyx-col {
    flex: 1 0 0%;
}

.buddyx-col.col-full {
    flex: 0 0 100%;
}

.buddyx-col.col-same {
    flex: 1;
}

.buddyx-row.knowledge-base {
    padding: 15px;
    background: #F4F5F9;
    border-radius: 12px;
    overflow: hidden;
    flex-flow: nowrap;
    align-items: center;
}

.buddyx-row.knowledge-base .buddyx-col.col-left {
    flex: auto;
    max-width: 307px;
}

.buddyx-row.knowledge-base .buddyx-col.col-right {
    flex: auto;
    padding: 30px 50px;
}

.buddyx-row.video-tutorial,
.buddyx-row.support,
.buddyx-row.addons {
    margin: 30px 0;
    gap: 25px;
}

.buddyx-row.video-tutorial img,
.buddyx-support-body .buddyx-col img {
    width: auto;
}

.buddyx-col-wrapper {
    background: #fff;
    border-radius: 15px;
    margin: 0;
    padding: 30px;
    min-width: 230px;
    height: 100%;
}

.buddyx-row.video-tutorial .buddyx-col.col-full {
    margin-bottom: -40px;
}

.buddyx-row.video-tutorial .buddyx-col-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.buddyx-row.video-tutorial .buddyx-col-wrapper .buddyx-col-text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.buddyx-row.video-tutorial .buddyx-col-wrapper .buddyx-col-text .buddyx-btn {
    margin-top: auto;
}

.video-tutorial .buddyx-col-image,
.buddyx-support-body .buddyx-col-image {
    margin-bottom: 17px;
}

.buddyx-col-text h4.buddyx-feature-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.video-tutorial .buddyx-col-text h4.buddyx-feature-title {
    margin-bottom: 25px;
}

.buddyx-row.faq {
    align-items: flex-start;
}

.buddyx-faq-title {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2A32EF;
}

.support .buddyx-col-wrapper {
    display: flex;
    flex-direction: column;
}

.support .buddyx-col-text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.buddyx-row.support .buddyx-btn-primary {
    margin-top: auto;
}

.bp-plugin-addons .buddyx-welcome-column.buddyx-pro-section {
    margin: 0;
}

.buddyx-row.addons .buddyx-col-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.buddyx-row.addons .buddyx-col-wrapper .buddyx-col-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.buddyx-row.addons .buddyx-col-wrapper .buddyx-col-text .buddyx-btn {
    margin-top: auto;
}

@media screen and (min-width: 768px) {
    .buddyx-row.faq .buddyx-col.col-left {
        margin-right: 30px;
        width: calc(50% - 30px);
    }

    .buddyx-row.faq .buddyx-col.col-right {
        margin-left: 30px;
        width: calc(50% - 30px);
    }

    .buddyx-row.knowledge-base .buddyx-btn {
        padding: 18px 70px;
    }
}

@media screen and (max-width: 767px) {
    .buddyx-dashboard-tabs [role="tablist"] {
        justify-content: center;
    }

    .buddyx-dashboard-tabs [role="tab"] {
        margin: 5px;
    }

    .buddyx-row.knowledge-base {
        justify-content: center;
        flex-flow: wrap;
    }

    .buddyx-row.knowledge-base .buddyx-col.col-right {
        padding: 20px;
    }

    .buddyx-row.knowledge-base .buddyx-btn {
        width: 100%;
    }

    .buddyx-row.faq .buddyx-col.col-left,
    .buddyx-row.faq .buddyx-col.col-right {
        flex: 1 0 100%;
    }

    .buddyx-col-wrapper {
        padding: 20px;
    }

    .buddyx-row.addons .buddyx-col-wrapper {
        min-width: 230px;
    }

    .buddyx-dashboard-welcome-body {
        display: block;
    }

    .buddyx-theme-sidebar {
        max-width: 100%;
        margin-top: 30px;
    }

}

.buddyx-divider {
    margin: 30px 0;
    border: 1px solid #e3e3e3;
}

.buddyx-col img {
    width: 100%;
    height: auto;
}

.buddyx-feature-sub-title-a {
    color: #242424;
    text-decoration: none;
}

.buddyx-feature-sub-title-a:hover {
    color: var(--bx-color-accent, #ef5455);
}

.buddyx-col a {
    text-decoration: none;
}

.buddyx-text-center {
    text-align: center;
}

.buddyx-feature-title {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
}

.buddyx-col-content {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.buddyx-btn {
    display: inline-block;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 13px;
    transition: all .2s linear;
}

.buddyx-btn-primary {
    background: #0957d0;
    color: #fff;
}

.buddyx-btn-primary:focus,
.buddyx-btn-primary:hover {
    background: #073e9c;
    color: #fff;
}

.buddyx-home-banner img {
    max-width: 100%;
    height: auto;
}

.buddy-plugin-row {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.addon-section {
    width: 100%;
    max-width: calc(25% - 20px);
    margin: 10px;
    /* margin-bottom: 10px; */
    padding: 0;
    /* border: 1px #000 solid; */
    box-sizing: border-box;
    box-shadow: 1px 5px 10px -5px #dadadab3;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}

.addon-section:hover {
    transform: translateY(-10px);
    transition: all 0.3s;
}

.addon-section a {
    text-decoration: none;
}

.addon-section img {
    max-width: 100%;
    height: auto;
}

.addon-content {
    padding: 15px 10px;
    text-align: center;
}

.addon-content h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .addon-section {
        max-width: calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .buddyx-dashboard-tabs [role="tabpanel"] {
        padding: 25px;
    }

    .buddyx-btn {
        padding: 12px 15px;
    }

    .addon-section {
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 380px) {
    .addon-section {
        max-width: calc(100% - 20px);
    }
    .buddyx-grid-box-wrap {
        grid-template-columns: repeat(1,1fr);
    }
}

@media (max-width: 480px) {

    .buddyx-grid-box-wrap {
        grid-template-columns: repeat(1,1fr);
    }

    .buddyx-importer-wrapper {
        display: block;
    }

    .buddyx-welcome-column {
        margin-bottom: 30px;
    }

    .buddyx-welcome-column.buddyx-pro-section {
        display: block;
    }

    .buddyx-welcome-column.buddyx-pro-section span.buddyx-box-item-icon {
        margin-bottom: 20px;
    }

    .buddyx-theme-sidebar {
        max-width: 100%;
    }

    .buddyx-dashboard-tabs [role="tabpanel"] {
        margin: 2em auto;
    }
}

@media screen and (min-width: 479px) and (max-width: 649px) {

    .buddyx-grid-box-wrap {
        grid-template-columns: repeat(2,1fr);
    }

}


@media screen and (min-width: 768px) and (max-width: 1153px) {

    .buddyx-grid-box-wrap {
        grid-template-columns: repeat(2,1fr);
    }

}


/*--------------------------------------------------------------
# Features Table
--------------------------------------------------------------*/


.buddyxpro-features-banner {
    content: "";
    width: 100%;
    background-image: url(../../images/buddyxpro-theme-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    overflow: hidden;
}

.buddyxpro-features-content {
    padding-left: 100px;
    padding-right: 50px;
}

.buddyxpro-features-content img {
    width: 100%;
    max-width: 350px;
    margin-bottom: 5px;
}

.buddyxpro-features-content .buddyx-col-content {
    color: #fff;
}

.buddyxpro-features-content .buddyx-btn {
    padding: 12px 50px;
}

.buddyxpro-features-image img {
    width: 100%;
    max-width: 400px;
}

.buddyx-features-column {
    margin-top: 10px;
}

.buddyx-features-column .buddyx-tabs-title {
    display: block;
}

table.buddyx-features-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    overflow: hidden;
}

.buddyx-features-table thead tr th {
    background-color: #242424;
}

.buddyx-features-table thead tr th h3 {
    color: #fff;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4em;
}

.buddyx-features-table thead tr th,
.buddyx-features-table tbody tr td {
    padding: 12px 20px;
}

.buddyx-features-table tbody tr td {
    font-weight: 500;
    font-size: 14px;
    color: #242424;
    border: 1px solid #E2E8F0;
}

.buddyx-features-table td.buddyx-main-feature {
    margin: 0;
    background-color: #EAF1FD;
    color: #0957d0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
}

.buddyx-features-table .icon-close {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(../../images/icon-close.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
}

.buddyx-features-table .icon-check {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../images/icon-check.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
}

.buddyx-features-table .bx-limited {
    color: #f22222;
}

@media screen and (max-width: 991px) {
    .buddyxpro-features-banner {
        flex-flow: wrap;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    .buddyxpro-features-content {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .buddyxpro-features-content .buddyx-btn {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 543px) {
    .buddyx-features-table-inner {
        max-width: calc(100vw - 100px);
        overflow: auto;
        padding: 0 1px 15px;
    }
}

@media screen and (max-width: 359px) {

    .buddyx-features-table td.buddyx-main-feature,
    .buddyx-features-table thead tr th h3 {
        font-size: 15px;
    }

    .buddyx-features-table tbody tr td,
    .buddyx-features-table thead tr th {
        font-size: 11px;
        hyphens: auto;
    }
}


/*--------------------------------------------------------------
# Post Formats
--------------------------------------------------------------*/

.buddyx_post_format-settings {
    padding: 10px 0 0;
}

.buddyx_post_format-settings .buddyx_input_section {
    padding: 10px 0 20px 0;
}

.format-setting-label {
    border-bottom: 1px dashed #ccc;
    margin: 0 0 20px 0;
    padding: 5px 0 1px 0;
    width: 100%;
}

.format-setting-label .label {
    background: none;
    border: none;
    color: #222;
    cursor: text;
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0;
    padding: 0 0 9px 0;
    text-shadow: none;
}

input#buddyx_post_audio,
input#buddyx_post_video {
    width: calc(100% - 60px);
}

.buddyx_quote_format_setting textarea {
    width: 99.9%;
    border: 1px solid #ccc;
    font-family: Consolas, Monaco, monospace;
    line-height: 150%;
    outline: 0;
    padding: 10px;
    resize: vertical;
}

.buddyx_quote_format_setting input,
.buddyx_link_format_setting input {
    width: 100%;
    border: 1px solid #ccc;
}

.buddyx_audio_format_setting .buddyx_upload_media,
.buddyx_video_format_setting .buddyx_upload_media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.buddyx_images_gallery::after {
    content: '';
    display: table;
    clear: both;
}

.buddyx_images_gallery li {
    position: relative;
    float: left;
    padding: 8px;
    margin: 0;
    color: #444;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 33.3333%;
    box-sizing: border-box;
}

@media (min-width: 600px) {
    .buddyx_images_gallery li {
        width: 20%;
    }
}

@media (min-width: 800px) {
    .buddyx_images_gallery li {
        width: 15%;
    }
}

@media (min-width: 1024px) {
    .buddyx_images_gallery li {
        width: 11.11%;
    }
}

.buddyx_images_gallery .thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .1s;
}

.buddyx_images_gallery .thumbnail::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.buddyx_images_gallery .thumbnail .centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
}

.buddyx_images_gallery .thumbnail .centered img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.buddyx_images_gallery .actions .delete {
    display: none;
    height: 24px;
    width: 24px;
    padding: 0;
    border: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    outline: none;
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.buddyx_images_gallery li:hover .actions .delete {
    display: block;
}

.buddyx_images_gallery .actions .delete i {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*--------------------------------------------------------------
# Single Post Title Style
--------------------------------------------------------------*/

.buddyx_post_settings .buddyx_radio_list {
    display: flex;
    flex-flow: wrap;
}

.buddyx_post_settings .buddyx_radio_list li.buddyx_radio_list_item {
    position: relative;
    padding: 4px;
}

.buddyx_post_settings .buddyx_radio_list input.buddyx_radio_input {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0;
    outline: 0;
    opacity: 0;
}

.buddyx_post_settings .buddyx_radio_list img.post-title-image {
    max-width: 90px;
    border: 1px solid #ddd;
}

.buddyx_post_settings .buddyx_radio_list input.buddyx_radio_input:checked~img.post-title-image,
.buddyx_post_settings .buddyx_radio_list input.buddyx_radio_input:focus~img.post-title-image {
    outline: 2px solid #007cba;
}

/*--------------------------------------------------------------
# rtMedia Notice
--------------------------------------------------------------*/
.error.rtmedia-update-template-notice {
    display: none;
}

/*--------------------------------------------------------------
# BB Platform Pro
--------------------------------------------------------------*/
.bb-pro-inactive {
    display: none;
}/*--------------------------------------------------------------
# Community Bundle (Getting Started > Community Bundle tab)
# Added by wp-plugin-onboard audit follow-up 2026-06-05.
# Token-aware (--bx-color-* with hex fallbacks) so it inherits dark mode.
--------------------------------------------------------------*/
.buddyx-bundle-hero {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 28px;
    margin: 0 0 24px;
    background: var(--bx-color-bg-subtle, #fbfdff);
    border: 1px solid var(--bx-color-border, #e2e8f0);
    border-radius: 16px;
}

.buddyx-bundle-hero-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: var(--bx-color-bg, #fff);
    border: 1px solid var(--bx-color-border, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.buddyx-bundle-hero-icon img {
    max-width: 56px;
    height: auto;
}

.buddyx-bundle-hero-body {
    flex: 1 1 auto;
    min-width: 0;
}

.buddyx-bundle-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #0957d0;
    background: rgba(9, 87, 208, 0.08);
    border: 1px solid rgba(9, 87, 208, 0.2);
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 12px;
}

.buddyx-bundle-hero-body h2.buddyx-tabs-title {
    margin: 0 0 8px;
    font-size: 22px;
    color: var(--bx-color-text, #242424);
}

.buddyx-bundle-tagline,
.buddyx-section-intro {
    font-size: 15px;
    line-height: 1.6;
    color: var(--bx-color-text-muted, #515b67);
    margin: 0 0 18px;
    max-width: 760px;
}

.buddyx-bundle-hero .buddyx-btn-primary {
    display: inline-block;
    background: #0957d0;
    color: #fff;
    border: 1px solid #0957d0;
    border-radius: 10px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}

.buddyx-bundle-hero .buddyx-btn-primary:hover,
.buddyx-bundle-hero .buddyx-btn-primary:focus {
    background: #073e9c;
    border-color: #073e9c;
    color: #fff;
}

.buddyx-bundle-highlights {
    padding: 4px 4px 8px;
}

.buddyx-bundle-highlights-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--bx-color-text, #242424);
    margin: 0 0 16px;
}

.buddyx-bundle-foot {
    font-size: 14px;
    color: var(--bx-color-text-muted, #515b67);
    margin: 22px 0 0;
}

.buddyx-bundle-foot a {
    color: #0957d0;
    font-weight: 500;
    text-decoration: none;
}

.buddyx-bundle-foot a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .buddyx-bundle-hero {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
}
