body.admin-bar .bb-rl-left-panel {
  top: 112px  !important;
 
}
 .site.bb-readylaunch {

  margin-top: 80px !important;

 }
.bb-rl-site-branding img {
  max-width: 150px !important;
  max-height: 50px !important;

}
/* Remove BuddyBoss profile-type badge from the member header on every profile tab */
.bb-rl-profile-container .bp-member-type {
    display: none !important;
}
@media screen and (max-width: 992px) {
  .site.bb-readylaunch {
    margin-top: 82px !important;
  }
}

/* Profile headline under username */
.sd-profile-headline {
    margin-top:4px;
	margin-bottom:8px;
    font-size:16px;
    font-weight:600;
    color:#333;
    max-width:800px;
}
/* Hide visibility text ONLY for Profile Headline field */
.field_157 .current-visibility-level {
    display: none !important;
}
/* Remove duplicate Bio label only */
.bb-rl-profile-widget-content.about-us 
.bb-rl-profile-widget-label {
    display:none!important;
}
/* SwingDesire - remove duplicate profile info from right sidebar */
#bb-rl-right-sidebar .bb-rl-profile-widget:has(.member-details),
#bb-rl-right-sidebar .bb-rl-profile-widget:has(.partner-details),
#bb-rl-right-sidebar .bb-rl-profile-widget:has(.profile-headline),
#bb-rl-right-sidebar .bb-rl-profile-widget:has(.bio) {
    display: none !important;
}

.bb-mobile-panel-inner a,
.bb-mobile-panel-inner button {
    pointer-events: auto !important;
}

.sd-verifications-wrap {
    max-width: none;
    margin: 0;
    padding: 0;
}

.sd-verifications-panel {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    padding: 28px 32px;
    margin: 0 0 30px;
	margin-top:20px;
}

.sd-verifications-panel h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 26px;
}

.sd-verification-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.sd-verification-tabs a {
    padding: 5px 12px;
    border-radius: 999px;
    background: #f7f2ff;
    color: #6b2cff;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.sd-verification-tabs a:hover {
    background: #eee4ff;
    color: #4d1299;
}

.sd-verification-section {
    margin-top: 26px;
}

.sd-verification-section h3 {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 14px;
}

.sd-verification-empty {
    color: #333;
    margin: 0 0 24px;
}



#sd-verification-modal.sd-modal {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.55) !important;
    z-index: 999999 !important;
    padding: 20px !important;
}

#sd-verification-modal.sd-modal.sd-modal-open {
    display: block !important;
}

#sd-verification-modal .sd-modal-box {
    position: relative !important;
    max-width: 520px !important;
    margin: 8vh auto !important;
    background: #fff !important;
    border-radius: 18px !important;
    padding: 28px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25) !important;
}

#sd-verification-modal .sd-modal-close {
    position: absolute !important;
    top: 14px !important;
    right: 16px !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 28px !important;
    cursor: pointer !important;
}

#sd-verification-modal textarea {
    width: 100% !important;
    min-height: 150px !important;
    border-radius: 14px !important;
    padding: 14px !important;
    display: block !important;
    margin: 10px 0 14px !important;
}




#sd-verification-modal .sd-submit-verification {
    background: linear-gradient(90deg, #7b2cff, #cd0d87) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

#sd-verification-modal .sd-submit-verification:hover {
    opacity: 0.92;
}

#sd-verification-modal .sd-modal-member {
    display:flex;
    align-items:center;
    gap:12px;
    margin:15px 0 20px;
    font-weight:800;
    font-size:16px;
}

#sd-verification-avatar {
    width:46px;
    height:46px;
    border-radius:50%;
    object-fit:cover;
}


#sd-verification-modal textarea {
    margin-top:0 !important;
}


#sd-verification-modal .sd-submit-verification {
    background:linear-gradient(90deg,#7b2cff,#cd0d87) !important;
    color:white !important;
    border:none !important;
    border-radius:8px !important;
    padding:11px 22px !important;
    font-weight:800 !important;
    font-size:15px !important;
}

/* #sd-verification-modal .sd-submit-verification:after {
    content:" 💜";
} */
.bb-rl-header-cover {
	max-width:1300px ;
	
}
.sd-open-verification-modal {
    display:inline-flex !important;
    align-items:center;
 

    background-color: transparent  !important;
    border:1px solid var(--bb-rl-border-tertiary-color) !important;

    color:var(--bb-rl-text-color) !important;

    padding:6px var(--bb-rl-space-200) !important;

    border-radius:6px !important;

    font-size:14px !important;
    font-weight:600 !important;

    cursor:pointer;
}

.sd-open-verification-modal span {
    color:#b083df;
    font-size:20px;
}
body.bp-user .bb-rl-secondary-container {
    display: none !important;
}

.sd-open-verification-modal:hover {
   /*  background:linear-gradient(90deg,#7b2cff,#cd0d87) !important;
    color:white !important; */
	
	 background-color: var(--bb-rl-background-secondary-color)!important;
}


#sd-verification-modal .sd-modal-member {
    display:flex;
    align-items:center;
    gap:12px;
    margin:18px 0;
}

#sd-verification-avatar {
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover;
}


.sd-verification-section {
    display: none;
}

.sd-verification-section.sd-active {
    display: block;
}

.sd-verification-tabs a {
    cursor: pointer;
}

