/*

Theme Name: Coaster Companions

Theme URI: https://github.com/elementor/hello-theme/
Description: Coaster Companions is a child theme of Hello Elementor, created by Andrew Lowry
Author: Andrew Lowry
Author URI: https://www.andrewlowry.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* Basic CSS Settings and Overrides */

/*Prevent horizontal scrolling */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* List Margins */ 

ul {margin-bottom:20px;}
li {margin-bottom:5px;}

/* Remove icon space */

.elementor-icon-wrapper {line-height: 0;}

/* Equal height CTA */

.elementor-cta {
    flex-direction: column;
    height: 100%;
}
.elementor-cta__content {
    flex-direction: column;
    flex-grow: 1;
}
.elementor-cta__button-wrapper {
    margin-top: auto !important;
}

/* Last Menu Item Button */

@media (min-width: 1025px) {

.elementor-nav-menu > li:last-child a {
	background-color: var(--e-global-color-accent);
	color: #ffffff !important;
	margin-left: 20px!important;
	border-radius: 10px;
	padding: 10px 25px!important;
border: 1px solid var(--e-global-color-accent);
}

.elementor-nav-menu > li:last-child a:hover {
	background-color: #ffffff00;
border: 1px solid #ffffff;
}
}

/* Disable Elementor Pointer underline for the last menu item */

	.elementor-nav-menu > li:last-child a::before,
	.elementor-nav-menu > li:last-child a::after {
    	display: none !important;
}


/****************************************************/

/* Buddy Boss Dashboard Styles 			*/

/****************************************************/

/* Complete Your Profile dashboard card */

/*************************************************/

.elementor-element-b95e21f {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(30, 58, 95, 0.12);
    border: 1px solid rgba(30, 58, 95, 0.08);
}

/* Widget title */

.elementor-element-b95e21f h5 {
    margin: 0 0 25px;
    color: #1E3A5F;
    font-family: "Montserrat", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Main layout */

.elementor-element-b95e21f .profile_completion_wrap {
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
    gap: 28px;
}

/* Circular progress area */

.elementor-element-b95e21f .pc_progress_wrap {
    --pc-percent: 0;
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Progress ring */

.elementor-element-b95e21f .pc_progress_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        conic-gradient(
            #20D095 calc(var(--pc-percent) * 1%),
            #EEF2F6 0
        );
}

/* Inner white circle */

.elementor-element-b95e21f .pc_progress_wrap::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(30, 58, 95, 0.04);
}

/* Centre progress text */

.elementor-element-b95e21f .progress_text_wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}

