/* Irish Down Under - WooCommerce my-account: BuddyBoss-style header + menu icons. */

/* ------------------------------- General ------------------------------- */
.bsMyAccount.bsMyAccount--dashboard-inner,
.bp-user .bp-single-vert-nav .bp-wrap {
    gap: 25px;
}
.bp-user .bp-single-vert-nav .bp-wrap:after, .bp-wrap:before {
    display: none;
}
.bp-user .bp-single-vert-nav .bb-profile-grid {
    min-width: 0;
}
.bp-user .bp-single-vert-nav .item-body {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .woocommerce-MyAccount-content {
    padding: 40px !important;
    width: 100% !important;
}
#buddypress.idu-account-bp-header {
	margin-bottom: 30px;
}
.bp-user .bp-single-vert-nav .bp-wrap {
    margin-top: 30px !important;
}

.bsMyAccount.bsMyAccount--dashboard-inner.idu-submit-shell, 
.bp-user .bp-single-vert-nav .bp-wrap {
    align-items: flex-start;
}

.bp-user.notifications #buddypress #item-header {
    display: block !important;
}
.bp-vertical-navs .bb-profile-grid {
    margin-inline: auto !important;
}
#buddypress #header-cover-image .header-cover-img {
    display: block !important;
}
.buddypress #cover-image-container .member-header-actions > .generic-button button {
    transition: background-color 0.5s ease;
}
.buddypress #cover-image-container .member-header-actions > .generic-button button:hover {
    background-color: var(--idu-listings-white);
}
.buddypress #cover-image-container .member-header-actions .generic-button a {
    transition: color 0.2s ease;
}
.buddypress #cover-image-container .bb_more_options .bb_more_options_list .generic-button a:hover {
    color: var(--idu-listings-gold) !important;
}
/* Responsive */
@media (max-width: 480px) {
    .woocommerce .woocommerce-MyAccount-content {
        padding: 20px 16px !important;
    }
}


/* ------------------------------- Common style for both navs ------------------------------- */
/* Nav */
.woocommerce nav.woocommerce-MyAccount-navigation, 
#buddypress .bp-wrap > nav#object-nav, 
.idu-account-shell-grid .idu-account-shell-nav {
    width: 20.5%;
    min-width: 20.5%;
    padding-block: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: var(--idu-listings-radius-sm);
    background: var(--idu-listings-dark);
    box-shadow: var(--idu-listings-shadow);
}
#buddypress nav#object-nav ul {
    display: flex !important;
    flex-direction: column;
}

/* Link */
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li a, 
#buddypress nav#object-nav li > a {
    color: var(--idu-listings-on-dark-soft) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 13px 15px;
    margin-bottom: 0;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 15px;
    transition: color 0.18s ease, background-color 0.18s ease;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li a:not(.idu-account-btn-link):hover, 
#buddypress nav#object-nav .idu-bp-item > a:hover  {
    background-color: transparent !important;
    color: var(--idu-listings-on-dark) !important;
}
#buddypress nav#object-nav li > a .bb-single-nav-item-point {
    padding-bottom: 0;
    border: none !important;
}

/* Section subtitles*/
.woocommerce .woocommerce-MyAccount-navigation-subtitle, 
#buddypress nav#object-nav .idu-bp-subtitle {
	padding: 17px 15px 13px;
	font-size: 13px;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
	color: var(--idu-listings-ink-3);
}
.woocommerce .woocommerce-MyAccount-navigation-subtitle:first-child, 
#buddypress nav#object-nav .idu-bp-subtitle:not(.idu-bp-li ~ .idu-bp-subtitle),
#buddypress nav#object-nav .idu-bp-close-row + .idu-bp-subtitle {
	margin-top: 0;
    padding-top: 0;
}

/* Icon */
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li a i, 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu .idu-account-btn-link i, 
#buddypress nav#object-nav .idu-bp-item .idu-bp-item-icon {
	font-size: 17px;
}

/* "Submit Listing" button row: a filled pill instead of a plain link. */
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu .idu-account-btn-link, 
#buddypress nav#object-nav .idu-bp-btn-link {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
	gap: 12px;
    margin: 13px 15px;
	padding: 12px 15px;
	border-radius: var(--idu-listings-radius-sm);
	background-color: var(--idu-listings-green-2) !important;
	color: var(--idu-listings-on-dark) !important;
    transition: opacity 0.18s ease;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu .idu-account-btn-link:hover, 