/* .sd-verification-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    padding: 18px;
    margin: 14px 0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.sd-verification-avatar img {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.sd-verification-body {
    flex: 1;
}

.sd-verification-body p {
    margin: 8px 0;
    line-height: 1.5;
}

.sd-verification-actions .button {
    border-radius: 8px !important;
    font-weight: 700 !important;
} */
.sd-verification-tabs a.sd-tab-active {
    background: linear-gradient(90deg, #7b2cff, #cd0d87) !important;
    color: #fff !important;
}

.sd-verification-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 22px;
    margin: 18px 0;
   
    display: flex;
    gap: 18px;

    box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}


.sd-verification-avatar {
    flex: 0 0 75px;
}


.sd-verification-avatar img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}


.sd-verification-body {
    flex: 1;
}


.sd-verification-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 6px;
}


.sd-verification-head strong {
    font-size: 17px;
    font-weight: 800;
}


.sd-verification-status {
    background: #f3e8ff;
    color: #7b2cff;

    padding: 5px 12px;
    border-radius: 999px;

    font-size: 12px;
    font-weight: 800;
}


.sd-verification-body p {
    margin: 8px 0 12px;

    font-size: 15px;
    line-height: 1.5;
}


.sd-verification-body small {
    display: block;

    margin-bottom: 14px;

    color: #777;
    font-size: 13px;
}


.sd-verification-actions {
    display: flex;
    gap: 10px;
}


.sd-verification-actions .button {
    padding: 8px 16px !important;

   /*  border-radius: 8px !important; */

    font-size: 14px !important;
    font-weight: 800 !important;
}