.elementor-element-b95e21f .progress_text_wrap h3 {
    margin: 0;
    color: #1E3A5F;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}

.elementor-element-b95e21f .progress_text_value {
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 700;
    color: #1E3A5F;
}

.elementor-element-b95e21f .progress_text_unit {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1E3A5F;
}

.elementor-element-b95e21f .progress_text_label {
    display: block;
    margin-top: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #525D6C;
}

/* Hide original horizontal progress bar */

.elementor-element-b95e21f .progress_bit__line {
    display: none;
}

/* Divider between circle and checklist */

.elementor-element-b95e21f .pc_detailed_progress_wrap {
    border-left: 1px solid rgba(30, 58, 95, 0.12);
    padding-left: 28px;
}

/* Checklist */

.elementor-element-b95e21f .pc_detailed_progress {
    margin: 0;
    padding: 0;
    list-style: none;
}

.elementor-element-b95e21f .single_section_wrap {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #525D6C;
    font-size: 1rem;
    line-height: 1.3;
}

.elementor-element-b95e21f .single_section_wrap:last-child {
    margin-bottom: 0;
}

/* Hide section numbers for cleaner checklist */

.elementor-element-b95e21f .section_number {
    display: none;
}

/* Section names */

.elementor-element-b95e21f .section_name a {
    color: #525D6C;
    font-weight: 600;
    text-decoration: none;
}

.elementor-element-b95e21f .section_name a:hover {
    color: var(--e-global-color-accent);
}

/* Completed check icon */

.elementor-element-b95e21f .section_ico {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #20D095;
    font-size: 1rem;
}

/* Completed row */

.elementor-element-b95e21f .single_section_wrap.completed .section_ico {
    background: rgba(32, 208, 149, 0.12);
    color: #20D095;
}

.elementor-element-b95e21f .single_section_wrap.completed .section_name a {
    color: #1E3A5F;
}

/* Incomplete row */

.elementor-element-b95e21f .single_section_wrap.incomplete .section_ico {
    border: 2px solid #D8DEE8;
    background: #ffffff;
    color: transparent;
}

.elementor-element-b95e21f .single_section_wrap.incomplete .section_ico i {
    display: none;
}

.elementor-element-b95e21f .single_section_wrap.incomplete .section_name a {
    color: var(--e-global-color-accent);
}

/* Progress count */

.elementor-element-b95e21f .progress {
    color: #525D6C;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Responsive */

@media (max-width: 767px) {
    .elementor-element-b95e21f {
        padding: 24px;
    }

    .elementor-element-b95e21f .profile_completion_wrap {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 24px;
    }

    .elementor-element-b95e21f .pc_detailed_progress_wrap {
        width: 100%;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(30, 58, 95, 0.12);
        padding-top: 22px;
    }

    .elementor-element-b95e21f .single_section_wrap {
        text-align: left;
    }
}

/****************************************************/

/* Dashboard welcome profile content only */

/****************************************************/

.elementor-element-05f2f5e .cc-dashboard-welcome-card {
    display: flex;
    align-items: center;
    gap: 34px;
    width: 100%;
    min-height: 230px;
    padding: 45px;
}

/* Avatar */

.elementor-element-05f2f5e .cc-dashboard-avatar {
    flex: 0 0 155px;
}

.elementor-element-05f2f5e .cc-dashboard-avatar a {
    display: block;
    line-height: 0;
}

.elementor-element-05f2f5e .cc-dashboard-avatar-img {
    width: 155px !important;
    height: 155px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

/* Content */

.elementor-element-05f2f5e .cc-dashboard-welcome-content {
    flex: 1;
    max-width: 760px;
}

/* Eyebrow */

.elementor-element-05f2f5e .cc-dashboard-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--e-global-color-accent);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Main heading */

.elementor-element-05f2f5e .cc-dashboard-welcome-content h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.4vw, 4.3rem);
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

/* Intro text */

.elementor-element-05f2f5e .cc-dashboard-welcome-content p {
    max-width: 650px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.55;
}

/* Actions */

.elementor-element-05f2f5e .cc-dashboard-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* Shared button styling */

.elementor-element-05f2f5e .cc-dashboard-button,
.elementor-element-05f2f5e .cc-dashboard-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Primary button */

.elementor-element-05f2f5e .cc-dashboard-button {
    background: var(--e-global-color-accent);
    color: #ffffff !important;
    border: 1px solid var(--e-global-color-accent);
}

.elementor-element-05f2f5e .cc-dashboard-button:hover {
    background: #ffffff;
    color: #1E3A5F !important;
    border-color: #ffffff;
}

/* Secondary button */

.elementor-element-05f2f5e .cc-dashboard-link {
    background: rgba(255, 255, 255, 0);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.elementor-element-05f2f5e .cc-dashboard-link:hover {
    background: #ffffff;
    color: #1E3A5F !important;
    border-color: #ffffff;
}

/* Tablet */

@media (max-width: 1024px) {
    .elementor-element-05f2f5e .cc-dashboard-welcome-card {
        gap: 26px;
        padding: 35px;
    }

    .elementor-element-05f2f5e .cc-dashboard-avatar {
        flex: 0 0 130px;
    }

    .elementor-element-05f2f5e .cc-dashboard-avatar-img {
        width: 130px !important;
        height: 130px !important;
    }

    .elementor-element-05f2f5e .cc-dashboard-welcome-content h1 {
        font-size: clamp(2.2rem, 5vw, 3.3rem);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-05f2f5e .cc-dashboard-welcome-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 24px;
        min-height: auto;
        padding: 28px;
    }

    .elementor-element-05f2f5e .cc-dashboard-avatar {
        flex: 0 0 auto;
    }

    .elementor-element-05f2f5e .cc-dashboard-avatar-img {
        width: 110px !important;
        height: 110px !important;
        border-width: 2px;
    }

    .elementor-element-05f2f5e .cc-dashboard-welcome-content h1 {
        font-size: 2.4rem;
    }

    .elementor-element-05f2f5e .cc-dashboard-welcome-content p {
        font-size: 1rem;
    }

    .elementor-element-05f2f5e .cc-dashboard-actions {
        width: 100%;
    }

    .elementor-element-05f2f5e .cc-dashboard-button,
    .elementor-element-05f2f5e .cc-dashboard-link {
        width: 100%;
    }
}

/****************************************************/

/* Dashboard New Members widget */

/****************************************************/

/* List wrapper */

.elementor-element-c69030d .bb-rl-activity-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Each activity item */

.elementor-element-c69030d .activity-update {
    margin: 0;
    padding: 0;
}

.elementor-element-c69030d .update-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

.elementor-element-c69030d .activity-update:last-child .update-item {
    padding-bottom: 0;
    border-bottom: none;
}

/* Avatar area */

.elementor-element-c69030d cite {
    flex: 0 0 56px;
    margin: 0;
    padding: 0;
    font-style: normal;
    line-height: 0;
}

.elementor-element-c69030d cite a {
    display: block;
    line-height: 0;
}

/* Circular avatar */

.elementor-element-c69030d .avatar {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    object-fit: cover;
    border-radius: 50% !important;
    background: #F5F7FA;
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.12);
}

/* Text content */

.elementor-element-c69030d .bp-activity-info {
    flex: 1;
    min-width: 0;
}

.elementor-element-c69030d .bp-activity-info p {
    margin: 0;
    color: #525D6C;
    font-size: 1rem;
    line-height: 1.45;
}

/* Links */

.elementor-element-c69030d .bp-activity-info a {
    color: var(--e-global-color-accent);
    font-weight: 700;
    text-decoration: none;
}

.elementor-element-c69030d .bp-activity-info a:hover {
    color: #1E3A5F;
}

/* Time text */

.elementor-element-c69030d .activity-time-since,
.elementor-element-c69030d .time-since {
    color: var(--e-global-color-accent);
    font-weight: 700;
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-c69030d .update-item {
        align-items: flex-start;
        gap: 14px;
    }

    .elementor-element-c69030d cite {
        flex: 0 0 48px;
    }

    .elementor-element-c69030d .avatar {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
    }

    .elementor-element-c69030d .bp-activity-info p {
        font-size: 0.95rem;
    }
}

/****************************************************/

/* Dashboard Popular Groups widget */

/****************************************************/

.elementor-element-feb353c .item-options {
    display: none !important;
}

/* Reset group list */

.elementor-element-feb353c #groups-list,
.elementor-element-feb353c ul.item-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Individual group row */

.elementor-element-feb353c #groups-list > li,
.elementor-element-feb353c ul.item-list > li {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Avatar wrapper */

.elementor-element-feb353c .item-avatar {
    flex: 0 0 62px !important;
    width: 62px !important;
    height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 0 !important;
}

.elementor-element-feb353c .item-avatar a {
    display: block !important;
    width: 62px !important;
    height: 62px !important;
    line-height: 0 !important;
}

/* Group image */

.elementor-element-feb353c .item-avatar img.avatar {
    display: block !important;
    width: 62px !important;
    height: 62px !important;
    max-width: 62px !important;
    min-width: 62px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-shadow: 0 5px 16px rgba(30, 58, 95, 0.14);
}

/* Text area */

.elementor-element-feb353c #groups-list .item {
    flex: 1 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* Group title */

.elementor-element-feb353c .item-title {
    margin: 0 0 5px !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}

.elementor-element-feb353c .item-title a {
    color: var(--e-global-color-primary) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

.elementor-element-feb353c .item-title a:hover {
    color: var(--e-global-color-accent) !important;
}

/* Member count */

.elementor-element-feb353c .item-meta {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

.elementor-element-feb353c .item-meta .activity {
    color: #525D6C !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

/* Hide hidden inputs / misc output */

.elementor-element-feb353c input[type="hidden"],
.elementor-element-feb353c .more-block.bp-hide {
    display: none !important;
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-feb353c #groups-list,
    .elementor-element-feb353c ul.item-list {
        gap: 16px !important;
    }

    .elementor-element-feb353c #groups-list > li,
    .elementor-element-feb353c ul.item-list > li {
        gap: 14px !important;
    }

    .elementor-element-feb353c .item-avatar,
    .elementor-element-feb353c .item-avatar a {
        flex-basis: 54px !important;
        width: 54px !important;
        height: 54px !important;
    }

    .elementor-element-feb353c .item-avatar img.avatar {
        width: 54px !important;
        height: 54px !important;
        max-width: 54px !important;
        min-width: 54px !important;
        border-radius: 9px !important;
    }

    .elementor-element-feb353c .item-title a {
        font-size: 1rem !important;
    }

    .elementor-element-feb353c .item-meta .activity {
        font-size: 0.9rem !important;
    }
}

/****************************************************/

/* Dashboard Who's Online widget */

/****************************************************/

.elementor-element-7ebfdad .item-options {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
}

.elementor-element-7ebfdad .item-options a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #F5F7FA;
    color: #525D6C;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.elementor-element-7ebfdad .item-options a.selected,
.elementor-element-7ebfdad .item-options a:hover {
    background: color-mix(in srgb, var(--e-global-color-accent) 12%, transparent);
    color: var(--e-global-color-accent);
}

.elementor-element-7ebfdad .widget-num-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--e-global-color-primary);
    font-size: 0.78rem;
    font-weight: 800;
}

.elementor-element-7ebfdad .bp-separator {
    display: none;
}

/* Avatar list */

.elementor-element-7ebfdad .avatar-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

/* Avatar item */

.elementor-element-7ebfdad .item-avatar {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.elementor-element-7ebfdad .item-avatar a {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 0;
}

/* Circular avatar */

.elementor-element-7ebfdad .item-avatar img.avatar {
    display: block;
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    min-width: 56px !important;
    object-fit: cover;
    border-radius: 50% !important;
    background: #F5F7FA;
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.12);
}

/* Online status dot */

.elementor-element-7ebfdad .member-status.online {
    position: absolute !important;
    right: 1px;
    bottom: 1px;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    background: #20D095 !important;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(32, 208, 149, 0.35);
}

/* Empty state */

.elementor-element-7ebfdad .widget-error {
    margin: 0;
    padding: 18px;
    border-radius: 14px;
    background: #F5F7FA;
    color: #525D6C;
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: center;
}

/* Hide reload icon unless needed */

.elementor-element-7ebfdad .bs-widget-reload {
    display: none !important;
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-7ebfdad .item-options {
        flex-wrap: wrap;
        margin-bottom: 18px;
    }

    .elementor-element-7ebfdad .avatar-block {
        gap: 12px;
    }

    .elementor-element-7ebfdad .item-avatar,
    .elementor-element-7ebfdad .item-avatar a,
    .elementor-element-7ebfdad .item-avatar img.avatar {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        min-width: 50px !important;
    }

    .elementor-element-7ebfdad .member-status.online {
        width: 12px !important;
        height: 12px !important;
    }
}

/****************************************************/

/* Dashboard Your New Connections widget */

/****************************************************/

.elementor-element-5b346d9 .bb-rl-activity-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Each connection item */

.elementor-element-5b346d9 .activity-update {
    margin: 0;
    padding: 0;
}

.elementor-element-5b346d9 .update-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

.elementor-element-5b346d9 .activity-update:last-child .update-item {
    padding-bottom: 0;
    border-bottom: none;
}

/* Main avatar */

.elementor-element-5b346d9 cite {
    flex: 0 0 56px;
    margin: 0;
    padding: 0;
    font-style: normal;
    line-height: 0;
}

.elementor-element-5b346d9 cite a {
    display: block;
    line-height: 0;
}

.elementor-element-5b346d9 cite .avatar {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    object-fit: cover;
    border-radius: 50% !important;
    background: #F5F7FA;
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.12);
}

/* Text content */

.elementor-element-5b346d9 .bp-activity-info {
    flex: 1;
    min-width: 0;
}

.elementor-element-5b346d9 .bp-activity-info p {
    margin: 0;
    color: #525D6C;
    font-size: 1rem;
    line-height: 1.45;
}

/* Hide small inline avatar inside the connection text */

.elementor-element-5b346d9 .bp-activity-info p img.avatar {
    display: none !important;
}

/* Links */

.elementor-element-5b346d9 .bp-activity-info a {
    color: var(--e-global-color-accent);
    font-weight: 700;
    text-decoration: none;
}

.elementor-element-5b346d9 .bp-activity-info a:hover {
    color: var(--e-global-color-primary);
}

/* Time text */

.elementor-element-5b346d9 .activity-time-since,
.elementor-element-5b346d9 .time-since {
    color: var(--e-global-color-accent);
    font-weight: 700;
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-5b346d9 .update-item {
        align-items: flex-start;
        gap: 14px;
    }

    .elementor-element-5b346d9 cite {
        flex: 0 0 48px;
    }

    .elementor-element-5b346d9 cite .avatar {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
    }

    .elementor-element-5b346d9 .bp-activity-info p {
        font-size: 0.95rem;
    }
}

/****************************************************/

/* Dashboard I'm Following widget */

/****************************************************/

.elementor-element-878d674 h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Count badge */

.elementor-element-878d674 h5 .widget-num-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--e-global-color-accent);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1;
}

