/* ==================================================
   ClientScore Stylesheet
   Cleaned + optimised
================================================== */

/* ==================================================
   Shared Values
================================================== */

:root {
    --cs-blue: #2d7ff9;
    --cs-blue-dark: #1e5bd6;
    --cs-action-blue: #0b74ff;
    --cs-action-blue-dark: #075ed1;
    --cs-text: #0f172a;
    --cs-text-soft: #1e293b;
    --cs-muted: #64748b;
    --cs-muted-light: #94a3b8;
    --cs-border: #e5e7eb;
    --cs-border-soft: #eef2f7;
    --cs-card-bg: #ffffff;
    --cs-card-radius: 14px;
    --cs-card-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}


/* ==================================================
   Global / Theme Cleanup
================================================== */

.ast-breadcrumbs-wrapper {
    display: none !important;
}

.cs-page-title .elementor-heading-title {
    margin-bottom: 8px !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
}

@media (max-width: 767px) {
    .cs-page-title .elementor-heading-title {
        font-size: 28px !important;
    }
}


/* ==================================================
   Shared Card Defaults
================================================== */

.cs-search-card,
.cs-recent-card,
.cs-activity-card,
.cs-dashboard-stats {
    background: var(--cs-card-bg);
    border: 1px solid var(--cs-border);
    border-radius: var(--cs-card-radius);
    box-shadow: var(--cs-card-shadow);
}

.cs-recent-card,
.cs-activity-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

.cs-recent-card-header,
.cs-activity-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.cs-recent-card-header i,
.cs-activity-card-header i {
    color: var(--cs-muted);
    font-size: 18px;
}

.cs-recent-card-header h2,
.cs-activity-card-header h2 {
    margin: 0;
    color: var(--cs-text);
    font-size: 24px;
    font-weight: 700;
}


/* ==================================================
   Desktop Sidebar
================================================== */

.cs-desktop-sidebar {
    width: 260px;
    min-height: 100vh;
    padding: 24px;
    background: #ffffff;
    border-right: 1px solid var(--cs-border);
}

.cs-menu,
.cs-mobile-menu,
.cs-recent-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.cs-menu li {
    margin-bottom: 8px;
}

.cs-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 12px;
    color: var(--cs-text);
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.cs-menu li.current-menu-item a,
.cs-menu li a:hover {
    color: var(--cs-action-blue);
    background: transparent;
}


/* ==================================================
   Menu Icons
================================================== */

.menu-dashboard > a::before,
.menu-search > a::before,
.menu-activity > a::before,
.menu-watchlist > a::before,
.menu-disputes > a::before,
.menu-help > a::before,
.menu-edit-profile > a::before,
.menu-create-review > a::before,
.menu-add-client > a::before,
.cs-search-icon::before,
.cs-recent-icon::before,
.cs-recent-arrow::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.menu-dashboard > a::before { content: "\f015"; }
.menu-search > a::before { content: "\f002"; }
.menu-activity > a::before { content: "\f005"; }
.menu-watchlist > a::before { content: "\f02e"; }
.menu-disputes > a::before { content: "\f24e"; }
.menu-help > a::before { content: "\f059"; }
.menu-edit-profile > a::before { content: "\f4ff"; }
.menu-create-review > a::before { content: "\f4ad"; }
.menu-add-client > a::before { content: "\f234"; }

.cs-menu li a::before {
    width: 28px;
    min-width: 28px;
    margin-right: 8px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}


/* ==================================================
   Mobile Bottom Navigation
================================================== */

.cs-mobile-tabs {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 72px;
    }

    .cs-desktop-sidebar {
        display: none;
    }

    .cs-mobile-tabs {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        display: block;
        background: #ffffff;
        border-top: 1px solid var(--cs-border);
    }

    .cs-mobile-menu {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
    }

    .cs-mobile-menu li {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .cs-mobile-menu li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 12px 0 10px !important;
        gap: 6px !important;
        color: var(--cs-muted);
        font-size: 12px;
        font-weight: 500;
        text-align: center !important;
        text-decoration: none !important;
    }

    .cs-mobile-menu li a::before {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 22px !important;
        line-height: 1 !important;
        text-align: center !important;
    }

    .cs-mobile-menu li.current-menu-item a,
    .cs-mobile-menu li a:hover {
        color: var(--cs-action-blue);
    }

    .elementor-widget-shortcode:has(.cs-mobile-menu),
    .elementor-widget-shortcode:has(.cs-mobile-bottom-nav),
    .cs-mobile-nav-shortcode-wrap,
    .elementor-element-caac39f {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .elementor-widget-shortcode:has(.cs-mobile-menu) .elementor-widget-container,
    .elementor-widget-shortcode:has(.cs-mobile-bottom-nav) .elementor-widget-container,
    .cs-mobile-nav-shortcode-wrap > .elementor-widget-container,
    .elementor-element-caac39f > .elementor-widget-container {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }
}