#buddypress nav#object-nav .idu-bp-btn-link:hover {
	opacity: 0.92;
}

/* Active link */
#buddypress nav#object-nav .idu-bp-li.idu-active > a, 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li.is-active a {
    background-color: transparent !important;
	color: var(--idu-listings-white) !important;
}
#buddypress nav#object-nav .idu-bp-li.idu-active > a:hover, 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li.is-active a:hover {
    opacity: 0.92;
}

/* Logout button */
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu .idu-account-logout a, 
#buddypress nav#object-nav .idu-bp-li.idu-bp-logout a {
    border-radius: var(--idu-listings-radius-sm) !important;
    border: 1px solid var(--idu-listings-green-2) !important;
    padding: 12px 15px;
    margin: 15px;
    color: var(--idu-listings-on-dark) !important;
    transition: opacity 0.18s ease, background-color 0.18s ease;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li.idu-account-logout a:hover, 
#buddypress nav#object-nav .idu-bp-li.idu-bp-logout a:hover {
    background-color: var(--idu-listings-green-2) !important;
    opacity: 0.92;
}

/* Responsive */
@media (max-width: 1080px) {
    .woocommerce nav.woocommerce-MyAccount-navigation, 
    #buddypress nav#object-nav {
        width: 25%;
    }
}
@media (max-width: 800px) {
    .woocommerce nav.woocommerce-MyAccount-navigation,
    #buddypress nav#object-nav {
        width: 100% !important;
    }
}


/* Mobile flyover (My Account nav / #object-nav) - off-canvas below 800px, see idu-account.js */
.idu-account-nav-head {
    display: none;
}
.idu-account-nav-close {
    display: none;
}
.idu-account-nav-backdrop {
    display: none;
}

@media (max-width: 800px) {
    .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu, 
    #buddypress nav#object-nav ul {
        display: flex !important;
        flex-direction: column;
    }

    .wc-MyAccount-navigation-heading, 
    .idu-account-shell-nav {
        display: none !important;
    }

    .idu-account-nav-head {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: var(--idu-spacing-4);
        padding: 0 0 var(--idu-spacing-4) 0;
        margin-bottom: var(--idu-spacing-4);
        border-bottom: 1px solid #174332;
    }
    .idu-account-nav-avatar {
        flex: none;
        width: 30px;
        height: 30px;
        border-radius: var(--idu-listings-radius-pill);
        overflow: hidden;
        border: 1px solid var(--idu-listings-white);
    }
    .idu-account-nav-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .idu-account-nav-headtext {
        flex: 1 1 auto;
        min-width: 0;
    }
    .idu-account-nav-name {
        color: var(--idu-listings-white);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.32px;
    }
    .idu-account-nav-name .idu-verified-badge {
        display: inline-flex;
        flex: none;
    }
    .idu-account-nav-role {
        color: var(--idu-listings-ink-3);
        font-size: 14px;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }

    .idu-account-nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        border: none !important;
        background: transparent;
        color: var(--idu-listings-on-dark) !important;
        cursor: pointer;
        padding: 0;
        z-index: 1;
        background-color: transparent !important;
        padding: 0 !important;

    }
    .idu-account-nav-close .idu-ico,
    .idu-account-nav-close .idu-icon {
        width: 16px;
        height: 16px;
    }

    .idu-account-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba( 0, 0, 0, 0.45 );
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .idu-account-nav-backdrop.is-open {
        opacity: 1;
        visibility: visible;
    }

    .woocommerce nav.woocommerce-MyAccount-navigation,
    #buddypress nav#object-nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min( 320px, 86vw ) !important;
        min-width: 0 !important;
        border-radius: 0;
        box-shadow: 4px 0 24px rgba( 0, 0, 0, 0.25 );
        transform: translateX( -100% );
        transition: transform 0.28s ease;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1001;
    }
    .woocommerce nav.woocommerce-MyAccount-navigation.is-open,
    #buddypress nav#object-nav.is-open {
        transform: translateX( 0 );
        padding-top: var(--idu-spacing-3);
        border-radius: 0;
    }

    /* Sit below the WP admin bar instead of under it (32px desktop-width bar). */
    body.admin-bar .woocommerce nav.woocommerce-MyAccount-navigation,
    body.admin-bar #buddypress nav#object-nav {
        top: 32px;
        margin-bottom: 0 !important;
    }
}