/* Avatar list */

.elementor-element-878d674 .avatar-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

/* Avatar item */

.elementor-element-878d674 .item-avatar {
    width: 58px;
    height: 58px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.elementor-element-878d674 .item-avatar a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 0;
}

/* Circular avatar */

.elementor-element-878d674 .item-avatar img.avatar {
    display: block;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    min-width: 58px !important;
    object-fit: cover;
    border-radius: 50% !important;
    background: #F5F7FA;
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */

.elementor-element-878d674 .item-avatar a:hover img.avatar {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.18);
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-878d674 .avatar-block {
        gap: 12px;
    }

    .elementor-element-878d674 .item-avatar,
    .elementor-element-878d674 .item-avatar a,
    .elementor-element-878d674 .item-avatar img.avatar {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        min-width: 50px !important;
    }

    .elementor-element-878d674 h5 .widget-num-count {
        min-width: 24px;
        height: 24px;
        font-size: 0.78rem;
    }
}

/****************************************************/

/* Dashboard My Followers widget */

/****************************************************/

.elementor-element-d764511 h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Count badge */

.elementor-element-d764511 h5 .widget-num-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--e-global-color-accent);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1;
}

/* Avatar list */

.elementor-element-d764511 .avatar-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

/* Avatar item */

.elementor-element-d764511 .item-avatar {
    width: 58px;
    height: 58px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.elementor-element-d764511 .item-avatar a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 0;
}

/* Circular avatar */

.elementor-element-d764511 .item-avatar img.avatar {
    display: block;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    min-width: 58px !important;
    object-fit: cover;
    border-radius: 50% !important;
    background: #F5F7FA;
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */

.elementor-element-d764511 .item-avatar a:hover img.avatar {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.18);
}

/* Mobile */

@media (max-width: 767px) {
    .elementor-element-d764511 .avatar-block {
        gap: 12px;
    }

    .elementor-element-d764511 .item-avatar,
    .elementor-element-d764511 .item-avatar a,
    .elementor-element-d764511 .item-avatar img.avatar {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        min-width: 50px !important;
    }

    .elementor-element-d764511 h5 .widget-num-count {
        min-width: 24px;
        height: 24px;
        font-size: 0.78rem;
    }
}