/* ==================================================
   Search Card
================================================== */

.cs-search-card {
    padding: 28px;
}

.cs-search-card h2 {
    margin: 0 0 18px;
    color: var(--cs-text);
    font-size: 18px;
    font-weight: 600;
}

.cs-search-card .cs-search-title {
    font-size: 20px;
    font-weight: 600;
}

.cs-search-form {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cs-search-input-wrap {
    position: relative;
    flex: 1;
}

.cs-search-input-wrap input {
    width: 100%;
    height: 56px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0 18px 0 52px;
    color: var(--cs-text);
    font-size: 15px;
    outline: none;
}

.cs-search-input-wrap input:focus {
    border-color: var(--cs-action-blue);
    box-shadow: 0 0 0 3px rgba(11, 116, 255, 0.12);
}

.cs-search-icon::before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: var(--cs-muted);
    font-size: 18px;
}

.cs-search-form button,
.cs-search-form button[type="submit"] {
    height: 56px;
    min-width: 110px;
    border: 0;
    border-radius: 8px;
    padding: 0 24px;
    background: var(--cs-action-blue);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.cs-search-form button:hover,
.cs-search-form button[type="submit"]:hover {
    background: var(--cs-action-blue-dark);
}

.cs-search-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
    font-size: 14px;
}

.cs-search-examples span {
    color: #475569;
}

.cs-search-examples button {
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--cs-action-blue);
    font-weight: 500;
    cursor: pointer;
}

.cs-search-divider {
    margin: 16px 0;
    border-top: 1px solid #e2e8f0;
}

.cs-welcome h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
}

.cs-welcome p {
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cs-search-card {
        padding: 22px;
    }

    .cs-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .cs-search-form button,
    .cs-search-form button[type="submit"] {
        width: 100%;
    }

    .cs-search-examples {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .cs-search-card h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .cs-search-card h2 i {
        font-size: 22px;
    }
}


/* ==================================================
   Dashboard Layout
================================================== */

.cs-dashboard-lower-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.cs-recent-searches-card,
.cs-feedback-card {
    height: 100%;
}

@media (max-width: 768px) {
    .cs-dashboard-lower-grid {
        grid-template-columns: 1fr;
    }

    .cs-recent-card,
    .cs-feedback-card,
    .cs-activity-card {
        height: auto !important;
        min-height: 0 !important;
    }

    .cs-recent-card {
        width: 100%;
    }

    .elementor-element-37b7920,
    .elementor-element-37b7920 > .elementor-element {
          width: 100% !important;
    }
}


/* ==================================================
   Recent Searches Card
================================================== */

.cs-recent-list {
    padding-left: 0 !important;
    padding-inline-start: 0 !important;
}

.cs-recent-item {
    margin: 0;
}

.cs-recent-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--cs-border-soft);
    color: inherit;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.cs-recent-item:last-child a {
    border-bottom: 0;
}

.cs-recent-item a:hover {
    opacity: 0.85;
}

.cs-recent-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.cs-recent-search-icon,
.cs-recent-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--cs-muted);
}

.cs-recent-icon {
    width: 28px;
    height: 28px;
    background: #eaf3ff;
}

.cs-recent-icon::before {
    content: "\f1da";
    color: var(--cs-action-blue);
    font-size: 13px;
}

.cs-recent-search-icon i {
    font-size: 15px;
}