/* WP switches the admin bar to its 46px mobile height at this breakpoint. */
@media screen and ( max-width: 782px ) {
    body.admin-bar .woocommerce nav.woocommerce-MyAccount-navigation,
    body.admin-bar #buddypress nav#object-nav {
        top: 46px;
    }
}

body.idu-account-nav-lock {
    overflow: hidden;
}


/* ------------------------------- Woo my acc nav ------------------------------- */
.woocommerce-MyAccount-navigation ul li a:before {
	content: none !important;
}

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li a {
	display: flex;
	align-items: center;
}

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu li a i {
	margin-right: 0;
	line-height: 1;
	flex: 0 0 auto;
	vertical-align: middle;
}

/* Section subtitles (Account / Listings / My Listing) in the my-account nav. */
.woocommerce .woocommerce-MyAccount-navigation-subtitle {
	padding: 17px 15px 13px;
	font-size: 13px;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
	color: var(--idu-listings-ink-3);
}

.woocommerce .woocommerce-MyAccount-navigation-subtitle:first-child, 
#buddypress nav#object-nav .idu-bp-subtitle:not(.idu-bp-li ~ .idu-bp-subtitle),
#buddypress nav#object-nav .idu-bp-close-row + .idu-bp-subtitle {
	margin-top: 0;
    padding-top: 0;
}

/* Count suffix on flat items */
.idu-account-item-count {
	color: inherit;
	opacity: 0.7;
}

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu .idu-account-btn-link i {
	line-height: 1;
	flex: 0 0 auto;
}


/* ------------------------------- Sectioned account nav injected into BB member profile nav ------------------------------- */

/* Hide ALL of BuddyBoss's native member-nav items */
#buddypress nav#object-nav > ul > li:not(.idu-bp-li) {
	display: none;
}

#buddypress nav#object-nav .idu-bp-li {
	list-style: none;
	margin: 0;
}

/* Section subtitles (Account / Listings / My Listing). */
#buddypress nav#object-nav .idu-bp-subtitle {
	list-style: none;
}

#buddypress nav#object-nav li {
    padding: 0;
}



/* Active row - blue background matching the theme's native selected state. */
nav#object-nav .selected.idu-active > a:after {
    display: none;
}

#buddypress nav#object-nav .idu-bp-li.idu-active > a .idu-bp-item-icon {
	color: var(--bb-body-background-color) !important;
}

#buddypress nav#object-nav .idu-bp-item .idu-bp-item-icon {
	line-height: 1;
	flex: 0 0 auto;
}

/* Count suffix on flat items (e.g. "Jobs (6)"). */
#buddypress nav#object-nav .idu-bp-item-count {
	color: inherit;
	opacity: 0.7;
    margin-left: 4px;
}

#buddypress nav#object-nav .idu-bp-btn-link i {
	font-size: 17px;
	line-height: 1;
	flex: 0 0 auto;
}