.sd-approve-verification {
    background: linear-gradient(90deg,#7b2cff,#cd0d87) !important;
    color: #fff !important;
    border: 0 !important;
}

.sd-link-actions {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 14px;
}

.sd-link-actions a.button {
    background: none !important;
    border: none !important;
    padding: 0 12px !important;
    height: auto !important;

    color: #7b2cff !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    box-shadow: none !important;
}

.sd-link-actions a.button:first-child {
    padding-left: 0 !important;
}

.sd-link-actions a.button:not(:last-child) {
    border-right: 1px solid #919191 !important;
}

.sd-link-actions a.button:hover {
    color: #cd0d87 !important;
    text-decoration: underline;
}

.bp-feedback.updated {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Stop verification button shrinking - match BuddyBoss buttons */
.bb-rl-member-header-actions .sd-open-verification-modal {
    flex-shrink: 0 !important;
}

/* Allow profile action buttons to wrap */
.bb-rl-member-header-actions {
    flex-wrap: wrap !important;
    row-gap: 10px !important;
}


/* Stop individual buttons squashing */
.bb-rl-member-header-actions > * {
    flex-shrink: 0 !important;
}

.sd-feed-shared {
    display:inline-flex;
    align-items:center;

    background:#f2e8ff;
    color:#7b2cff;

    padding:5px 12px;
    border-radius:50px;

    font-size:12px;
    font-weight:800;

    margin-left:10px;
}

.sd-profile-verification-count {
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #7b2cff;
}

.sd-profile-verification-count::before {
    content: "💜";
    margin-right: 6px;
}
.sd-verification-summary {
    margin: -15px 0 25px;
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

.sd-verification-summary-icon {
    width:18px;
    height:18px;
    border-radius:50%;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#8b2be2;
    color:white;
margin-right: 10px;
    font-size:12px;
    font-weight:900;
}
.sd-verification-profile-type {
    display:inline-flex;
    align-items:center;
    justify-content:center;

    
     color: #292929 !important;
  background-color: #f7effd !important;
  border: 1px solid #5b1d7d !important;
  border-radius: 999px !important;
  font-weight: 600 !important;

    padding:3px 12px;
    border-radius:20px;

    font-size:11px !important;
    font-weight:800;

    margin-left:8px;
	
	
}
.sd-verification-divider {
    border:0;
    border-top:1px solid #e5e5e5;
    margin:25px 0;
}
.sd-verification-head {
    display:flex;
    align-items:center;
    gap:10px;
}

.sd-verification-profile-type {
    background:#f3e7ff;
    color:#7b2cff;
    padding:5px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:800;
}

.sd-verification-status {
   background: #e4fdf0;
  color: #292929 !important;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid #aacf95;
}


.sd-verification-status {
    padding:4px 13px;
    border-radius:20px;
    font-size:11px;
    font-weight:800;
}

/* green */
.sd-verification-status.displayed {
    background:#dcffe2;
    color:#008a20;
    border:1px solid #65d878;
}

/* red */
.sd-verification-status.hidden {
    background:#ffe6ee;
    color:#c40046;
    border:1px solid #ff7fa8;
}

/* amber */
.sd-verification-status.pending {
    background:#fff1d6;
    color:#b36500;
    border:1px solid #ffc66b;
}
/* SwingDesire profile type badge */
.bb-rl-profile-container .bp-member-type,
.bb-rl-member-type,
.bb-rl-members .bp-member-type,
.bb-rl-search-member-header .bp-member-type {
   color: #292929 !important;
  background-color: #f7effd !important;
  border: 1px solid #5b1d7d !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

/* Dark mode for SwingDesire verifications */
body.bb-rl-dark-mode .sd-verifications-panel {
    background: #242424 !important;
    color: #fff !important;
    border-color: #3a3a3a !important;
}

body.bb-rl-dark-mode .sd-verification-card {
    background: #2b2b2b !important;
    border-color: #444 !important;
    color: #fff !important;
}

body.bb-rl-dark-mode .sd-verification-card strong,
body.bb-rl-dark-mode .sd-verification-card p,
body.bb-rl-dark-mode .sd-verification-card small,
body.bb-rl-dark-mode .sd-verification-summary,
body.bb-rl-dark-mode .sd-verifications-panel h2,
body.bb-rl-dark-mode .sd-verifications-panel h3 {
    color: #fff !important;
}

body.bb-rl-dark-mode .sd-verification-divider {
    border-top-color: #444 !important;
}

body.bb-rl-dark-mode .sd-link-actions a {
    color: #c285fe !important;
}

body.bb-rl-dark-mode .sd-verification-tabs a {
    background: #30253a !important;
    color: #c285fe !important;
}

body.bb-rl-dark-mode .sd-verification-tabs a.sd-tab-active {
    background: linear-gradient(90deg,#7b2cff,#cd0d87) !important;
    color: #fff !important;
}

/* Dark mode - Privacy */

body.bb-rl-dark-mode .sd-privacy-box {
    background:#242424 !important;
    border:1px solid #3a3a3a !important;
    color:#fff !important;
}

body.bb-rl-dark-mode .sd-privacy-box h2,
body.bb-rl-dark-mode .sd-privacy-box h3,
body.bb-rl-dark-mode .sd-privacy-box p,
body.bb-rl-dark-mode .sd-privacy-box strong,
body.bb-rl-dark-mode .sd-privacy-type,
body.bb-rl-dark-mode .sd-privacy-head div,
body.bb-rl-dark-mode .sd-privacy-setting-copy strong {
    color:#fff !important;
}

body.bb-rl-dark-mode .sd-privacy-setting-copy span {
    color:#bfbfbf !important;
}

body.bb-rl-dark-mode .sd-privacy-row,
body.bb-rl-dark-mode .sd-privacy-setting-row {
    border-color:#3a3a3a !important;
}

body.bb-rl-dark-mode .sd-verification-divider {
    border-color:#3a3a3a !important;
}

/* Desktop table headings */
body.bb-rl-dark-mode .sd-privacy-head {
    color:#fff !important;
}

/* Mobile cards */
body.bb-rl-dark-mode .sd-privacy-row {
    background:#2b2b2b !important;
    border-color:#444 !important;
}

/**
 * SwingDesire privacy toggles.
 */
.sd-privacy-setting-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 46px;
    min-width: 46px;
    height: 24px;
    margin: 0;
    cursor: pointer;
}

.sd-privacy-setting-toggle input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

.sd-privacy-toggle-slider {
    position: absolute;
    inset: 0;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 999px;
    background: #e5e5e5;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.sd-privacy-toggle-slider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease;
}

.sd-privacy-setting-toggle
input:checked +
.sd-privacy-toggle-slider {
    border-color: #7b2cff;
    background: #7b2cff;
}

.sd-privacy-setting-toggle
input:checked +
.sd-privacy-toggle-slider::before {
    transform: translateX(22px);
}

.sd-privacy-setting-toggle
input:focus-visible +
.sd-privacy-toggle-slider {
    outline: 3px solid rgba(123, 44, 255, 0.2);
    outline-offset: 2px;
}

.sd-privacy-setting-toggle
input:disabled +
.sd-privacy-toggle-slider {
    cursor: wait;
    opacity: 0.6;
}


/**
 * Dark mode.
 */
body.bb-rl-dark-mode
.sd-privacy-toggle-slider {
    border-color: #666666;
    background: #555555;
}

body.bb-rl-dark-mode
.sd-privacy-toggle-slider::before {
    background: #ffffff;
}

body.bb-rl-dark-mode
.sd-privacy-setting-toggle
input:checked +
.sd-privacy-toggle-slider {
    border-color: #8b20e6;
    background: #8b20e6;
}



/* Dark mode for Looked at Me */

body.bb-rl-dark-mode .sd-looked-card {
    background:#242424 !important;
    color:#fff !important;
    border-color:#3a3a3a !important;
}

body.bb-rl-dark-mode .sd-looked-card h2,
body.bb-rl-dark-mode .sd-looked-card p,
body.bb-rl-dark-mode .sd-looked-username,
body.bb-rl-dark-mode .sd-looked-username a,
body.bb-rl-dark-mode .sd-looked-details,
body.bb-rl-dark-mode .sd-looked-headline,
body.bb-rl-dark-mode .sd-looked-location,
body.bb-rl-dark-mode .sd-looked-time {
    color:#fff !important;
}

body.bb-rl-dark-mode .sd-looked-item {
    background:#2b2b2b !important;
    border-color:#444 !important;
    color:#fff !important;
}

body.bb-rl-dark-mode .sd-looked-details,
body.bb-rl-dark-mode .sd-looked-location,
body.bb-rl-dark-mode .sd-looked-time {
    color:#bfbfbf !important;
}

body.bb-rl-dark-mode .sd-looked-headline {
    color:#c285fe !important;
}

body.bb-rl-dark-mode .sd-looked-username a:hover {
    color:#c285fe !important;
}

body.bb-rl-dark-mode .sd-looked-photo img {
    border-color:#444 !important;
}

body.bb-rl-dark-mode .sd-looked-card .sd-verification-divider {
    border-color:#3a3a3a !important;
}
/* Dark mode for SwingDesire custom profile */

body.bb-rl-dark-mode .sd-profile-card {
    background:#242424 !important;
    color:#fff !important;
    border-color:#3a3a3a !important;
}

body.bb-rl-dark-mode .sd-profile-card h2,
body.bb-rl-dark-mode .sd-profile-card h3,
body.bb-rl-dark-mode .sd-profile-card p,
body.bb-rl-dark-mode .sd-profile-text,
body.bb-rl-dark-mode .sd-profile-text p {
    color:#fff !important;
}

/* Sean & Sophie boxes */
body.bb-rl-dark-mode .sd-person-card {
    background:#2b2b2b !important;
    border-color:#444 !important;
    color:#fff !important;
}

/* Looking for / interests pills */
body.bb-rl-dark-mode .sd-profile-tag {
    background:#30253a !important;
    color:#c285fe !important;
}

/* Header meta */
body.bb-rl-dark-mode .sd-header-profile-meta,
body.bb-rl-dark-mode .sd-location {
    color:#bfbfbf !important;
}

body.bb-rl-dark-mode .sd-profile-type {
    color:#c285fe !important;
}



body.bb-rl-dark-mode .sd-profile-headline {
    color:#fff !important;
}

/* Only hide BuddyBoss widgets on PUBLIC profile */
body.bp-user.sd-custom-profile-active:not(.sd-profile-manage-view) .bb-rl-profile-widget {
    display: none !important;
}

body.bp-user.sd-custom-profile-active:not(.sd-profile-manage-view) .bb-rl-profile-panel {
    display: none !important;
}

/* Hide OUR custom profile while editing */
body.sd-profile-manage-view .sd-public-profile {
    display: none !important;
}

.sd-public-profile {
    margin-top: 24px;
}

.sd-profile-card {
    background: #fff;
    border: 1px solid #e7e7ee;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 22px;
}

.sd-section-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
}

.sd-profile-text p:last-child {
    margin-bottom: 0;
}

.sd-couple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sd-person-card {
    background: #faf8ff;
    border: 1px solid #eee7ff;
    border-radius: 14px;
    padding: 20px;
}

.sd-person-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 14px;
}

.sd-person-card p {
    margin: 6px 0;
}

.sd-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sd-profile-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: #f4edff;
    color: #6f2dbd;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 768px) {
    .sd-couple-grid {
        grid-template-columns: 1fr;
    }

    .sd-profile-card {
        padding: 18px;
    }
}

.sd-header-profile-meta {
    font-size: 14px;
    font-weight: 700;
    color: #6f2dbd;
    margin: 3px 0 2px;
}

.bb-rl-member-type {
    display:none !important;
}

.sd-header-profile-meta {
    display:flex;
    align-items:center;
    gap:6px;
    margin:4px 0;
    font-size:14px;
    font-weight:600;
}

.sd-profile-type {
    color:#7b2cff;
}

.sd-location {
    color:#777;
}

.sd-dot {
    color:#aaa;
}

/* Hide BuddyBoss member type pill only on public profile header */
body.bp-user.sd-custom-profile-active .bb-rl-member-type,
body.bp-user.sd-custom-profile-active .member-type,
body.bp-user.sd-custom-profile-active .bp-member-type {
    display:none !important;
}

@media (max-width: 660px) {

    .sd-header-profile-meta {
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:center;
        gap:5px;
    }

}
/* privacy profile */

/* Profile Privacy */
.sd-privacy-box h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 26px;
}