.cs-recent-title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: var(--cs-text-soft);
    font-size: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cs-recent-time {
    flex-shrink: 0;
    color: var(--cs-muted);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.cs-recent-arrow::before {
    content: "\f105";
    color: var(--cs-muted);
    font-size: 14px;
    transition: color 0.2s ease;
}

.cs-recent-list li a:hover .cs-recent-arrow::before {
    color: var(--cs-action-blue);
}

.cs-view-all-searches,
.cs-clear-searches {
    display: inline-block;
    margin-top: auto;
    padding-top: 20px;
    color: var(--cs-blue);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.cs-view-all-searches {
    color: var(--cs-action-blue);
    font-size: 16px;
    font-weight: 500;
}

.cs-clear-searches:hover {
    color: var(--cs-blue-dark);
}

.cs-recent-empty {
    margin: 0;
    color: var(--cs-muted);
    line-height: 1.6;
}

@media (max-width: 767px) {
    .cs-recent-card-header h2 {
        font-size: 20px;
    }

    .cs-recent-item a {
        gap: 10px;
        padding: 14px 0;
    }

    .cs-recent-title {
        font-size: 14px;
    }

    .cs-recent-time {
        font-size: 12px;
    }

    .cs-recent-search-icon,
    .cs-recent-icon {
        width: 28px;
        height: 28px;
    }

    .cs-recent-search-icon i {
        font-size: 13px;
    }

    .cs-view-all-searches {
        margin-top: 16px;
    }
}


/* ==================================================
   Feedback Card
================================================== */

.cs-feedback-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
    border: 1px solid #dbe7f7;
    border-radius: 24px;
    padding: 30px;
    background: #f8fbff;
    text-align: center;
}

.cs-feedback-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
    border-radius: 999px;
    background: #eef4ff;
}

.cs-feedback-icon svg {
    width: 80px;
    height: 80px;
    color: var(--cs-blue);
}

.cs-feedback-card h3 {
    margin: 0 0 20px;
    color: var(--cs-text);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.cs-feedback-card p {
    max-width: 320px;
    margin: 0 0 40px;
    color: var(--cs-muted);
    font-size: 18px;
    line-height: 1.7;
}

.cs-feedback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    border-radius: 14px;
    padding: 18px 24px;
    background: var(--cs-blue);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.cs-feedback-btn:hover {
    background: var(--cs-blue-dark);
    color: #ffffff !important;
}

.cs-feedback-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--cs-muted);
    font-size: 15px;
}

.cs-feedback-clock {
    color: var(--cs-blue);
}


/* ==================================================
   Mobile Feedback Card
================================================== */

.cs-feedback-mobile-card {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #dbe7f7;
    border-radius: 18px;
    padding: 16px;
    background: #f8fbff;
    box-shadow: var(--cs-card-shadow);
}

.cs-feedback-mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--cs-blue);
}

.cs-feedback-mobile-icon svg {
    width: 30px;
    height: 30px;
}

.cs-feedback-mobile-content {
    flex: 1;
    min-width: 0;
}

.cs-feedback-mobile-content h3 {
    margin: 0 0 4px;
    color: var(--cs-text);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.cs-feedback-mobile-content p {
    margin: 0;
    color: var(--cs-muted);
    font-size: 13px;
    line-height: 1.35;
}

.cs-feedback-mobile-btn {
    border-radius: 10px;
    padding: 10px 14px;
    background: var(--cs-blue);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}


/* ==================================================
   Dashboard Stats Card
================================================== */

.cs-dashboard-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 24px 28px;
    border-color: #e2e8f0;
}

.cs-stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 0 22px;
}

.cs-stat-item:first-child {
    padding-left: 12px;
}

.cs-stat-item:last-child {
    padding-right: 12px;
}

.cs-stat-item:not(:last-child) {
    border-right: 1px solid var(--cs-border-soft);
}

.cs-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
}

.cs-stat-icon i {
    font-size: 21px;
}

.cs-stat-icon-blue {
    background: #eff6ff;
    border: 2px solid #dbeafe;
    color: var(--cs-blue);
}

.cs-stat-icon-green {
    background: #ecfdf5;
    border: 2px solid #d1fae5;
    color: #16a34a;
}

.cs-stat-icon-gold {
    background: #fef3c7;
    border: 2px solid #fde68a;
    color: #f59e0b;
}

.cs-stat-icon-purple {
    background: #f3e8ff;
    border: 2px solid #e9d5ff;
    color: #9333ea;
}

.cs-stat-icon-blue i,
.cs-stat-icon-green i {
    font-size: 28px;
}

.cs-stat-icon-gold i,
.cs-stat-icon-purple i {
    font-size: 20px;
}