/* Submit-a-Listing shell: hide the theme page title bar so the cover header sits at the top. */
.idu-listings-account-shell .entry-header {
	display: none;
}
/* Profile management screens now render the full sidebar via home.php - hide the duplicate in-content subnav. */
.profile-edit #subnav.user-subnav,
.change-avatar #subnav.user-subnav,
.change-cover-image #subnav.user-subnav,
.settings #subnav.user-subnav,
.notifications #subnav.user-subnav {
	display: none;
}
/* Messages compose screen: hide the empty thread-list pane, let the compose form use full width. */
.messages.compose .bp-messages-container .bp-messages-nav-panel {
	display: none;
}
.messages.compose .bp-messages-container .bp-messages-content {
	width: 100%;
	flex: 1 1 100%;
}
/* Account shell on non-member pages (e.g. group-create) - sidebar + page content, two columns. */
.idu-account-shell-grid {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.idu-account-shell-grid .idu-account-shell-main {
	flex: 1 1 auto;
	min-width: 0;
}
@media (max-width: 800px) {
	.idu-account-shell-grid {
		display: block;
	}
	.idu-account-shell-grid .idu-account-shell-nav {
		max-width: none;
		margin-bottom: 24px;
	}
}
/* Group-create: neutralise BuddyBoss's own centred card so the sidebar can sit outside it. */
body.group-create #primary.content-area {
    padding-top: 1.875rem;
}
.group-create #buddypress.buddypress-wrap {
	max-width: 1260px;
	margin: 0 auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.group-create .idu-account-shell-grid {
	margin: 0 auto;
}
.group-create .idu-account-shell-main {
	background-color: var(--bb-content-background-color);
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-block-radius);
	padding: 40px;
}
/* Group-create: step-tabs band margin adjusted to match our card's padding. */
.group-create #group-create-tabs {
	margin-left: -40px !important;
	margin-right: -40px !important;
}
.idu-account-bp-header.idu-standalone-cover {
	max-width: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 0 30px !important;
}
/* Verified member badge (blue tick beside the name). */