.sd-privacy-box p {
    margin-bottom: 22px;
}

.sd-privacy-box {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 30px;
	margin-top: 20px;
}
.sd-privacy-box label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px !important;
    font-size: 15px;
    line-height: 1.4;
}

.sd-privacy-box input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sd-privacy-option {
    display: grid !important;
    grid-template-columns: 18px 1fr !important;
    align-items: center !important;
    column-gap: 12px !important;
    margin: 0 0 14px !important;
}

.sd-privacy-option input[type="checkbox"] {
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

.sd-privacy-option span {
    display: block !important;
    padding-left: 0 !important;
}
.privacy-form{
	
	margin-top:20px;
	
}

/* Profile Privacy */

.sd-privacy-box {
    background:#fff;
    border:1px solid #ddd;
    border-radius:14px;
    padding:32px;
    margin-bottom:30px;
}

.sd-privacy-table {
    margin-top:30px;
	margin-bottom:25px;
}

.sd-privacy-row {
    display:grid;
    grid-template-columns:220px repeat(5,1fr);
    align-items:center;
    border-bottom:1px solid #eee;
    padding:18px 0;
}

.sd-privacy-head {
    font-weight:800;
}

.sd-privacy-type {
    font-weight:700;
}

.sd-privacy-toggle {
    margin:0;
}


/* hide default checkbox */
.sd-privacy-toggle input {
    appearance:none;
    width:42px;
    height:22px;
    background:#ababab;
    border-radius:30px;
    position:relative;
    cursor:pointer;
    transition:.2s;
}


.sd-privacy-toggle input:before {
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    background:#fff;
    border-radius:50%;
    left:2px;
    top:2px;
    transition:.2s;
}


.sd-privacy-toggle input:checked {
    background:#8b20e6;
}


.sd-privacy-toggle input:checked:before {
    left:22px;
}


.sd-save-privacy-btn {
    margin-top:25px !important;
    background:#8b20e6 !important;
    color:#fff !important;
    border:none !important;
    border-radius:20px !important;
    padding:10px 24px !important;
    font-weight:700 !important;
}

@media(max-width:800px){

    .sd-privacy-box {
        padding:24px;
    }

    .sd-privacy-head {
        display:none !important;
    }

    .sd-privacy-row {
        display:block;
        grid-template-columns:none !important;
        background:#fafafa;
        padding:18px;
        border-radius:14px;
        margin-bottom:15px;
        border:1px solid #eee;
    }

    .sd-privacy-type {
        font-size:16px;
        font-weight:800;
        margin-bottom:20px;
    }


  .sd-privacy-toggle {
        display:flex !important;
        justify-content:space-between !important;
        align-items:center !important;
        width:100% !important;
    }

    .sd-privacy-toggle input[type="checkbox"] {
        position:relative !important;
        right:auto !important;
        left:auto !important;
        top:auto !important;
        margin:0 !important;
        order:2;
    }

    .sd-privacy-toggle::before {
        order:1;
    }


    .sd-privacy-toggle:nth-child(2)::before {
        content:"Block Profile";
    }

    .sd-privacy-toggle:nth-child(3)::before {
        content:"Block Messages";
    }

    .sd-privacy-toggle:nth-child(4)::before {
        content:"Block Winks";
    }

    .sd-privacy-toggle:nth-child(5)::before {
        content:"Block Feed";
    }

    .sd-privacy-toggle:nth-child(6)::before {
        content:"Block Photos";
    }

}

/* SwingDesire wider profile area desktop */
@media(min-width:1200px){



    .bb-rl-container,
    .bb-rl-content,
    .bb-rl-primary-container {
        max-width: none !important;
    }

    .bb-rl-primary-container {
        flex: 1 !important;
        width: 100% !important;
		max-width: 1300px !important;
    }

    .bb-rl-secondary-container {
        display:none !important;
    }

    .bb-rl-profile-content {
        max-width: 1100px !important;
        width:100% !important;
        margin:0 auto !important;
    }

}

.sd-message-blocked {
    opacity:0.55 !important;
    cursor:not-allowed !important;
    pointer-events:none !important;
    text-decoration:none !important;
    background:#f3f3f3 !important;
    color:#777 !important;
}

/* Privacy buttons */
.sd-privacy-box .button,
.sd-save-privacy-btn {
    background:linear-gradient(135deg,#7b2cff,#cd0d87) !important;
    color:#fff !important;
    border:none !important;
    border-radius:14px !important;
    padding:12px 28px !important;
    font-weight:700 !important;
    cursor:pointer;
}

.sd-privacy-box .button:hover,
.sd-save-privacy-btn:hover {
    opacity:.9;
}


/* Extra Privacy Filters */
.sd-privacy-settings-section {
    margin-top:30px;
}

.sd-privacy-settings-section h3 {
    font-size:20px;
    margin-bottom:18px;
}


.sd-privacy-setting-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:18px 0;
    border-bottom:1px solid #eee;
}


.sd-privacy-setting-copy {
    display:flex;
    flex-direction:column;
    gap:5px;
}


.sd-privacy-setting-copy strong {
    font-size:15px;
    font-weight:700;
}


.sd-privacy-setting-copy span {
    color:#666;
    font-size:14px;
}


/* use same toggle style */
.sd-privacy-setting-toggle input {
    width:42px !important;
    height:22px !important;
    appearance:none;
    background:#bbb;
    border-radius:20px;
    cursor:pointer;
    position:relative;
}

.sd-privacy-setting-toggle input:checked {
    background:#8b20e6;
}

.sd-privacy-setting-toggle input:before {
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    background:#fff;
    border-radius:50%;
    top:2px;
    left:2px;
    transition:.2s;
}

.sd-privacy-setting-toggle input:checked:before {
    left:22px;
}
/* Align privacy filter content */
.sd-extra-privacy-box .sd-extra-privacy-form,
.sd-extra-privacy-box p {
    
    margin-right:30px;
}

.sd-extra-privacy-box .sd-save-privacy-btn {
    margin-top:25px;
}

/* Mobile */
@media(max-width:800px){

    .sd-privacy-setting-row {
        align-items:flex-start;
    }

    .sd-extra-privacy-box .sd-extra-privacy-form,
    .sd-extra-privacy-box p {
        margin-left:0;
        margin-right:0;
    }

}

/* Looked At Me */
.sd-looked-card {
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:24px;
    margin-top:20px;
}

.sd-looked-card h2 {
    font-size:24px;
    font-weight:800;
    margin:0 0 25px;
}
.sd-looked-name a {
    font-size:18px;
    font-weight:800;
}

.sd-looked-item {
    display:grid;
    grid-template-columns:130px 1fr;
    gap:25px;
    padding:18px;
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:15px;
    background:#fff;
}



.sd-looked-photo img {
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:10px;
}


.sd-looked-info strong a {
    font-size:18px;
    font-weight:700;
    color:#222;
}


.sd-looked-info p {
    margin-top:10px;
    color:#777;
}


.sd-looked-headline {
    margin-top:18px;
}


.sd-looked-location {
    color:#777;
}


.sd-looked-info {
    display:flex;
    flex-direction:column;
    min-height:120px;
}


.sd-looked-time {
    margin-top:auto;
    text-align:right;
    font-style:italic;
    color:#555;
}
.sd-looked-name {
    font-size:18px;
    font-weight:800;
    line-height:1.4;
}

.sd-looked-name a {
    font-size:18px;
    font-weight:800;
    color:var(--bb-rl-primary-color);
    text-decoration:none;
}

.sd-looked-name a:hover {
    text-decoration:underline;
}

.sd-looked-member-type {
    color:var(--bb-rl-text-color);
    font-weight:700;
}

.sd-looked-username {
    margin-bottom:4px;
}

.sd-looked-username a {
    font-size:18px;
    font-weight:800;
    text-decoration:none;
}

.sd-looked-details {
    font-size:14px;
    font-weight:600;
    color:var(--bb-rl-text-color);
}

/* Mobile */
@media(max-width:600px){

    .sd-looked-item {
        grid-template-columns:80px 1fr;
        gap:12px;
        padding:12px;
    }

    .sd-looked-photo img {
        width:75px;
        height:75px;
    }

}


/* Center member card bottom buttons */
.bb-rl-item-actions.bb-rl-idle-primary .bb-rl-secondary-actions .button-wrap {
  justify-content: center !important;
}

.follow-button i:before,
.follow-button .bb-icon:before {
    content: "\e46a" !important;
}




/* Match BuddyBoss member-card buttons exactly */
.bb-rl-secondary-actions .sd-directory-wink-btn {
    font-size: 0 !important;
    line-height: 1 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: var(--bb-rl-radius-md) !important;
    box-shadow: none !important;
}

.bb-rl-secondary-actions .sd-directory-wink-btn:hover {
    background-color: var(--bb-rl-background-secondary-hover-color) !important;
    border-color: var(--bb-rl-border-secondary-color) !important;
}

.bb-rl-secondary-actions .sd-directory-wink-btn i::before {
    font-family: "bb-icons-rl" !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    content: "\e666" !important;
}

/* Remove profile wink spacing on directory icons */
.sd-directory-wink-btn i {
    margin-right: 0 !important;
}

.messages-screen {
    min-height: calc(100vh - 140px);
}

/**
 * Keep the main ReadyLaunch navigation visible on Messages
 */
@media (min-width: 1200px) {

    body:has(.messages-screen) .bb-rl-left-panel {
        display: block !important;
    }

    body:has(.messages-screen) #page.site.bb-readylaunch {
        width: calc(100% - 292px) !important;
        margin-left: 292px !important;
    }
}