.cs-stat-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.cs-stat-number {
    margin-bottom: 4px;
    color: var(--cs-text);
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.cs-stat-label {
    margin-bottom: 3px;
    color: var(--cs-text);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.cs-stat-meta {
    color: var(--cs-muted);
    font-size: 12px;
    line-height: 1.4;
}

.cs-stat-positive {
    color: #16a34a;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cs-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
        overflow: hidden;
    }

    .cs-dashboard-stats::before,
    .cs-dashboard-stats::after {
        content: "";
        position: absolute;
        background: var(--cs-border-soft);
        pointer-events: none;
    }

    .cs-dashboard-stats::before {
        top: 24px;
        bottom: 24px;
        left: 50%;
        width: 1px;
        transform: translateX(-50%);
    }

    .cs-dashboard-stats::after {
        top: 50%;
        right: 24px;
        left: 24px;
        height: 1px;
        transform: translateY(-50%);
    }

    .cs-stat-item,
    .cs-stat-item:first-child,
    .cs-stat-item:last-child {
        gap: 12px;
        min-width: 0;
        padding: 16px 14px !important;
        border: 0 !important;
        overflow: hidden;
    }

    .cs-stat-icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .cs-stat-icon-blue i,
    .cs-stat-icon-green i {
        font-size: 24px;
    }

    .cs-stat-icon-gold i,
    .cs-stat-icon-purple i {
        font-size: 18px;
    }

    .cs-stat-number {
        font-size: 26px;
    }

    .cs-stat-label {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .cs-stat-meta {
        max-width: 100%;
        font-size: 11px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }
}


/* ==================================================
   Recent Activity Card
================================================== */

.cs-activity-list {
    display: flex;
    flex-direction: column;
}

.cs-activity-item,
a.cs-activity-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 10px;
    border-bottom: 1px solid var(--cs-border-soft);
    border-radius: 8px;
    color: inherit;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.cs-activity-item:last-child {
    border-bottom: 0;
}

.cs-activity-item:hover,
a.cs-activity-item:hover {
    background: #f8fafc;
}

a.cs-activity-item:focus,
a.cs-activity-item:visited,
a.cs-activity-item *,
.cs-activity-title,
.cs-activity-time {
    
    text-decoration: none !important;
}

.cs-activity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
}

.cs-activity-icon i {
    font-size: 13px;
}

.cs-activity-icon-blue {
    background: #eff6ff;
    color: var(--cs-blue);
}

.cs-activity-icon-green {
    background: #ecfdf5;
    color: #16a34a;
}

.cs-activity-content {
    flex: 1;
    min-width: 0;
    padding-right: 150px;
}

.cs-activity-action {
    margin-bottom: 4px;
    color: var(--cs-muted-light);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

.cs-activity-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.cs-activity-title {
    flex: 1;
    min-width: 0;
    color: var(--cs-text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.cs-activity-time,
a .cs-activity-time,
a.cs-activity-item .cs-activity-time {
    position: absolute;
    top: 50%;
    right: 16px;
    flex-shrink: 0;
    margin-top: 0;
    color: var(--cs-muted-light) !important;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    transform: translateY(-50%);
}

.cs-activity-empty {
    margin: 0;
    color: var(--cs-muted);
    line-height: 1.6;
}

@media (max-width: 767px) {
    .cs-activity-card {
        padding: 20px;
    }

    .cs-activity-card-header h2 {
        font-size: 20px;
    }

    .cs-activity-item,
    a.cs-activity-item {
        gap: 12px;
        padding: 14px 8px;
    }

    .cs-activity-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .cs-activity-icon i {
        font-size: 12px;
    }

    .cs-activity-content {
        padding-right: 78px;
    }

    .cs-activity-action,
    .cs-activity-time {
        font-size: 12px;
    }

    .cs-activity-title {
        font-size: 14px;
    }
}


/* ==================================================
   Ultimate Member: Edit Profile
================================================== */

.cs-um-edit-profile-page .um-header,
.cs-edit-profile-page .um-header,
.cs-um-edit-profile-page .um-profile-photo,
.cs-edit-profile-page .um-profile-photo,
.cs-um-edit-profile-page .um-profile-meta,
.cs-edit-profile-page .um-profile-meta,
.cs-um-edit-profile-page .um-cover,
.cs-edit-profile-page .um-cover,
.cs-um-edit-profile-page .um-profile-nav,
.cs-edit-profile-page .um-profile-nav,
.cs-edit-profile-page .um-profile-navbar,
.cs-edit-profile-page .um-profile-status {
    display: none !important;
}

body.cs-edit-profile-page {
    --ast-global-color-3: var(--cs-text);
}

.cs-edit-profile-page .e-ef59e8f-ba13f65 {
    color: var(--cs-text) !important;
}

.cs-edit-profile-page .um-profile-nav,
.cs-edit-profile-page .um-profile-navbar {
    margin: 0 !important;
    padding: 0 !important;
}

.cs-edit-profile-page .um-col-alt {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-top: 32px;
    padding-top: 8px;
    text-align: left !important;
}

.cs-edit-profile-page .um-col-alt .um-left,
.cs-edit-profile-page .um-col-alt .um-right,
.cs-edit-profile-page .um-col-alt .um-half {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.cs-edit-profile-page .um-col-alt .um-button {
    width: auto !important;
    min-width: 160px;
    margin: 0 !important;
}

.cs-edit-profile-page .um-col-alt input.um-button[type="submit"] {
    min-width: 170px;
    border: 0 !important;
    border-radius: 12px !important;
    padding: 18px 24px !important;
    background: var(--cs-blue) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.cs-edit-profile-page .um-col-alt input.um-button[type="submit"]:hover {
    background: var(--cs-blue-dark) !important;
    color: #ffffff !important;
}

.cs-profile-success {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 16px 20px;
    background: #ecfdf3;
    color: #166534;
    font-size: 14px;
    font-weight: 600;
}

.cs-profile-success-widget {
    display: none;
}

.cs-profile-success-widget:has(.cs-profile-success) {
    display: block;
}

body .um-field[data-key="um_block_12_10"] h2.cs-card-title {
    margin: 0 0 18px !important;
    color: var(--cs-text) !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}


.cs-help-text {
    margin: 0;
    color: var(--cs-muted);
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .um-profile .um-col-alt,
    .um-profile .um-left,
    .um-profile .um-right {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .um-profile input[type="submit"].um-button,
    .um-profile a.um-button,
    .um-profile .um-button {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}


/* ==================================================
   Client Header / Avatar
================================================== */

.cs-client-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cs-client-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border: 2px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--cs-blue);
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.cs-client-header-details {
    flex: 1;
}

.cs-client-header-details h2 {
    margin: 0 0 12px;
}

.cs-client-header-details p {
    margin: 0 0 8px;
}

@media (max-width: 768px) {
    .cs-client-header {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        text-align: left;
    }

    .cs-client-avatar {
        width: 64px;
        height: 64px;
        font-size: 24px;
    }
}


/* ==================================================
   Search Result / Client Details
================================================== */

.cs-search-result-score .cs-score-gauge {
    width: 100%;
    max-width: 260px;
    height: 12px;
    margin: 10px 0 14px;
    border-radius: 999px;
    background: var(--cs-border);
    overflow: hidden;
}

.cs-search-result-score .cs-score-gauge-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #dbeafe 0%, #2d7ff9 55%, #22c55e 100%);
}

.cs-client-score-value {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
}

.cs-client-score-value span {
    margin-top: 10px;
    color: var(--cs-muted);
    font-size: 18px;
    font-weight: 600;
}

.cs-client-contact-details p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #475569;
}

.cs-client-contact-details i {
    width: 16px;
    color: var(--cs-text);
    font-size: 16px;
    text-align: center;
}

.cs-wave {
    display: inline-block;
    margin-left: 4px;
    transform-origin: 70% 70%;
    animation: cs-wave 2.5s ease-in-out infinite;
}

@keyframes cs-wave {
    0%, 60%, 100% { transform: rotate(0deg); }
    10%, 30% { transform: rotate(14deg); }
    20% { transform: rotate(-8deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(10deg); }
}


/* Fix Elementor responsive hide rules do not delete  */
@media (max-width: 767px) {
    .elementor-hidden-mobile,
    .elementor-hidden-phone {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .elementor-hidden-desktop {
        display: none !important;
    }
}

/* Desktop: equal height Recent Activity + Feedback cards */
@media (min-width: 768px) {
    .elementor-element-37b7920 {
        display: grid !important;
        grid-template-columns: 1.5fr 1fr;
        align-items: stretch !important;
    }

    .elementor-element-37b7920 > .elementor-widget {
        display: flex !important;
        height: auto !important;
        min-height: 100% !important;
    }

    .elementor-element-37b7920 > .elementor-widget > .elementor-widget-container {
        display: flex !important;
        width: 100%;
        height: 100%;
    }

    .elementor-element-37b7920 .elementor-shortcode {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .elementor-element-37b7920 .cs-activity-card,
    .elementor-element-37b7920 .cs-feedback-card {
        width: 100%;
        height: auto !important;
        min-height: 100% !important;
    }
}

/* Recent Activity title */
.cs-activity-title {
    color: var(--cs-text) !important;
    font-weight: 700;
}