.member-title-wrap .idu-verified-badge {
	margin-left: 6px;
}
.bb-user-content-wrap:has(> .idu-member-badges) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 6px;
}
.bb-user-content-wrap:has(> .idu-member-badges) > .header-meta-wrap,
.bb-user-content-wrap:has(> .idu-member-badges) > .item-meta {
	flex-basis: 100%;
}
/* Badge cluster (verified tick + nationality flag) beside the member name. */
.idu-member-badges {
	display: inline-flex;
	align-items: center;
	gap: 6px;
    margin: 30px 0 6px;
}
.member-title-wrap .idu-nationality-flag {
	margin-left: 6px;
}
.member-title-wrap .idu-nationality-flag svg,
.idu-member-badges .idu-nationality-flag svg {
	width: 20px;
	height: 15px;
}
/* Business card on the member profile view (replaces the raw xprofile fields, hidden). */
.bp-widget.business {
	display: none;
}
.idu-biz-profile-widget {
	margin-bottom: 30px;
}
.idu-biz-profile {
	border: 1px solid var(--bb-content-border-color, #e7e9ec);
	border-radius: 14px;
	padding: 30px;
	background: var(--bb-content-background-color, #fff);
}
.idu-biz-profile-head {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 16px;
}
.idu-biz-profile-logo {
	width: 72px;
	height: 72px;
	border-radius: 14px;
	flex: 0 0 auto;
	background: var(--bb-content-alternate-background-color, #f5f6f7);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.idu-biz-profile-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.idu-biz-profile-logo span {
	font-weight: 700;
	font-size: 26px;
	color: var(--bb-primary-color, #385dff);
}
.idu-biz-profile-name {
	margin: 0 0 3px;
	font-size: 22px;
	color: var(--bb-headings-color, #122b46);
}
.idu-biz-profile-sub {
	color: var(--bb-alternate-text-color, #787f86);
	font-size: 14px;
}
.idu-biz-profile-desc {
	margin: 0 0 18px;
	color: var(--bb-body-text-color, #4b5563);
	line-height: 1.6;
}
.idu-biz-profile-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.idu-biz-profile-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.idu-biz-profile-contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	color: var(--bb-body-text-color, #4b5563);
}
.idu-biz-profile-contact svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	color: var(--bb-alternate-text-color, #787f86);
}
.idu-biz-profile-contact a {
	color: var(--bb-headings-color, #122b46);
	text-decoration: none;
	word-break: break-word;
}
.idu-biz-profile-contact a:hover {
	color: var(--bb-primary-color, #385dff);
}
.idu-biz-profile-hours h4 {
	margin: 0 0 10px;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--bb-headings-color, #122b46);
}
.idu-biz-profile-hours h4 svg {
	width: 16px;
	height: 16px;
}
.idu-biz-hours-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.idu-biz-hours-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 4px 0;
	font-size: 14px;
}
.idu-biz-hours-list .idu-biz-hours-d {
	color: var(--bb-alternate-text-color, #787f86);
}
.idu-biz-hours-list .idu-biz-hours-t {
	color: var(--bb-headings-color, #122b46);
}
@media (max-width: 782px) {
    .bb-user-content-wrap {
        flex-direction: column !important;
    }
    .bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .member-title-wrap {
        margin-bottom: 0 !important;
    }
    .bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .idu-member-badges {
        margin: 0 0 6px;
    }

    .member-title-wrap .idu-nationality-flag {
        margin-left: 0;
    }
}
@media ( max-width: 600px ) {
    .idu-biz-profile {
        padding-block: 20px;
    }
	.idu-biz-profile-cols {
		grid-template-columns: 1fr;
	}
    .group-create .idu-account-shell-main {
        padding: 20px 16px;
    }
    .groups.group-create .buddypress-wrap #group-create-tabs {
        margin-left: -16px !important;
        margin-right: -16px !important;
    }
}
.idu-biz-profile-edit {
	margin-left: auto;
	align-self: flex-start;
	flex: 0 0 auto;
}

/* Viewing someone else's profile: drop the nav sidebar, content goes full width */
body.idu-viewing-other-profile .bp-wrap > nav#object-nav {
	display: none !important;
}
body.idu-viewing-other-profile .bp-wrap .bb-profile-grid {
	width: 100% !important;
	flex: 1 1 100% !important;
}


/* Profile drag and drop - avatar and cover photo uploader */
.buddypress.bp-user.profile #item-body .bp-profile-content {
    --idu-listings-accent: var(--idu-listings-gold);
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile #drag-drop-area {
	border: 1px dashed var(--idu-listings-line);
	border-radius: var(--idu-listings-radius-sm);
	background: rgba(217, 219, 210, 0.15);
	box-shadow: var(--idu-listings-shadow-sm);
	transition: border-color 0.15s ease, background 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile #drag-drop-area:hover,
.buddypress.bp-user.profile #item-body .bp-profile-content .profile #drag-drop-area.dragover,
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop.drag-over #drag-drop-area {
	border-color: var(--idu-listings-accent);
	background: var(--idu-listings-white);
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-inside {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-inside::before {
	content: '\ee95';
	font-family: 'bb-icons';
	font-size: 32px;
	color: var(--idu-listings-accent);
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-inside p {
	display: block;
	margin: 0;
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-info {
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.18px;
	color: var(--idu-listings-ink);
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-buttons input#bp-browse-button {
	background: none;
	border: none;
	padding: 0;
	color: var(--idu-listings-accent);
	font-weight: 500;
	font-size: 1em;
	text-decoration: underline;
	cursor: pointer;
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-buttons input#bp-browse-button:focus {
    box-shadow: none;
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .drag-drop-buttons input#bp-browse-button:hover {
    transform: translateY(-1px);
}

.buddypress.bp-user.profile #item-body .bp-profile-content .profile #bp-delete-avatar, 
.buddypress.bp-user.profile #item-body .bp-profile-content .profile #bp-delete-cover-image {
    display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 25px;
	border-radius: var(--idu-listings-radius-pill);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease;
}

.buddypress.bp-user.profile #item-body .bp-profile-content .profile button {
    transition: background-color 0.4s ease;
}
.buddypress.bp-user.profile #item-body .bp-profile-content .profile .avatar-crop-management button:hover {
    background-color: var(--idu-listings-white) !important;
    box-shadow: none !important;
}

/* Settings / profile-edit / business-edit cta */
.bb-bp-settings-content form.standard-form .submit button.idu-btn,
.bp-profile-content .profile.edit form.standard-form .submit button.idu-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
    padding: 14px 25px !important;
    background-color: var(--idu-listings-gold) !important;
    color: var(--idu-listings-primary-ink) !important;
    border: none !important;
    border-radius: var(--idu-listings-radius-pill) !important;
}
.bb-bp-settings-content form.standard-form .submit button.idu-btn:hover,
.bb-bp-settings-content form.standard-form .submit button.idu-btn:focus,
.bp-profile-content .profile.edit form.standard-form .submit button.idu-btn:hover,
.bp-profile-content .profile.edit form.standard-form .submit button.idu-btn:focus {
    background-color: var(--idu-listings-gold) !important;
    color: var(--idu-listings-primary-ink) !important;
    border-color: transparent !important;
}