/**
 * Keep BuddyBoss mobile behaviour
 */
@media (max-width: 1199px) {

    body:has(.messages-screen) #page.site.bb-readylaunch {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/**
 * SwingDesire Trending Photos
 */


/* Main directory area */
.sd-trending-photos-directory-wrapper {
    width: 100%;
}

.sd-trending-photos-directory-container {
    width: 100%;
}

.sd-trending-photos-directory-content {
    width: 100%;
}


/* Main content panel */
.sd-trending-photos-panel {
    width: 100%;
    padding: 24px;
    background: var(
        --bb-rl-background-color,
        #ffffff
    );
    border: 1px solid var(
        --bb-rl-border-secondary-color,
        #e5e5e5
    );
    border-radius: 12px;
}


/* Intro text */
.sd-trending-photos-intro {
    margin: 0 0 22px;
}

.sd-trending-photos-intro p {
    margin: 0;
    color: var(
        --bb-rl-text-secondary-color,
        #667085
    );
    font-size: 15px;
    line-height: 1.6;
}


/* Period tabs */
.sd-trending-photos-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(
        --bb-rl-border-secondary-color,
        #e5e5e5
    );
}

.sd-trending-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0;
    padding: 0 17px;
    border: 1px solid var(
        --bb-rl-border-secondary-color,
        #d8dce3
    );
    border-radius: 999px;
    background: transparent;
    color: var(
        --bb-rl-text-color,
        #1d2939
    );
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.sd-trending-tab:hover {
    border-color: #7b2cff;
    background: rgba(123, 44, 255, 0.08);
    color: #7b2cff;
}

.sd-trending-tab:focus-visible {
    outline: 2px solid #7b2cff;
    outline-offset: 2px;
}

.sd-trending-tab.active,
.sd-trending-tab[aria-selected="true"] {
    border-color: #7b2cff;
    background: #7b2cff;
    color: #ffffff;
}

.sd-trending-tab.active:hover,
.sd-trending-tab[aria-selected="true"]:hover {
    border-color: #cd0d87;
    background: #cd0d87;
    color: #ffffff;
}


/* Photo grid */
.sd-trending-photos-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}


/* Future photo card styling */
.sd-trending-photo-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(
        --bb-rl-background-color,
        #ffffff
    );
    border: 1px solid var(
        --bb-rl-border-secondary-color,
        #e5e5e5
    );
    border-radius: 12px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sd-trending-photo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.09);
}

.sd-trending-photo-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(
        --bb-rl-background-secondary-color,
        #f2f4f7
    );
}

.sd-trending-photo-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd-trending-photo-content {
    padding: 14px;
}

.sd-trending-photo-member {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sd-trending-photo-avatar {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
}

.sd-trending-photo-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd-trending-photo-name {
    min-width: 0;
    overflow: hidden;
    color: var(
        --bb-rl-text-color,
        #1d2939
    );
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sd-trending-photo-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: var(
        --bb-rl-text-secondary-color,
        #667085
    );
    font-size: 13px;
}


/* Empty state */
.sd-trending-photos-empty {
    grid-column: 1 / -1;
    width: 100%;
    padding: 70px 24px;
    text-align: center;
    background: var(
        --bb-rl-background-secondary-color,
        #f8f9fb
    );
    border: 1px dashed var(
        --bb-rl-border-secondary-color,
        #d8dce3
    );
    border-radius: 12px;
}

.sd-trending-photos-empty h3 {
    margin: 0 0 8px;
    color: var(
        --bb-rl-text-color,
        #1d2939
    );
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.sd-trending-photos-empty p {
    max-width: 520px;
    margin: 0 auto;
    color: var(
        --bb-rl-text-secondary-color,
        #667085
    );
    font-size: 14px;
    line-height: 1.6;
}


/* Dark mode */
body.bb-rl-dark-mode .sd-trending-photos-panel {
    background: #242424;
    border-color: #3b3b3b;
}

body.bb-rl-dark-mode .sd-trending-photos-intro p,
body.bb-rl-dark-mode .sd-trending-photo-meta,
body.bb-rl-dark-mode .sd-trending-photos-empty p {
    color: #b8b8b8;
}

body.bb-rl-dark-mode .sd-trending-photos-tabs {
    border-color: #3b3b3b;
}

body.bb-rl-dark-mode .sd-trending-tab {
    border-color: #484848;
    color: #ffffff;
}

body.bb-rl-dark-mode .sd-trending-tab:hover {
    border-color: #9c62ff;
    background: rgba(123, 44, 255, 0.18);
    color: #c4a5ff;
}

body.bb-rl-dark-mode .sd-trending-tab.active,
body.bb-rl-dark-mode
.sd-trending-tab[aria-selected="true"] {
    border-color: #7b2cff;
    background: #7b2cff;
    color: #ffffff;
}

body.bb-rl-dark-mode .sd-trending-photo-card {
    background: #292929;
    border-color: #414141;
}

body.bb-rl-dark-mode .sd-trending-photo-image {
    background: #333333;
}

body.bb-rl-dark-mode .sd-trending-photo-name,
body.bb-rl-dark-mode .sd-trending-photos-empty h3 {
    color: #ffffff;
}

body.bb-rl-dark-mode .sd-trending-photos-empty {
    background: #292929;
    border-color: #484848;
}


/* Tablet */
@media screen and (max-width: 1200px) {

    .sd-trending-photos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* Smaller tablet */
@media screen and (max-width: 900px) {

    .sd-trending-photos-panel {
        padding: 20px;
    }

    .sd-trending-photos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}


/* Mobile */
@media screen and (max-width: 600px) {

    .sd-trending-photos-panel {
        padding: 16px;
        border-radius: 10px;
    }

    .sd-trending-photos-intro {
        margin-bottom: 18px;
    }

    .sd-trending-photos-intro p {
        font-size: 14px;
    }

    .sd-trending-photos-tabs {
        flex-wrap: nowrap;
        gap: 8px;
        margin-bottom: 18px;
        padding-bottom: 16px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .sd-trending-photos-tabs::-webkit-scrollbar {
        display: none;
    }

    .sd-trending-tab {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 14px;
        font-size: 13px;
    }

    .sd-trending-photos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .sd-trending-photos-empty {
        padding: 48px 18px;
    }

    .sd-trending-photos-empty h3 {
        font-size: 18px;
    }

    .sd-trending-photo-content {
        padding: 11px;
    }

    .sd-trending-photo-avatar {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .sd-trending-photo-name {
        font-size: 13px;
    }
}


/* Very small screens */
@media screen and (max-width: 380px) {

    .sd-trending-photos-grid {
        grid-template-columns: 1fr;
    }
}


.sd-trending-photo-image {
    display: block;
    position: relative;
}

/* .sd-trending-photo-score {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
} */

.sd-trending-photo-content {
    display: block;
    padding: 14px;
}
.sd-trending-photo-rank {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.sd-trending-photo-rank-1 {
    background: #d6a900;
}

.sd-trending-photo-rank-2 {
    background: #8d96a0;
}

.sd-trending-photo-rank-3 {
    background: #a9662f;
}

/* Clickable Trending Photo reactions */
.sd-trending-photo-reactions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sd-trending-photo-reactions
input[type="hidden"] {
    display: none;
}

.sd-trending-reaction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 58px;
    min-height: 36px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(
        --bb-rl-text-secondary-color,
        #667085
    );
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.sd-trending-reaction-btn:hover {
    background: var(
        --bb-rl-background-secondary-color,
        #f2f4f7
    );
    transform: translateY(-1px);
}

.sd-trending-reaction-btn.active {
    border-color: rgba(123, 44, 255, 0.28);
    background: rgba(123, 44, 255, 0.1);
    color: #7b2cff;
}

.sd-trending-reaction-btn:focus-visible {
    outline: 2px solid #7b2cff;
    outline-offset: 2px;
}

body.bb-rl-dark-mode
.sd-trending-reaction-btn {
    color: #cccccc;
}

body.bb-rl-dark-mode
.sd-trending-reaction-btn:hover {
    background: #373737;
}

body.bb-rl-dark-mode
.sd-trending-reaction-btn.active {
    border-color: rgba(156, 98, 255, 0.5);
    background: rgba(123, 44, 255, 0.22);
    color: #c4a5ff;
}





/* Restricted Trending Photos */
.sd-trending-photo-image-restricted {
    position: relative;
    display: block;
    overflow: hidden;
    background: #222;
    cursor: default;
}

.sd-trending-restricted-placeholder {
    width: 100%;
    height: 100%;
    min-height: 260px;
    background:
        radial-gradient(
            circle at 25% 30%,
            rgba(205, 13, 135, 0.8),
            transparent 34%
        ),
        radial-gradient(
            circle at 75% 70%,
            rgba(123, 44, 255, 0.85),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #29232f,
            #4b2856,
            #20212b
        );
    filter: blur(16px);
    transform: scale(1.12);
}

.sd-trending-restricted-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 28px;
    background: rgba(15, 15, 18, 0.48);
    color: #fff;
    text-align: center;
}

.sd-trending-restricted-overlay strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.sd-trending-restricted-overlay span:last-child {
    max-width: 210px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.45;
}

.sd-trending-restricted-icon {
    font-size: 24px;
}

.sd-trending-photo-image-restricted
.sd-trending-photo-rank {
    z-index: 3;
}

.sd-trending-restricted-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(
        --bb-rl-background-secondary-color,
        #f0f0f0
    );
    font-size: 14px;
}

/* Verification member details */
.sd-verification-member-details {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 3px 0 0 !important;
    line-height: 1.4 !important;
}

/* Profile type, such as Couple */
.sd-verification-type-text {
    color: #7b2cff !important;
    font-weight: 700 !important;
}

/* Ages */
.sd-verification-age-text {
    color: var(--bb-rl-text-color, #24212a) !important;
    font-weight: 600 !important;
}

/* Location underneath */
.sd-verification-member-location {
    margin: 3px 0 0 !important;
    color: var(--bb-rl-text-secondary-color, #77717e) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.sd-looked-details {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* Fix Theme submenu disappearing while moving left */
.bb-rl-profile-list-item {
    position: relative !important;
}

.bb-rl-profile-list-item > .bb-profile-submenu-lists {
    right: calc(100% - 12px) !important;
    margin-right: 0 !important;
}

/* Invisible hover bridge across any remaining gap */
.bb-rl-profile-list-item > .bb-profile-submenu-lists::after {
    content: "";
    position: absolute;

    top: 0;
    right: -18px;

    width: 18px;
    height: 100%;

    background: transparent;
}

/* Keep it open while hovering either section */
.bb-rl-profile-list-item:hover > .bb-profile-submenu-lists,
.bb-rl-profile-list-item:focus-within > .bb-profile-submenu-lists,
.bb-profile-submenu-lists:hover {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}







/* Verification actions */
.sd-verification-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.sd-verification-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 9px 14px;

    border: 1px solid rgba(123, 44, 255, 0.35);
    border-radius: 8px;

    background: rgba(123, 44, 255, 0.08);
    color: #c56cff;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;

    box-sizing: border-box;
}

.sd-verification-actions .button:hover,
.sd-verification-actions .button:focus {
    border-color: #7b2cff;
    background: #7b2cff;
    color: #ffffff;
}

@media (max-width: 640px) {

    .sd-verification-actions.sd-link-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;

        width: 100% !important;
        margin: 18px 0 0 !important;
        padding: 0 !important;

        border: 0 !important;
    }

    .sd-verification-actions.sd-link-actions::before,
    .sd-verification-actions.sd-link-actions::after,
    .sd-verification-actions.sd-link-actions .button::before,
    .sd-verification-actions.sd-link-actions .button::after {
        display: none !important;
        content: none !important;
    }

    .sd-verification-actions.sd-link-actions .button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        min-width: 0 !important;
        min-height: 42px !important;

        margin: 0 !important;
        padding: 9px 6px !important;

        border: 1px solid rgba(123, 44, 255, 0.45) !important;
        border-radius: 8px !important;

        background: rgba(123, 44, 255, 0.12) !important;
        color: #d46cff !important;

        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;

        white-space: nowrap !important;
        text-align: center !important;
        text-decoration: none !important;

        box-shadow: none !important;
    }

    .sd-verification-actions.sd-link-actions .button:hover,
    .sd-verification-actions.sd-link-actions .button:focus {
        border-color: #7b2cff !important;
        background: #7b2cff !important;
        color: #ffffff !important;
    }
	 .sd-verification-card {
        grid-template-columns: 72px minmax(0, 1fr) !important;
        overflow: hidden !important;
		 padding: 22px 12px;
  margin: 24px 0;
  gap: 10px;
    }





    .sd-verification-body,
    .sd-verification-head {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .sd-verification-head {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: start !important;
        gap: 8px !important;
    }

    .sd-verification-head strong {
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .sd-verification-status {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
		font-size: 9px;
		 padding: 4px 4px;
    }

.sd-verification-status {
  padding: 4px 4px;
  border-radius: 20px;
  
  font-weight: 800;
}
.sd-verification-avatar {
  flex: 0 0 65px;
}
.sd-verification-avatar img {
  width: 65px !important;
  height: 65px !important;

}

    .sd-verification-actions.sd-link-actions {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .sd-verification-actions.sd-link-actions .button {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
	.bb-rl-activity-list .bb-rl-activity-inner .bb-rl-item-content-avatar img {

  object-fit: contain;
}
	
	
}

/* Very narrow phones */
@media (max-width: 380px) {

    .sd-verification-card {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 15px;
    }

    .sd-verification-avatar img {
        width: 52px;
        height: 52px;
    }

    .sd-verification-actions {
        grid-template-columns: 1fr;
    }
}


.sd-member-directory-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

/* 1500px and below: 3 cards */
@media (max-width: 1500px) {
    .sd-member-directory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* 1250px and below: 2 cards while sidebar is still present */
@media (max-width: 1250px) {
    .sd-member-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* 992px and below: sidebar disappears, return to 3 cards */
@media (max-width: 992px) {
    .sd-member-directory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
/* 842px and below: 2 cards */
@media (max-width: 842px) {
    .sd-member-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
/* Tablet */
@media (max-width: 760px) {
    .sd-member-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 520px) {
    .sd-member-directory-grid {
        grid-template-columns: 1fr !important;
    }
}