/**
 * Freelancer.social - Modern Freelancer & Employer Profile (Fiverr Style)
 * Scoped specifically to single freelancer and employer pages.
 */

/* ==========================================================================
   0. Global Page Layout & Cleanups
   ========================================================================== */
/* Hide the unused jQuery UI datepicker container completely */
#ui-datepicker-div {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Background for profile pages */
body.single-freelancer,
body.single-employer {
    color: #1e293b;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Header shadow preserved */

/* Container Spacing */
.elementor-9471,
.elementor-9231 {
    max-width: 1320px;
    margin: 0 auto;
}

/* Hide empty employer overview if no details */
.elementor-widget-apus_element_detail_employer_overview:not(:has(li)) {
    display: none !important;
}

/* ==========================================================================
   1. Breadcrumbs & Top Bar Actions
   ========================================================================== */
.elementor-9471 .elementor-element-f4edfba {
    background: transparent !important;
    padding: 0 !important;
}

.elementor-9471 .breadcrumb,
.single-employer .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64748b !important;
}

.elementor-9471 .breadcrumb a,
.single-employer .breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.elementor-9471 .breadcrumb a:hover,
.single-employer .breadcrumb a:hover {
    color: #10b981 !important;
}

.elementor-9471 .breadcrumb li + li::before,
.single-employer .breadcrumb li + li::before {
    color: #cbd5e1 !important;
    content: "›" !important;
    padding: 0 8px !important;
    font-size: 15px;
}

.elementor-9471 .breadcrumb .active,
.single-employer .breadcrumb .active {
    color: #0f172a !important;
    font-weight: 600 !important;
}

/* Action items (Share, Save, Report) */
.elementor-9471 .elementor-element-318ef57 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.elementor-9471 .action-item,
.elementor-9471 .freelancer-detail-favorite,
.elementor-9471 .freelancer-detail-report,
.single-employer .employer-detail-report,
.elementor-9471 .freelancer-detail-sharebox {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 1. Share button: style container as a single clean pill button */


.elementor-9471 .apus-social-share .d-flex.align-items-center:hover {
    transform: none !important;
}


/* 2. Save / Favorite button: clean single button without nested borders */


/* KILL inner circle border/background from Freeio default icon */


.elementor-9471 .btn-add-freelancer-favorite.added,
.elementor-9471 .btn-add-freelancer-favorite.added i {
    color: #ef4444 !important;
}

/* 3. Report button: matching clean button */


.elementor-9471 .btn-view-freelancer-report:hover,
.single-employer .btn-view-employer-report:hover {
    transform: none !important;
}

/* ==========================================================================
   2. Modern Hero Card (Fiverr Seller Style)
   ========================================================================== */
.elementor-9471 .elementor-element-bd469bf,
.single-employer .elementor-element-fs_emp_left_col > .elementor-element:first-child {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    margin-bottom: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Subtle accent highlight at top of hero card */
.elementor-9471 .elementor-element-bd469bf::before,
.single-employer .elementor-element-fs_emp_left_col > .elementor-element:first-child::before {
    content: none !important;
    display: none !important;
}

/* Top container inside Hero (Avatar + Details) */
.elementor-9471 .elementor-element-5927455 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

/* Avatar styling */
.elementor-9471 .elementor-element-18ca24e {
    position: relative !important;
    flex-shrink: 0 !important;
}

.elementor-9471 .freelancer-logo {
    position: relative !important;
    display: inline-block !important;
}.single-employer .employer-logo {
    display: inline-block !important;
}

.elementor-9471 .elementor-element-18ca24e .freelancer-logo .image-wrapper,
.single-employer .elementor-element-fs_emp_avatar .employer-logo .image-wrapper {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12) !important;
    background: #f1f5f9 !important;
}

.elementor-9471 .freelancer-logo img,
.single-employer .employer-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Real Online Status Badge (Static Green = Online, Gray = Offline) */
.fs-online-badge {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.2) !important;
    z-index: 5 !important;
    transition: background-color 0.3s ease !important;
}

.fs-online-badge.online {
    background-color: #10b981 !important;
}

.fs-online-badge.offline {
    background-color: #94a3b8 !important;
}

/* Freelancer Info Container */
.elementor-9471 .elementor-element-6673dda {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}

/* Name & Verified Checkmark */
.elementor-9471 .freelancer-detail-title-wrapper,
.single-employer .employer-detail-title-wrapper {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 0 !important;
}

.elementor-9471 .freelancer-detail-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    letter-spacing: -0.02em !important;
}.single-employer .employer-detail-title {
    line-height: 1.2 !important;
}

/* Verification Badge */
.elementor-9471 .featured,
.single-employer .featured {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    background: #10b981 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3) !important;
}

.elementor-9471 .featured i,
.single-employer .featured i {
    color: #ffffff !important;
}

/* Tagline / Specialization headline */
.elementor-9471 .freelancer-detail-field {
    margin: 0 !important;
}

.elementor-9471 .freelancer-detail-field .content-value {
    font-size: 17px !important;
}

/* Rating in Hero */
.elementor-9471 .freelancer-detail-header-bottom {
    margin: 0 !important;
}

.elementor-9471 .service-metas-detail {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 14px !important;
}

.elementor-9471 .service-metas-detail .rating-reviews {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: #fffbeb !important;
    border: 1px solid #fef3c7 !important;
    padding: 3px 10px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #b45309 !important;
}

.elementor-9471 .service-metas-detail .rating-reviews i.fa-star {
    color: #f59e0b !important;
    font-size: 14px !important;
}

.elementor-9471 .service-metas-detail .rating-reviews .rating {
    color: #92400e !important;
}

/* Spacer removal */
.elementor-9471 .elementor-element-5e6dc9a {
    display: none !important;
}

/* ==========================================================================
   3. Redesigned Stat Counters (4 Sleek Modern Tiles)
   ========================================================================== */
.elementor-9471 .elementor-element-7b29ed9 {
    padding-top: 20px !important;
    margin: 0 !important;
}

.elementor-9471 .list-service-detail {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-9471 .list-service-detail li {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.elementor-9471 .list-service-detail li,
.single-employer .list-service-detail li {
    transition: none !important;
}

.elementor-9471 .list-service-detail li:hover,
.single-employer .list-service-detail li:hover {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* KILL weird beige pseudo-element circle from Freeio */
.elementor-9471 .list-service-detail li .icon::before,
.single-employer .list-service-detail li .icon::before,
.elementor-9471 .list-service-detail li .icon::after,
.single-employer .list-service-detail li .icon::after {
    display: none !important;
    content: none !important;
}

.elementor-9471 .list-service-detail li .icon,
.single-employer .list-service-detail li .icon {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    flex-shrink: 0 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    background: #ecfdf5 !important;
    color: #059669 !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.elementor-9471 .list-service-detail li .icon i,
.single-employer .list-service-detail li .icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    transform: none !important;
}

/* Color variations for counter icons */
.elementor-9471 .list-service-detail li:nth-child(1) .icon {
    background: #ecfdf5 !important;
    color: #059669 !important;
}
.elementor-9471 .list-service-detail li:nth-child(2) .icon {
    background: #eff6ff !important;
    color: #2563eb !important;
}
.elementor-9471 .list-service-detail li:nth-child(3) .icon {
    background: #f0fdf4 !important;
    color: #16a34a !important;
}
.elementor-9471 .list-service-detail li:nth-child(4) .icon {
    background: #fefce8 !important;
    color: #ca8a04 !important;
}

.elementor-9471 .list-service-detail li .details {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.elementor-9471 .list-service-detail li .details .text {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.elementor-9471 .list-service-detail li .details .value {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
}

/* ==========================================================================
   4. Fiverr-Style Quick Navigation Bar (Tabs)
   ========================================================================== */
.fs-profile-nav-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fs-profile-nav-tabs::-webkit-scrollbar {
    display: none;
}

.fs-profile-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.fs-profile-nav-link i {
    font-size: 15px;
    color: #94a3b8;
    transition: color 0.2s ease;
}

.fs-profile-nav-link:hover {
    color: #0f172a;
    background: #f8fafc;
}

.fs-profile-nav-link.active {
    color: #059669;
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.fs-profile-nav-link.active i {
    color: #10b981;
}

/* ==========================================================================
   5. Content Cards (Left Column)
   ========================================================================== */
.elementor-9471 .elementor-element-97c0be1,
.elementor-9471 .elementor-element-3a480e2,
.elementor-9471 .elementor-element-d9ba547,
.elementor-9471 .elementor-element-aafb105,
.elementor-9471 .elementor-element-74b9268,
.elementor-9471 .elementor-element-617112b {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    padding: 28px 32px !important;
    margin-bottom: 20px !important;
}

/* Section Headings */
.elementor-9471 .elementor-heading-title,
.elementor-9471 .widget-services .top-info-widget .title,
.elementor-9471 #reviews .box-info-white > .title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}.single-employer .elementor-heading-title,
.single-employer .widget-title {
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* ==========================================================================
   6. Education & Experience Timeline (Fiverr Style)
   ========================================================================== */
.elementor-9471 .freelancer-detail-education,
.elementor-9471 .freelancer-detail-experience {
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.elementor-9471 .my_resume_eduarea,
.elementor-9471 .my_resume_exparea {
    position: relative !important;
    padding-left: 28px !important;
    border-left: 2px solid #e2e8f0 !important;
    margin-left: 14px !important;
}

.elementor-9471 .my_resume_eduarea .content,
.elementor-9471 .my_resume_exparea .content {
    position: relative !important;
    padding-bottom: 20px !important;
}

.elementor-9471 .my_resume_eduarea .circle,
.elementor-9471 .my_resume_exparea .circle {
    position: absolute !important;
    left: -41px !important;
    top: 0px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #10b981 !important;
    color: #ffffff !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 0 0 2px #a7f3d0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.elementor-9471 .my_resume_eduarea .top-info,
.elementor-9471 .my_resume_exparea .top-info {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 6px !important;
}

.elementor-9471 .my_resume_eduarea .year,
.elementor-9471 .my_resume_exparea .year {
    font-size: 12px !important;
    font-weight: 700 !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    padding: 3px 10px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
}

.elementor-9471 .my_resume_eduarea .edu_stats,
.elementor-9471 .my_resume_exparea .edu_stats {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.elementor-9471 .my_resume_eduarea .university,
.elementor-9471 .my_resume_exparea .company {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #059669 !important;
    display: inline-block !important;
    margin-top: 4px !important;
}

.elementor-9471 .my_resume_eduarea p,
.elementor-9471 .my_resume_exparea p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin-top: 6px !important;
}

/* ==========================================================================
   7. Services Grid / Gigs Showcase
   ========================================================================== */
.elementor-9471 .widget-services {
    margin: 0 !important;
}

.elementor-9471 .widget-services .top-info-widget {
    margin-bottom: 20px !important;
}

.elementor-9471 .widget-services .view_all {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #059669 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    transition: color 0.2s ease;
}

.elementor-9471 .widget-services .view_all:hover {
    color: #047857 !important;
}

/* Service Item Card */
.elementor-9471 .service-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.elementor-9471 .service-item:hover {
    border-color: #cbd5e1 !important;
    transform: none !important;
    box-shadow: 0 6px 18px -4px rgba(15, 23, 42, 0.08) !important;
}



.elementor-9471 .service-image img {
    transition: transform 0.35s ease !important;
}

.elementor-9471 .service-item:hover .service-image img {
    transform: none !important;
}

.elementor-9471 .service-information {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    border: none !important;
}

.elementor-9471 .service-item .service-author .freelancer-logo,
#fs-section-services .service-item .service-author .freelancer-logo {
    display: none !important;
}

.elementor-9471 .category-service a {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #059669 !important;
    background: #ecfdf5 !important;
    padding: 2px 8px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
}

.elementor-9471 .service-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 12px 0 !important;
    color: #0f172a !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: 42px !important;
}

.elementor-9471 .service-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.elementor-9471 .service-title a:hover {
    color: #059669 !important;
}

.elementor-9471 .info-bottom {
    margin-top: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.elementor-9471 .service-salary .price-text {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.elementor-9471 .service-salary .text {
    font-size: 12px !important;
    color: #64748b !important;
}

/* ==========================================================================
   8. Reviews Section
   ========================================================================== */
.elementor-9471 #reviews .box-info-white {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.elementor-9471 .detail-average-rating {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    text-align: center !important;
}

.elementor-9471 .detail-average-rating .average-value {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
}

.elementor-9471 .detail-rating {
    padding-left: 28px !important;
}

.elementor-9471 .list-rating .progress {
    height: 8px !important;
    border-radius: 4px !important;
    background-color: #e2e8f0 !important;
}

.elementor-9471 .list-rating .progress-bar-success {
    background-color: #10b981 !important;
}

/* ==========================================================================
   9. Modern Sticky Right Sidebar
   ========================================================================== */
.elementor-9471 .elementor-element-d14c741 {
    position: sticky !important;
    top: 24px !important;
    align-self: flex-start !important;
}

.elementor-9471 .elementor-element-d90415d {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 28px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* Salary Widget in Sidebar */
.elementor-9471 .elementor-element-964a033 {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.elementor-9471 .freelancer-detail-salary {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
}

.elementor-9471 .freelancer-detail-salary .amount {
    color: #059669 !important;
}

/* Overview list in Sidebar */
.elementor-9471 .list-freelancer-info,
.single-employer .list-employer-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.elementor-9471 .list-freelancer-info li,
.single-employer .list-employer-info li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 14px !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
}

.elementor-9471 .list-freelancer-info li .icon,
.single-employer .list-employer-info li .icon {
    font-size: 16px !important;
    color: #059669 !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ecfdf5 !important;
    border-radius: 6px !important;
}

.elementor-9471 .list-freelancer-info li .text,
.single-employer .list-employer-info li .text {
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.elementor-9471 .list-freelancer-info li .value,
.single-employer .list-employer-info li .value {
    margin-left: auto !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
}

/* Skills Badges (Pills) */

.elementor-9471 .elementor-element-6f4b4a2 .widget-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    border: none !important;
    padding: 0 !important;
}

.elementor-9471 .freelancer-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.elementor-9471 .tag-freelancer {
    display: inline-flex !important;
    align-items: center !important;
    background: #f1f5f9 !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elementor-9471 .tag-freelancer:hover {
    border-color: #a9d4ff !important;
    transform: none !important;
}

/* Sidebar Specialization Badge */
.fs-sidebar-specialization-block {
    display: none !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.fs-sidebar-specialization-block .fs-spec-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #64748b !important;
}

.fs-sidebar-specialization-block .fs-spec-value {
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 12px !important;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 8px !important;
    color: #065f46 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Verified Buyer Review Notice */
.fs-verified-buyer-review-notice {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    background: #f8fafc !important;
    border: 1px dashed #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 20px 24px !important;
    margin: 24px 0 !important;
}

.fs-verified-buyer-review-notice .fs-notice-icon {
    font-size: 26px !important;
    color: #10b981 !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.fs-verified-buyer-review-notice .fs-notice-content h4 {
    margin: 0 0 6px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.fs-verified-buyer-review-notice .fs-notice-content p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}

/* Primary CTA Button: Написать сообщение */
.elementor-9471 .elementor-element-0c03ec6,
.single-employer .elementor-element-0c03ec6,
.single-employer .apus_element_contact_form {
    margin: 0 !important;
    width: 100% !important;
}

body.single-freelancer .send-private-message-btn,
body.single-employer .send-private-message-btn {
    background-color: #10b981 !important;
    transform: none !important;
}.elementor-9471 .send-private-message-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: 50px !important;
    background-color: #10b981 !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
    transform: none !important;
}.single-employer .send-private-message-btn {
    height: 50px !important;
    background-color: #10b981 !important;
    cursor: pointer !important;
    transform: none !important;
}

.elementor-9471 .send-private-message-btn::before,
.single-employer .send-private-message-btn::before {
    content: "💬";
    font-size: 16px;
}

body.single-freelancer .send-private-message-btn:hover,
body.single-employer .send-private-message-btn:hover,
.single-employer .send-private-message-btn:hover {
    background-color: #059669 !important;
}.elementor-9471 .send-private-message-btn:hover {
    background-color: #059669 !important;
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   10. Mobile Responsiveness
   ========================================================================== */
@media (max-width: 991px) {
    .elementor-9471 .elementor-element-12fa94d .e-con-inner,
    .single-employer .elementor-element-fs_emp_main_layout .e-con-inner {
        flex-direction: column !important;
    }

    .elementor-9471 .elementor-element-562a62b,
    .elementor-9471 .elementor-element-d14c741,
    .single-employer .elementor-element-fs_emp_left_col,
    .single-employer .elementor-element-fs_emp_right_col {
        width: 100% !important;
        max-width: 100% !important;
    }

    .elementor-9471 .elementor-element-d14c741,
    .single-employer .elementor-element-fs_emp_right_col {
        position: static !important;
        margin-top: 10px !important;
    }

    .elementor-9471 .list-service-detail {
        flex-wrap: wrap !important;
    }

    .elementor-9471 .list-service-detail li {
        flex: 1 1 calc(50% - 14px) !important;
    }
}

@media (max-width: 640px) {
    .elementor-9471,
    .elementor-9231 {
        padding: 16px 12px 36px !important;
    }

    .elementor-9471 .elementor-element-bd469bf,
    .elementor-9471 .elementor-element-97c0be1,
    .elementor-9471 .elementor-element-3a480e2,
    .elementor-9471 .elementor-element-d9ba547,
    .elementor-9471 .elementor-element-aafb105,
    .elementor-9471 .elementor-element-74b9268,
    .elementor-9471 .elementor-element-617112b,
    .elementor-9471 .elementor-element-d90415d {
        padding: 20px 16px !important;
        border-radius: 10px !important;
    }

    .elementor-9471 .elementor-element-5927455 {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
    }

    .elementor-9471 .freelancer-detail-title-wrapper {
        justify-content: center !important;
    }

    .elementor-9471 .service-metas-detail {
        justify-content: center !important;
    }

    .elementor-9471 .list-service-detail {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .elementor-9471 .list-service-detail li {
        flex: 1 1 calc(50% - 10px) !important;
        padding: 10px 12px !important;
        gap: 10px !important;
    }

    .elementor-9471 .list-service-detail li .icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
    }

    .elementor-9471 .list-service-detail li .details .value {
        font-size: 18px !important;
    }
}

/* ==========================================================================
   Employer Profile Enhancements (Matching Freelancer Profile)
   ========================================================================== */
.single-employer .elementor-element-fs_emp_header_card {
    background: #ffffff !important;
    border-radius: 10px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 24px !important;
}

.single-employer .elementor-element-fs_emp_logo_wrap {
    flex-shrink: 0 !important;
    width: auto !important;
}

.single-employer .elementor-element-fs_emp_logo_wrap .employer-detail-logo {
    position: relative !important;
    display: inline-block !important;
}

.single-employer .elementor-element-fs_emp_logo_wrap .employer-logo {
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    border-radius: 0 !important;
    overflow: visible !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    display: inline-block !important;
    position: relative !important;
}

.single-employer .elementor-element-fs_emp_logo_wrap .employer-logo .image-wrapper {
    width: 104px !important;
    height: 104px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12) !important;
    background: #f1f5f9 !important;
    display: block !important;
}

.single-employer .elementor-element-fs_emp_logo_wrap .employer-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 50% !important;
}

.single-employer .employer-logo .fs-online-badge {
    position: absolute !important;
    bottom: 2px !important;
    right: 2px !important;
    z-index: 99 !important;
}

.single-employer .employer-detail-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 8px 0 !important;
}

.single-employer .service-metas-detail {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.single-employer .service-metas-detail .value {
    font-size: 14px !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.single-employer .service-metas-detail .value i {
    color: #10b981 !important;
    font-size: 16px !important;
}

.single-employer .elementor-element-fs_emp_desc_card,
.single-employer .elementor-element-fs_emp_reviews_card {
    background: #ffffff !important;
    border-radius: 10px !important;
}.single-employer .elementor-element-fs_emp_projects_card,
.single-employer .elementor-element-fs_emp_jobs_card {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 25px !important;
}.single-employer .elementor-element-fs_emp_left_col > .elementor-element {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
}

.single-employer .elementor-heading-title,
.single-employer .widget-title,
.single-employer .top-info-widget .title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.01em !important;
}

.single-employer .project-item.project-list {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.25s ease !important;
    margin-bottom: 16px !important;
}

.single-employer .project-item.project-list:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08) !important;
    transform: none !important;
}

.single-employer .project-item .logo .employer-logo {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    aspect-ratio: 1 / 1 !important;
}

.single-employer .project-item .logo .employer-logo .image-wrapper,
.single-employer .project-item .logo .employer-logo img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
}

.single-employer .project-item .project-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
}

.single-employer .project-item .project-title a {
    color: #0f172a !important;
    text-decoration: none !important;
}

.single-employer .project-item .project-title a:hover {
    color: #059669 !important;
}

.single-employer .project-item .project-metas {
    gap: 16px !important;
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 10px !important;
}

.single-employer .project-item .project-metas i {
    color: #10b981 !important;
}

.single-employer .project-item .project-excerpt {
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
}

.single-employer .project-item .project-price {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    text-align: right !important;
}

.single-employer .project-item .project-price .woocommerce-Price-currencySymbol {
    color: #059669 !important;
}

.single-employer .project-item .inner-right .btn {
    background: #f0fdf4 !important;
    border: 1px solid #86efac !important;
    color: #059669 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

.single-employer .project-item .inner-right .btn:hover {
    background: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25) !important;
}

.single-employer .elementor-element-fs_emp_right_col {
    position: sticky !important;
    top: 24px !important;
    align-self: flex-start !important;
}

.single-employer .elementor-element-fs_emp_sidebar_card {
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}.single-employer .elementor-element-fs_emp_right_col > .elementor-element {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 28px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.single-employer .send-private-message-btn {
    width: 100% !important;
    background: #059669 !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3) !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

.single-employer .send-private-message-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    transform: none !important;
    color: #ffffff !important;
}

/* Scoped Breadcrumbs for Freelancer & Employer Profiles */
.elementor-widget-apus_element_breadcrumbs .fs-catalog-breadcrumbs.container,
.elementor-widget-apus_element_breadcrumbs .fs-catalog-breadcrumbs {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Inter, Helvetica, "DM Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #8a9099 !important;
}

.elementor-widget-apus_element_breadcrumbs .fs-catalog-breadcrumbs a {
    color: #8a9099 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: color 0.15s ease !important;
}

.elementor-widget-apus_element_breadcrumbs .fs-catalog-breadcrumbs a:hover {
    color: #10b981 !important;
}

.elementor-widget-apus_element_breadcrumbs .fs-catalog-breadcrumbs .breadcrumb_last {
    color: #8a9099 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.elementor-widget-apus_element_breadcrumbs .fs-catalog-breadcrumbs [aria-hidden="true"] {
    color: #8a9099 !important;
    font-size: 14px !important;
    display: inline-block !important;
    margin: 0 7px !important;
    font-weight: 600 !important;
}


/* Share icon sizing & vertical alignment fix */
.icon-share,
.apus-social-share .icon-share {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

.icon-share i,
.apus-social-share .icon-share i {
    font-size: 16px !important;
    position: relative !important;
    top: 1px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* ==========================================================================
   Service Detail Top Bar: Breadcrumbs & Action Buttons (Matches Freelancer)
   ========================================================================== */
.single-service .elementor-element-ba69afd {
    border-bottom: none !important;
}

/* Match max-width 1320px exactly like freelancer profile */
.single-service .elementor-element-ba69afd > .e-con-inner {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-service .elementor-element-ba69afd .fs-catalog-breadcrumbs {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #8a9099 !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.single-service .elementor-element-ba69afd .fs-catalog-breadcrumbs a {
    color: #8a9099 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    transition: color 0.2s ease !important;
}

.single-service .elementor-element-ba69afd .fs-catalog-breadcrumbs a:hover {
    color: #10b981 !important;
}


/* Match normal weight (not bold) and color of freelancer profile */
.single-service .elementor-element-ba69afd .breadcrumb_last,
.single-service .elementor-element-ba69afd .breadcrumb_last a {
    color: #8a9099 !important;
    font-weight: 400 !important;
}


/* Share Button on Service Detail */


/* Favorite Button on Service Detail */


.single-service .service-detail-favorite .btn-add-service-favorite.added,
.single-service .service-detail-favorite .btn-add-service-favorite.added i {
    color: #ef4444 !important;
}

/* Report Button on Service Detail */


.single-service .btn-view-service-report:hover {
    transform: none !important;
}

.single-service .btn-view-service-report i {
    color: inherit !important;
    font-size: 14px !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

/* Employer Profile: Sidebar Card Cleanliness */
.single-employer .elementor-element-fs_emp_sidebar_card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.single-employer .elementor-widget-apus_element_detail_employer_overview {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    padding: 32px !important;
    margin-bottom: 20px !important;
}

.single-employer .elementor-widget-apus_element_detail_employer_overview:empty,
.single-employer .elementor-widget-apus_element_detail_employer_overview:not(:has(li)) {
    display: none !important;
}

/* ==========================================================================
   Employer and Service Online Status Badge & Overflow fixes
   ========================================================================== */
.single-employer .employer-logo {
    overflow: visible !important;
    position: relative !important;
}
.single-employer .employer-logo .image-wrapper {
    overflow: hidden !important;
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important;
}
.single-employer .fs-online-badge,
.elementor-9471 .fs-online-badge,
.service-detail-author .service-author-image .fs-online-badge,
.project-detail-author .service-author-image .fs-online-badge {
    z-index: 15 !important;
}

/* datepicker removed globally at top */

/* Fallback: Hide Experience and Award blocks completely */
.elementor-element-d9ba547,
.elementor-element-aafb105,
.freelancer-detail-experience,
.freelancer-detail-award {
    display: none !important;
}

/* ==========================================================================
   Unified Service Price Box Styles (Single and Multi Package)
   ========================================================================== */
.service-price.listing-detail-widget {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}


.service-price .service-price-inner,
.content-serive-package-tabs .service-price-inner,
.single-service-package-wrap .service-price-inner {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
}

.service-price .description,
.content-serive-package-tabs .description,
.single-service-package-wrap .description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin-bottom: 20px !important;
}

.service-price .features,
.content-serive-package-tabs .features,
.single-service-package-wrap .features {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e9e9e9 !important;
}

.service-price .features .item,
.content-serive-package-tabs .features .item,
.single-service-package-wrap .features .item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
}

.service-price .features .item i,
.content-serive-package-tabs .features .item i,
.single-service-package-wrap .features .item i {
    color: #10b981 !important;
    font-size: 16px !important;
}

.service-price .more-features,
.content-serive-package-tabs .more-features,
.single-service-package-wrap .more-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.service-price .more-features li,
.content-serive-package-tabs .more-features li,
.single-service-package-wrap .more-features li {
    font-size: 14px !important;
    color: #334155 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.service-price .more-features li:before,
.content-serive-package-tabs .more-features li:before,
.single-service-package-wrap .more-features li:before {
    content: "✓" !important;
    color: #10b981 !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    background: #ecfdf5 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}


/* Topbar max-width consistency for employer profile */
.single-employer .elementor-element-fs_emp_topbar > .e-con-inner {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* 1. Remove unwanted spacer line and empty service overview on single service */
.single-service .elementor-element-c530037,
.single-service .elementor-element-fce16a3 {
    display: none !important;
}

/* 2. Related services carousel cards normalization */
.elementor-widget-apus_element_detail_service_related .service-image,
.related-services .service-image {
    height: auto !important;
    max-height: 185px !important;
}


.elementor-widget-apus_element_detail_service_related .service-image img[src*="placeholder"],
.related-services .service-image img[src*="placeholder"] {
    object-fit: contain !important;
    padding: 28px !important;
    opacity: 0.45 !important;
}
.elementor-widget-apus_element_detail_service_related .service-item,
.related-services .service-item,
.related-posts .service-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    display: flex !important;
    flex-direction: column !important;
}
.elementor-widget-apus_element_detail_service_related .service-information,
.related-services .service-information {
    padding: 14px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}
.elementor-widget-apus_element_detail_service_related .service-title,
.related-services .service-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 8px 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.elementor-widget-apus_element_detail_service_related .info-bottom,
.related-services .info-bottom {
    margin-top: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid #f1f5f9 !important;
}


/* ==========================================================================
   Universal Topbar Styling (Share, Favorite, Report, Breadcrumbs)
   For Freelancer, Employer, Service, Project, Job
   ========================================================================== */

/* 1. Share button: clean pill */
.elementor-9471 .apus-social-share .d-flex.align-items-center {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 38px !important;
    padding: 0 16px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.2s ease !important;
    transform: none !important;
}

.elementor-9471 .apus-social-share .d-flex.align-items-center:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
}

.elementor-9471 .apus-social-share .icon-share,
.single-employer .apus-social-share .icon-share,
.single-service .apus-social-share .icon-share,
.single-project .apus-social-share .icon-share,
.single-job_listing .apus-social-share .icon-share {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    font-size: 14px !important;
    color: inherit !important;
    display: inline-flex !important;
}

.elementor-9471 .apus-social-share .share-title,
.single-employer .apus-social-share .share-title,
.single-service .apus-social-share .share-title,
.single-project .apus-social-share .share-title,
.single-job_listing .apus-social-share .share-title {
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: inherit !important;
    line-height: 1 !important;
}

/* 2. Favorite button in Topbar (with text "В избранное") */
.single-service .service-detail-favorite .btn-add-service-favorite,
.single-service .service-detail-favorite .btn-added-service-favorite,
.single-project .btn-add-project-favorite,
.single-project .btn-added-project-favorite,
.single-job_listing .job-detail-favorite .btn-add-job-favorite,
.single-job_listing .job-detail-favorite .btn-added-job-favorite {
    transition: all 0.2s ease !important;
}



.elementor-9471 .btn-add-freelancer-favorite i,
.elementor-9471 .btn-added-freelancer-favorite i,
.single-employer .btn-add-employer-favorite i,
.single-employer .btn-added-employer-favorite i,
.single-service .service-detail-favorite .btn-add-service-favorite i,
.single-service .service-detail-favorite .btn-added-service-favorite i,
.single-project .btn-add-project-favorite i,
.single-project .btn-added-project-favorite i,
.single-job_listing .job-detail-favorite .btn-add-job-favorite i,
.single-job_listing .job-detail-favorite .btn-added-job-favorite i {
    border-radius: 0 !important;
}

/* 3. Report button in Topbar (clean 38x38 button) */
.elementor-9471 .btn-view-freelancer-report {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.2s ease !important;
    transform: none !important;
}.single-employer .btn-view-employer-report,
.single-service .btn-view-service-report,
.single-project .btn-view-project-report,
.single-job_listing .btn-view-job-report {
    font-size: 14px !important;
    transform: none !important;
}

.elementor-9471 .btn-view-freelancer-report:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #ef4444 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
}

/* Container resets for topbar buttons */


/* Clean breadcrumbs with › separator */
.single-project .breadcrumb,
.single-job_listing .breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    font-size: 14px !important;
}

.single-project .breadcrumb a,
.single-job_listing .breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.single-project .breadcrumb a:hover,
.single-job_listing .breadcrumb a:hover {
    color: #10b981 !important;
}

.single-project .breadcrumb li + li::before,
.single-job_listing .breadcrumb li + li::before {
    color: #cbd5e1 !important;
    content: "›" !important;
    padding: 0 8px !important;
    font-size: 15px !important;
}

.single-project .breadcrumb .active,
.single-job_listing .breadcrumb .active {
    color: #0f172a !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   Cards: Favorite Heart Button (Strict 36x36 Circle, NO TEXT)
   Applied to service-item cards across the entire site
   ========================================================================== */


.service-item .btn-add-service-favorite i,
.service-item .btn-added-service-favorite i {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.service-item .btn-add-service-favorite.added i {
    color: #ef4444 !important;
}

.service-item .btn-add-service-favorite span,
.service-item .btn-added-service-favorite span {
    display: none !important;
}


/* ==========================================================================
   Unified Card Border and Box-Shadow Standard Across All Pages
   ========================================================================== */
.service-item,
.project-item,
.job-item,
.single-service .elementor-element-36c9d76,
.single-service .elementor-element-ccc01c5,
.single-service .elementor-element-d78a1a5,
.single-service .elementor-element-48800c8,
.service-price.listing-detail-widget,
.service-detail-author.listing-detail-widget,
.project-detail-author.listing-detail-widget,
.job-detail-author.listing-detail-widget,
.elementor-9471 .elementor-element-d90415d,
.single-employer .listing-detail-widget.widget,
.single-employer .elementor-element-fs_emp_header_card,
.single-employer .elementor-element-fs_emp_desc_card,
.single-employer .elementor-element-fs_emp_projects_card,
.single-employer .elementor-element-fs_emp_jobs_card,
.single-employer .elementor-element-fs_emp_reviews_card,
.single-employer .elementor-element-fs_emp_left_col > .elementor-element,
.single-employer .elementor-element-fs_emp_right_col > .elementor-element {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
}

/* Service card images: full container coverage */
.service-item .service-image,
.elementor-9471 .service-image,
.elementor-element-74b9268 .service-image,
.related-services .service-image,
.related-posts .service-image,
.elementor-widget-apus_element_detail_service_related .service-image {
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    background: #f1f5f9 !important;
    position: relative !important;
    border-radius: 10px 10px 0 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.service-item .service-image a,
.service-item .service-image .image-wrapper,
.elementor-9471 .service-image a,
.elementor-9471 .service-image .image-wrapper,
.elementor-element-74b9268 .service-image a,
.elementor-element-74b9268 .service-image .image-wrapper,
.related-services .service-image a,
.related-services .service-image .image-wrapper,
.related-posts .service-image a,
.related-posts .service-image .image-wrapper,
.elementor-widget-apus_element_detail_service_related .service-image a,
.elementor-widget-apus_element_detail_service_related .service-image .image-wrapper {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.service-item .service-image img,
.elementor-9471 .service-image img,
.elementor-element-74b9268 .service-image img,
.related-services .service-image img,
.related-posts .service-image img,
.elementor-widget-apus_element_detail_service_related .service-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
}

/* ==========================================================================
   Universal Card Favorite Button (Strict 36x36 Square Frame, Centered Heart, NO Movement, Original Colors)
   Strictly scoped to cards only. NEVER affects topbar / detail action buttons.
   ========================================================================== */
.service-item .btn-add-service-favorite,
.project-item .btn-add-project-favorite,
.employer-item .btn-add-employer-favorite,
.job-item .btn-add-job-favorite,
.freelancer-item .btn-add-freelancer-favorite,
.service-item a[class*="favorite"],
.project-item a[class*="favorite"],
.employer-item a[class*="favorite"],
.job-item a[class*="favorite"],
.freelancer-item a[class*="favorite"] {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 5 !important;
    text-decoration: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease !important;
    box-sizing: border-box !important;
}.service-item .btn-added-service-favorite,
.project-item .btn-added-project-favorite,
.employer-item .btn-added-employer-favorite,
.job-item .btn-added-job-favorite,
.freelancer-item .btn-added-freelancer-favorite {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 5 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

/* 1. Base unadded state on cards */
.service-item .btn-add-service-favorite,
.project-item .btn-add-project-favorite,
.employer-item .btn-add-employer-favorite,
.job-item .btn-add-job-favorite,
.freelancer-item .btn-add-freelancer-favorite,
.service-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added),
.project-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added),
.employer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added),
.job-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added),
.freelancer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added) {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
}

.service-item .btn-add-service-favorite i,
.project-item .btn-add-project-favorite i,
.employer-item .btn-add-employer-favorite i,
.job-item .btn-add-job-favorite i,
.freelancer-item .btn-add-freelancer-favorite i,
.service-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added) i,
.project-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added) i,
.employer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added) i,
.job-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added) i,
.freelancer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added) i {
    color: #64748b !important;
}

/* 2. Hover on unadded on cards */
.service-item .btn-add-service-favorite:hover,
.project-item .btn-add-project-favorite:hover,
.employer-item .btn-add-employer-favorite:hover,
.job-item .btn-add-job-favorite:hover,
.freelancer-item .btn-add-freelancer-favorite:hover,
.service-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover,
.project-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover,
.employer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover,
.job-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover,
.freelancer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover {
    background: var(--freeio-theme-color, #5bbb7b) !important;
    border-color: var(--freeio-theme-color, #5bbb7b) !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.service-item .btn-add-service-favorite:hover i,
.project-item .btn-add-project-favorite:hover i,
.employer-item .btn-add-employer-favorite:hover i,
.job-item .btn-add-job-favorite:hover i,
.freelancer-item .btn-add-freelancer-favorite:hover i,
.service-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover i,
.project-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover i,
.employer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover i,
.job-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover i,
.freelancer-item a[class*="favorite"]:not([class*="btn-added-"]):not(.added):hover i {
    color: #ffffff !important;
}

/* 3. ALREADY ADDED STATE on cards (White background, red heart, no green) */
.service-item .btn-added-service-favorite,
.project-item .btn-added-project-favorite,
.employer-item .btn-added-employer-favorite,
.job-item .btn-added-job-favorite,
.freelancer-item .btn-added-freelancer-favorite,
.service-item a[class*="favorite"].added,
.project-item a[class*="favorite"].added,
.employer-item a[class*="favorite"].added,
.job-item a[class*="favorite"].added,
.freelancer-item a[class*="favorite"].added {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.service-item .btn-added-service-favorite i,
.project-item .btn-added-project-favorite i,
.employer-item .btn-added-employer-favorite i,
.job-item .btn-added-job-favorite i,
.freelancer-item .btn-added-freelancer-favorite i,
.service-item a[class*="favorite"].added i,
.project-item a[class*="favorite"].added i,
.employer-item a[class*="favorite"].added i,
.job-item a[class*="favorite"].added i,
.freelancer-item a[class*="favorite"].added i {
    color: #ef4444 !important;
}

.service-item .btn-added-service-favorite i::before,
.project-item .btn-added-project-favorite i::before,
.employer-item .btn-added-employer-favorite i::before,
.job-item .btn-added-job-favorite i::before,
.freelancer-item .btn-added-freelancer-favorite i::before,
.service-item a[class*="favorite"].added i::before,
.project-item a[class*="favorite"].added i::before,
.employer-item a[class*="favorite"].added i::before,
.job-item a[class*="favorite"].added i::before,
.freelancer-item a[class*="favorite"].added i::before {
    content: "004" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #ef4444 !important;
}

/* 4. Hover on already added on cards (Scale 1.08 and distinct shadow) */
.service-item a[class*="favorite"].added:hover,
.project-item a[class*="favorite"].added:hover,
.employer-item a[class*="favorite"].added:hover,
.job-item a[class*="favorite"].added:hover,
.freelancer-item a[class*="favorite"].added:hover {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    transform: scale(1.08) !important;
    -webkit-transform: scale(1.08) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16) !important;
}

.service-item .btn-added-service-favorite:hover i,
.project-item .btn-added-project-favorite:hover i,
.employer-item .btn-added-employer-favorite:hover i,
.job-item .btn-added-job-favorite:hover i,
.freelancer-item .btn-added-freelancer-favorite:hover i,
.service-item a[class*="favorite"].added:hover i,
.project-item a[class*="favorite"].added:hover i,
.employer-item a[class*="favorite"].added:hover i,
.job-item a[class*="favorite"].added:hover i,
.freelancer-item a[class*="favorite"].added:hover i {
    color: #dc2626 !important;
}

/* 5. Clear the theme inner circle completely from <i> tag on cards */
.service-item a[class*="favorite"] i,
.project-item a[class*="favorite"] i,
.employer-item a[class*="favorite"] i,
.job-item a[class*="favorite"] i,
.freelancer-item a[class*="favorite"] i {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    line-height: 1 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: color 0.15s ease !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.service-item a[class*="favorite"] i::before,
.project-item a[class*="favorite"] i::before,
.employer-item a[class*="favorite"] i::before,
.job-item a[class*="favorite"] i::before,
.freelancer-item a[class*="favorite"] i::before {
    display: block !important;
    line-height: 1 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.service-item a[class*="favorite"] span,
.project-item a[class*="favorite"] span,
.employer-item a[class*="favorite"] span,
.job-item a[class*="favorite"] span,
.freelancer-item a[class*="favorite"] span {
    display: none !important;
}

/* ==========================================================================
   TOPBAR & DETAIL PAGE ACTION BUTTONS (Share, Favorite, Report)
   Ensure clean inline layout, height 38px, visible text "В избранное", no displacement
   ========================================================================== */
.single-service .service-detail-action,
.single-service .service-detail-action.layout-2 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.single-service .service-detail-action .action-item,
.single-service .elementor-element-ba69afd .action-item {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}.single-service .service-detail-favorite,
.single-service .service-detail-sharebox,
.single-service .service-detail-report {
    width: auto !important;
    height: auto !important;
}

.single-service .service-detail-favorite a,
.elementor-9471 .btn-add-freelancer-favorite,
.elementor-9471 .btn-added-freelancer-favorite,
.single-employer .btn-add-employer-favorite,
.single-employer .btn-added-employer-favorite,
.single-job_listing .job-detail-favorite a {
    opacity: 1 !important;
    top: auto !important;
    right: auto !important;
}.single-service .service-detail-favorite .btn-add-service-favorite,
.single-service .service-detail-favorite .btn-added-service-favorite,
.single-project .btn-add-project-favorite,
.single-project .btn-added-project-favorite,
.single-job_listing .job-detail-favorite .btn-add-job-favorite,
.single-job_listing .job-detail-favorite .btn-added-job-favorite {
    position: static !important;
    width: auto !important;
    height: 38px !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border-radius: 5px !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
    top: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
}

.single-service .service-detail-favorite .btn-add-service-favorite:hover,
.single-service .service-detail-favorite .btn-added-service-favorite:hover,
.single-project .btn-add-project-favorite:hover,
.single-project .btn-added-project-favorite:hover,
.single-job_listing .job-detail-favorite .btn-add-job-favorite:hover,
.single-job_listing .job-detail-favorite .btn-added-job-favorite:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
    transform: none !important;
}

.single-service .service-detail-favorite .btn-add-service-favorite span,
.single-service .service-detail-favorite .btn-added-service-favorite span,
.single-project .btn-add-project-favorite span,
.single-project .btn-added-project-favorite span,
.single-job_listing .job-detail-favorite .btn-add-job-favorite span,
.single-job_listing .job-detail-favorite .btn-added-job-favorite span {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: inherit !important;
    line-height: 1 !important;
}

.single-service .service-detail-favorite .btn-add-service-favorite i,
.single-service .service-detail-favorite .btn-added-service-favorite i,
.single-project .btn-add-project-favorite i,
.single-project .btn-added-project-favorite i,
.single-job_listing .job-detail-favorite .btn-add-job-favorite i,
.single-job_listing .job-detail-favorite .btn-added-job-favorite i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    font-size: 15px !important;
    color: inherit !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.single-service .service-detail-favorite a i::before,
.single-service .service-detail-favorite .btn-add-service-favorite i::before,
.single-service .service-detail-favorite .btn-added-service-favorite i::before,
.elementor-9471 .btn-add-freelancer-favorite i::before,
.elementor-9471 .btn-added-freelancer-favorite i::before,
.single-employer .btn-add-employer-favorite i::before,
.single-employer .btn-added-employer-favorite i::before,
.single-project .btn-add-project-favorite i::before,
.single-project .btn-added-project-favorite i::before,
.single-job_listing .job-detail-favorite a i::before,
.single-job_listing .job-detail-favorite .btn-add-job-favorite i::before,
.single-job_listing .job-detail-favorite .btn-added-job-favorite i::before {
    display: inline-block !important;
    line-height: 1 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ==========================================================================
   Active / Added Favorite State (Red solid filled heart icon)
   Strictly applies when NOT loading (:not(.loading)) so spinner is never blocked
   ========================================================================== */
.single-service .service-detail-favorite a.btn-added-service-favorite:not(.loading) i,
.elementor-9471 a.btn-added-freelancer-favorite:not(.loading) i,
.single-employer a.btn-added-employer-favorite:not(.loading) i,
.single-employer a.added:not(.loading) i,
.single-project a.btn-added-project-favorite:not(.loading) i,
.single-project a.added:not(.loading) i,
.single-job_listing .job-detail-favorite a.btn-added-job-favorite:not(.loading) i,
a.btn-added-job-favorite:not(.loading) i,
a.btn-added-project-favorite:not(.loading) i,
a.btn-added-employer-favorite:not(.loading) i,
a.btn-added-freelancer-favorite:not(.loading) i {
    color: #ef4444 !important;
}

.single-service .service-detail-favorite a.btn-added-service-favorite:not(.loading) i::before,
.elementor-9471 a.btn-added-freelancer-favorite:not(.loading) i::before,
.single-employer a.btn-added-employer-favorite:not(.loading) i::before,
.single-employer a.added:not(.loading) i::before,
.single-project a.btn-added-project-favorite:not(.loading) i::before,
.single-project a.added:not(.loading) i::before,
.single-job_listing .job-detail-favorite a.btn-added-job-favorite:not(.loading) i::before,
a.btn-added-job-favorite:not(.loading) i::before,
a.btn-added-project-favorite:not(.loading) i::before,
a.btn-added-employer-favorite:not(.loading) i::before,
a.btn-added-freelancer-favorite:not(.loading) i::before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #ef4444 !important;
}

.single-service .service-detail-favorite a.btn-added-service-favorite:hover:not(.loading) i,
.single-service .service-detail-favorite a.added:hover:not(.loading) i,
.elementor-9471 a.btn-added-freelancer-favorite:hover:not(.loading) i,
.elementor-9471 a.added:hover:not(.loading) i,
.single-employer a.btn-added-employer-favorite:hover:not(.loading) i,
.single-employer a.added:hover:not(.loading) i,
.single-project a.btn-added-project-favorite:hover:not(.loading) i,
.single-project a.added:hover:not(.loading) i,
.single-job_listing .job-detail-favorite a.btn-added-job-favorite:hover:not(.loading) i,
.single-job_listing .job-detail-favorite a.added:hover:not(.loading) i,
a.btn-added-service-favorite:hover:not(.loading) i,
a[class*="favorite"][class*="btn-added"]:hover:not(.loading) i {
    color: #dc2626 !important;
}

.single-service .service-detail-favorite a.btn-added-service-favorite:hover:not(.loading) i::before,
.single-service .service-detail-favorite a.added:hover:not(.loading) i::before,
.elementor-9471 a.btn-added-freelancer-favorite:hover:not(.loading) i::before,
.elementor-9471 a.added:hover:not(.loading) i::before,
.single-employer a.btn-added-employer-favorite:hover:not(.loading) i::before,
.single-employer a.added:hover:not(.loading) i::before,
.single-project a.btn-added-project-favorite:hover:not(.loading) i::before,
.single-project a.added:hover:not(.loading) i::before,
.single-job_listing .job-detail-favorite a.btn-added-job-favorite:hover:not(.loading) i::before,
.single-job_listing .job-detail-favorite a.added:hover:not(.loading) i::before,
a.btn-added-service-favorite:hover:not(.loading) i::before,
a[class*="favorite"][class*="btn-added"]:hover:not(.loading) i::before {
    color: #dc2626 !important;
}

/* Card buttons already added icon filled white on green background */
.service-item .btn-added-service-favorite:not(.loading) i::before,
.project-item .btn-added-project-favorite:not(.loading) i::before,
.employer-item .btn-added-employer-favorite:not(.loading) i::before,
.job-item .btn-added-job-favorite:not(.loading) i::before,
.freelancer-item .btn-added-freelancer-favorite:not(.loading) i::before,
.service-item a[class*="favorite"].added:not(.loading) i::before,
.project-item a[class*="favorite"].added:not(.loading) i::before,
.employer-item a[class*="favorite"].added:not(.loading) i::before,
.job-item a[class*="favorite"].added:not(.loading) i::before,
.freelancer-item a[class*="favorite"].added:not(.loading) i::before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #ffffff !important;
}

/* ==========================================================================
   SPINNER ANIMATION ON BOTH ADDING AND REMOVING (ROTATE_ICON)
   High specificity to guarantee spinner shows during loading state
   ========================================================================== */
.single-service .service-detail-favorite a.loading i::before,
.single-job_listing .job-detail-favorite a.loading i::before,
.single-project .project-detail-favorite a.loading i::before,
.elementor-9471 a.loading i::before,
.single-employer a.loading i::before,
.service-item a.loading i::before,
.project-item a.loading i::before,
.employer-item a.loading i::before,
.job-item a.loading i::before,
.freelancer-item a.loading i::before,
a.loading[class*="favorite"] i::before,
a.loading[class*="btn-"] i::before,
a.btn-added-service-favorite.loading i::before,
a.btn-add-service-favorite.loading i::before,
a.btn-added-job-favorite.loading i::before,
a.btn-add-job-favorite.loading i::before,
a.btn-added-project-favorite.loading i::before,
a.btn-add-project-favorite.loading i::before,
a.btn-added-employer-favorite.loading i::before,
a.btn-add-employer-favorite.loading i::before,
a.btn-added-freelancer-favorite.loading i::before,
a.btn-add-freelancer-favorite.loading i::before {
    display: inline-block !important;
    content: "\f110" !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free" !important;
    animation: rotate_icon 1000ms linear 0s normal none infinite running !important;
    -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running !important;
    color: inherit !important;
}

/* Hide orphaned / sticking tooltips positioned at 0,0 */
.tooltip[data-popper-reference-hidden],
.tooltip[style*="translate(0px, 0px)"],
.tooltip[style*="translate3d(0px, 0px"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 0. GLOBAL CLEANUPS */

/* ==========================================================================
   MASTER UNIFIED TOP BAR (Applies identically to: Freelancer, Service, Employer, Job, Project)
   Width 1320px centered, breadcrumbs left, action buttons right (38px pill buttons)
   ========================================================================== */

/* 1. Main Topbar Containers - 1320px Centered Row */
.single-service .elementor-element-ba69afd,
.single-freelancer .elementor-element-f4edfba,
.single-employer .elementor-element-fs_emp_topbar,
.single-job_listing .elementor-element-8536e86,
.single-project .elementor-element-d7bea57 {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

@media (min-width: 1200px) {
    .single-service .elementor-element-ba69afd > .e-con-inner,
    .single-freelancer .elementor-element-f4edfba > .e-con-inner,
    .single-employer .elementor-element-fs_emp_topbar > .e-con-inner,
    .single-job_listing .elementor-element-8536e86 > .e-con-inner,
    .single-project .elementor-element-d7bea57 > .e-con-inner {
        max-width: 1320px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
    }
}



.single-service .fs-catalog-breadcrumbs a,
.single-freelancer .fs-catalog-breadcrumbs a,
.single-employer .fs-catalog-breadcrumbs a,
.single-job_listing .fs-catalog-breadcrumbs a,
.single-project .fs-catalog-breadcrumbs a,
.single-job_listing ol.breadcrumb a,
.single-project ol.breadcrumb a {
    color: #8a9099 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: color 0.2s ease !important;
}

.single-service .fs-catalog-breadcrumbs a:hover,
.single-freelancer .fs-catalog-breadcrumbs a:hover,
.single-employer .fs-catalog-breadcrumbs a:hover,
.single-job_listing .fs-catalog-breadcrumbs a:hover,
.single-project .fs-catalog-breadcrumbs a:hover,
.single-job_listing ol.breadcrumb a:hover,
.single-project ol.breadcrumb a:hover {
    color: #10b981 !important;
}

/* Separator styling */
.single-service .fs-catalog-breadcrumbs span[aria-hidden="true"],
.single-freelancer .fs-catalog-breadcrumbs span[aria-hidden="true"],
.single-employer .fs-catalog-breadcrumbs span[aria-hidden="true"],
.single-job_listing .fs-catalog-breadcrumbs span[aria-hidden="true"],
.single-project .fs-catalog-breadcrumbs span[aria-hidden="true"],
.single-job_listing ol.breadcrumb li + li::before,
.single-project ol.breadcrumb li + li::before {
    color: #cbd5e1 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 0 7px !important;
    padding: 0 !important;
    float: none !important;
}

.single-service .breadcrumb_last,
.single-freelancer .breadcrumb_last,
.single-employer .breadcrumb_last,
.single-job_listing .breadcrumb_last,
.single-project .breadcrumb_last,
.single-job_listing ol.breadcrumb span.active,
.single-project ol.breadcrumb span.active {
    color: #8a9099 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

/* 3. Right Column: Action Buttons Row on all 5 page types */
.single-service .elementor-element-68aa13e,
.single-freelancer .elementor-element-318ef57,
.single-employer .elementor-element-fs_emp_topbar_right,
.single-job_listing .elementor-element-278d83b,
.single-project .elementor-element-ac432fd {
    max-width: none !important;
}

.single-service .action-item,
.single-freelancer .action-item,
.single-employer .action-item,
.single-job_listing .action-item,
.single-project .action-item,
.single-service .service-detail-sharebox,
.single-service .service-detail-favorite,
.single-service .service-detail-report,
.single-freelancer .freelancer-detail-sharebox,
.single-freelancer .freelancer-detail-favorite,
.single-freelancer .freelancer-detail-report,
.single-employer .employer-detail-sharebox,
.single-employer .employer-detail-favorite,
.single-job_listing .job-detail-sharebox,
.single-job_listing .job-detail-favorite,
.single-job_listing .job-detail-report,
.single-project .project-detail-sharebox,
.single-project .project-detail-favorite,
.single-project .project-detail-report {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 4. Action Buttons Base Styles (Share & Favorite & Report Pill Buttons) */
.single-service .apus-social-share .d-flex.align-items-center,
.single-freelancer .apus-social-share .d-flex.align-items-center,
.single-employer .apus-social-share .d-flex.align-items-center,
.single-job_listing .apus-social-share .d-flex.align-items-center,
.single-project .apus-social-share .d-flex.align-items-center,
.single-service .service-detail-favorite a,
.single-freelancer .freelancer-detail-favorite a,
.single-employer .employer-detail-favorite a,
.single-job_listing .job-detail-favorite a,
.single-project .project-detail-favorite a,
.elementor-9471 .btn-add-freelancer-favorite,
.elementor-9471 .btn-added-freelancer-favorite,
.single-employer .btn-add-employer-favorite,
.single-employer .btn-added-employer-favorite {
    position: static !important;
    width: auto !important;
    height: 38px !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    cursor: pointer !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
}

/* Hover on pill buttons */
.single-service .apus-social-share .d-flex.align-items-center:hover,
.single-freelancer .apus-social-share .d-flex.align-items-center:hover,
.single-employer .apus-social-share .d-flex.align-items-center:hover,
.single-job_listing .apus-social-share .d-flex.align-items-center:hover,
.single-project .apus-social-share .d-flex.align-items-center:hover,
.single-service .service-detail-favorite a:hover,
.single-freelancer .freelancer-detail-favorite a:hover,
.single-employer .employer-detail-favorite a:hover,
.single-job_listing .job-detail-favorite a:hover,
.single-project .project-detail-favorite a:hover,
.elementor-9471 .btn-add-freelancer-favorite:hover,
.elementor-9471 .btn-added-freelancer-favorite:hover,
.single-employer .btn-add-employer-favorite:hover,
.single-employer .btn-added-employer-favorite:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
    transform: none !important;
}

/* Report icon button square 38x38 */
.single-service .btn-view-service-report,
.single-freelancer .btn-view-freelancer-report,
.single-employer .btn-view-employer-report,
.single-job_listing .btn-view-job-report,
.single-project .btn-view-project-report,
.single-service .service-detail-report a,
.single-freelancer .freelancer-detail-report a,
.single-job_listing .job-detail-report a,
.single-project .project-detail-report a {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #475569 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.single-service .btn-view-service-report:hover,
.single-freelancer .btn-view-freelancer-report:hover,
.single-employer .btn-view-employer-report:hover,
.single-job_listing .btn-view-job-report:hover,
.single-project .btn-view-project-report:hover,
.single-service .service-detail-report a:hover,
.single-freelancer .freelancer-detail-report a:hover,
.single-job_listing .job-detail-report a:hover,
.single-project .project-detail-report a:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
}

/* Text and icon inside pill buttons */
.single-service .service-detail-favorite a span,
.single-freelancer .freelancer-detail-favorite a span,
.single-employer .employer-detail-favorite a span,
.single-job_listing .job-detail-favorite a span,
.single-project .project-detail-favorite a span,
.elementor-9471 .btn-add-freelancer-favorite span,
.elementor-9471 .btn-added-freelancer-favorite span,
.single-employer .btn-add-employer-favorite span,
.single-employer .btn-added-employer-favorite span {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: inherit !important;
    line-height: 1 !important;
}

.single-service .service-detail-favorite a i,
.single-freelancer .freelancer-detail-favorite a i,
.single-employer .employer-detail-favorite a i,
.single-job_listing .job-detail-favorite a i,
.single-project .project-detail-favorite a i,
.elementor-9471 .btn-add-freelancer-favorite i,
.elementor-9471 .btn-added-freelancer-favorite i,
.single-employer .btn-add-employer-favorite i,
.single-employer .btn-added-employer-favorite i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    font-size: 15px !important;
    color: inherit !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* 5. Active Red Heart when Added to Favorites */
.single-service .service-detail-favorite a[class*="btn-added"]:not(.loading) i,
.single-service .service-detail-favorite a.added:not(.loading) i,
.single-freelancer .freelancer-detail-favorite a[class*="btn-added"]:not(.loading) i,
.single-freelancer .freelancer-detail-favorite a.added:not(.loading) i,
.single-employer .employer-detail-favorite a[class*="btn-added"]:not(.loading) i,
.single-employer .employer-detail-favorite a.added:not(.loading) i,
.single-job_listing .job-detail-favorite a[class*="btn-added"]:not(.loading) i,
.single-job_listing .job-detail-favorite a.added:not(.loading) i,
.single-project .project-detail-favorite a[class*="btn-added"]:not(.loading) i,
.single-project .project-detail-favorite a.added:not(.loading) i,
.elementor-9471 a[class*="btn-added"]:not(.loading) i,
.elementor-9471 a.added:not(.loading) i,
a.btn-added-service-favorite:not(.loading) i,
a[class*="favorite"][class*="btn-added"]:not(.loading) i {
    color: #ef4444 !important;
}

.single-service .service-detail-favorite a[class*="btn-added"]:not(.loading) i::before,
.single-service .service-detail-favorite a.added:not(.loading) i::before,
.single-freelancer .freelancer-detail-favorite a[class*="btn-added"]:not(.loading) i::before,
.single-freelancer .freelancer-detail-favorite a.added:not(.loading) i::before,
.single-employer .employer-detail-favorite a[class*="btn-added"]:not(.loading) i::before,
.single-employer .employer-detail-favorite a.added:not(.loading) i::before,
.single-job_listing .job-detail-favorite a[class*="btn-added"]:not(.loading) i::before,
.single-job_listing .job-detail-favorite a.added:not(.loading) i::before,
.single-project .project-detail-favorite a[class*="btn-added"]:not(.loading) i::before,
.single-project .project-detail-favorite a.added:not(.loading) i::before,
.elementor-9471 a[class*="btn-added"]:not(.loading) i::before,
.elementor-9471 a.added:not(.loading) i::before,
a.btn-added-service-favorite:not(.loading) i::before,
a[class*="favorite"][class*="btn-added"]:not(.loading) i::before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #ef4444 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* 6. Identical Loading Spinner for Add AND Remove */
@keyframes rotate_icon {
    0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes rotate_icon {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

a[class*="favorite"].loading {
    pointer-events: none !important;
}
a[class*="favorite"].loading i {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}
a[class*="favorite"].loading i::before {
    display: inline-block !important;
    content: "\f110" !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free" !important;
    line-height: 1 !important;
    transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    animation: rotate_icon 1000ms linear infinite running !important;
    -webkit-animation: rotate_icon 1000ms linear infinite running !important;
    color: inherit !important;
}

/* 7. Centering of Main Content Blocks under Topbar to 1320px */
@media (min-width: 1200px) {
    .single-job_listing .elementor-element-9fba63f {
        max-width: 1290px !important;
        width: 1290px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 30px !important;
        margin-bottom: 30px !important;
    }

    .single-job_listing .elementor-element-9fba63f .elementor-element-e314b73 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-job_listing .elementor-element-5bc7253 > .e-con-inner {
        max-width: 1290px !important;
        width: 1290px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
    }

    .single-employer .elementor-element-fs_emp_header_card {
        max-width: 1320px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .single-project .elementor-element-3ecbdfe > .e-con-inner {
        max-width: 1320px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
    }
}


/* Prevent button wrapping & ensure proper flex columns */
.single-employer .elementor-element-fs_emp_topbar_left,
.single-freelancer .elementor-element-9008bc2 {
    width: auto !important;
    max-width: 65% !important;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
}.single-project .elementor-element-1994240,
.single-job_listing .elementor-element-7a47f59,
.single-service .elementor-element-5dee90a {
    width: auto !important;
    max-width: 65% !important;
    flex: 1 1 auto !important;
    display: flex !important;
}

.single-employer .elementor-element-fs_emp_topbar_right,
.single-project .elementor-element-ac432fd,
.single-job_listing .elementor-element-278d83b,
.single-freelancer .elementor-element-318ef57,
.single-service .elementor-element-68aa13e {
    width: auto !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.single-employer .elementor-element-fs_emp_topbar_right *,
.single-project .elementor-element-ac432fd *,
.single-job_listing .elementor-element-278d83b *,
.single-freelancer .elementor-element-318ef57 *,
.single-service .elementor-element-68aa13e * {
    white-space: nowrap !important;
}


/* ==========================================================================
   PRECISION FIXES: Breadcrumb Left Alignment, Message Button, Employer & Job Cards
   ========================================================================== */

/* 1. Breadcrumb left-alignment on Project and Job pages */
.single-project .elementor-element-1994240,
.single-job_listing .elementor-element-7a47f59,
.single-service .elementor-element-5dee90a {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
}
.single-project .elementor-element-5fe0f32,
.single-job_listing .elementor-element-0f94147,
.single-service .elementor-element-c152ca4 {
    align-self: flex-start !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
}
.single-service .fs-catalog-breadcrumbs,
.fs-catalog-breadcrumbs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
}

/* 2. Unified Send Private Message Button across all single pages */
body.single-project .send-private-message-btn,
body.single-freelancer .send-private-message-btn,
body.single-employer .send-private-message-btn,
body.single-service .send-private-message-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: 50px !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3) !important;
}
body.single-project .send-private-message-btn::before,
body.single-freelancer .send-private-message-btn::before,
body.single-employer .send-private-message-btn::before,
body.single-service .send-private-message-btn::before {
    content: "💬";
    font-size: 16px;
}
body.single-project .send-private-message-btn:hover,
body.single-freelancer .send-private-message-btn:hover,
body.single-employer .send-private-message-btn:hover,
body.single-service .send-private-message-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: #ffffff !important;
}

/* 3. Employer Profile Layout - 1290px Centered 1-Column with 20px Card Spacing */
@media (min-width: 1200px) {
    .single-employer .elementor-element-fs_emp_main_layout {
        padding: 0 !important;
    }
    .single-employer .elementor-element-fs_emp_main_layout > .e-con-inner {
        width: 1290px !important;
        max-width: 1290px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        gap: 0 !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
    }
    .single-employer .elementor-element-fs_emp_left_col {
        width: 1290px !important;
        max-width: 1290px !important;
        flex: 0 0 1290px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        gap: 0 !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
    }
}

.single-employer .elementor-element-fs_emp_left_col {
    gap: 0 !important;
    row-gap: 0 !important;
}

.single-employer .elementor-element-fs_emp_header_card,
.single-employer .elementor-element-fs_emp_desc_card,
.single-employer .elementor-element-fs_emp_projects_card {
    width: 100% !important;
    max-width: 1290px !important;
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
}

.single-employer .elementor-element-fs_emp_jobs_card,
.single-employer .elementor-element-fs_emp_reviews_card,
.single-employer .elementor-element-fs_emp_right_col {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}
.single-employer #fs_emp_header_card,
.single-employer .elementor-element-fs_emp_header_card {
    padding: 30px !important;
}
.single-employer .elementor-element-fs_emp_desc_card,
.single-employer .elementor-element-fs_emp_reviews_card {
    padding: 28px 32px !important;
}
.single-employer .elementor-element-fs_emp_sidebar_card {
    padding: 28px 24px !important;
}

/* 4. Job Detail Design Cards (Hero, Overview, Description) - 1290px Aligned */
.single-job_listing .elementor-element-9fba63f {
    width: 1290px !important;
    max-width: 1290px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    border-radius: 12px !important;
    padding: 30px !important;
    margin: 0 auto 30px auto !important;
    box-sizing: border-box !important;
}
.single-job_listing .elementor-element-5bc7253 > .e-con-inner {
    width: 1290px !important;
    max-width: 1290px !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
.single-job_listing .elementor-element-bc789e4 {
    padding: 0 !important;
}
.single-job_listing .elementor-element-fs_job_desc_card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-sizing: border-box !important;
}
.single-job_listing .elementor-element-fs_job_desc_card .elementor-element-d323481 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.single-job_listing .elementor-element-9fba63f .elementor-element-8c41a54 a,
.single-job_listing .elementor-element-9fba63f .elementor-element-8c41a54 button {
    border-radius: 5px !important;
}

/* Job Overview Card - Modern Polished Grid */
.single-job_listing .elementor-element-fs_job_overview_card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    border-radius: 12px !important;
    padding: 28px 32px !important;
    box-sizing: border-box !important;
}
.single-job_listing .elementor-element-fs_job_overview_card .elementor-element-3ff02f9 {
    margin-bottom: 24px !important;
}
.single-job_listing .elementor-element-fs_job_overview_card .elementor-element-3ff02f9 h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail li {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail li .icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 12px !important;
    background: #f0fdf4 !important;
    border: 1px solid #dcfce7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail li .icon i {
    font-size: 20px !important;
    color: #10b981 !important;
    line-height: 1 !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail li .details {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail li .text {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
}
.single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail li .value {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}
@media (max-width: 991px) {
    .single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}
@media (max-width: 575px) {
    .single-job_listing .elementor-element-fs_job_overview_card ul.list-service-detail {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}


/* ==========================================================================
   UNIFIED 20PX CARD SPACING ACROSS ALL SINGLE PAGES
   (Freelancer, Employer, Project, Job, Service)
   ========================================================================== */
.single-service .elementor-element-36c9d76,
.single-service .elementor-element-ccc01c5,
.single-service .elementor-element-d78a1a5,
.single-service .elementor-element-48800c8,
.single-service .elementor-element-42ad5bd,
.single-service .elementor-element-988bc8b,
.single-project .elementor-element-b2fbf42,
.single-project .elementor-element-2958eed,
.single-project .elementor-element-d5d1d3d,
.single-project .elementor-element-f0a53b9,
.single-project .elementor-element-72ad3be,
.single-project .elementor-element-c2f4aa2,
.single-job_listing .elementor-element-9fba63f,
.single-job_listing .elementor-element-fs_job_overview_card,
.single-job_listing .elementor-element-fs_job_desc_card,
.single-employer .elementor-element-fs_emp_header_card,
.single-employer .fs-profile-nav-tabs,
.single-employer .elementor-element-fs_emp_desc_card,
.single-employer .elementor-element-fs_emp_projects_card,
.single-employer .elementor-element-fs_emp_jobs_card,
.single-employer .elementor-element-fs_emp_reviews_card,
.single-employer .elementor-element-fs_emp_sidebar_card,
.single-freelancer .elementor-element-bd469bf,
.single-freelancer .fs-profile-nav-tabs,
.single-freelancer .elementor-element-97c0be1,
.single-freelancer .elementor-element-3a480e2,
.single-freelancer .elementor-element-74b9268,
.single-freelancer .elementor-element-617112b,
.single-freelancer .elementor-element-d14c741 > .elementor-element {
    margin-bottom: 20px !important;
}

/* Hide empty / unpopulated widgets so they don't produce extra gaps */
.single-service .elementor-element-692667e:has(.gallery-listing:empty),
.single-service .elementor-element-692667e .gallery-listing:empty,
.single-service .elementor-element-692667e:empty,
.single-service .elementor-element-d78a1a5:has(.elementor-accordion:empty),
.single-service .elementor-element-d78a1a5:empty,
.single-project .elementor-element-5c5cae3,
.single-project .elementor-element-9709cac:has(.list-service-detail:empty) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Related Services Container - aligned with main content width (1320px / 1290px) */
.single-service .elementor-element-6d24655 > .e-con-inner {
    max-width: 1320px !important;
    margin: 0 auto !important;
}
.single-service .wrapper-services-related,
.single-service .elementor-widget-apus_element_detail_service_related .related-posts {
    max-width: 1290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   USER FIXES: Remove icon:before circle, button arrows, and fix comment avatars
   ========================================================================== */

/* 1. Remove background circle pseudo-element from list-service-detail icon */
.list-service-detail .icon:before,
.list-service-detail .icon::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

/* 2. Remove diagonal arrow icons and SVGs on buttons */
.send-private-message-btn:after,
.send-private-message-btn::after,
.btn:after,
.btn::after {
    display: none !important;
    content: none !important;
}
.btn i.flaticon-right-up,
.btn .flaticon-right-up,
.btn i.next {
    display: none !important;
}

/* 4. Fix review & comment avatars sizing (proper 48px circle, no overflow) */
.the-comment .avatar {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.the-comment .avatar .employer-logo,
.the-comment .avatar .freelancer-logo,
.the-comment .avatar .employer-logo a,
.the-comment .avatar .freelancer-logo a,
.the-comment .avatar .image-wrapper {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
.the-comment .avatar img,
.the-comment .avatar .image-wrapper img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ==========================================================================
   UNIFIED PROJECT CARDS (Border #e2e8f0, Radius 10px, Box-Shadow)
   Matching Freelancer and Service Cards Exactly
   ========================================================================== */
.single-project .elementor-element-b2fbf42,
.single-project .elementor-element-2958eed,
.single-project .elementor-element-d5d1d3d,
.single-project .elementor-element-f0a53b9,
.single-project .elementor-element-72ad3be,
.single-project .project-widget-price,
.single-project .project-detail-author {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
    background: #ffffff !important;
}

/* ==========================================================================
   EMPLOYER PROFILE: Remove Email & Compact Message Button
   ========================================================================== */
.single-employer .elementor-element-7d7042a,
.single-employer .job-email,
.single-employer .employer-detail-header-bottom {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

.single-employer .elementor-element-fs_emp_header_action {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
}

.single-employer .elementor-element-fs_emp_header_action .send-private-message-btn {
    width: auto !important;
    min-width: auto !important;
    max-width: max-content !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: auto !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}


   UNIFIED DASHBOARD STATS CARDS (Matching fs-statements-cards)
   Applies to Freelancer Dashboard (38cef56) and Employer Dashboard
   ========================================================================== */
.page-template-page-dashboard .statistics,
.elementor-element-38cef56 .statistics,
[class*="elementor-widget-apus_element_dashboard_"] .statistics {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 20px 18px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    height: 100% !important;
}

.page-template-page-dashboard .statistics:hover,
.elementor-element-38cef56 .statistics:hover,
[class*="elementor-widget-apus_element_dashboard_"] .statistics:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
    border-color: #cbd5e1 !important;
}

.page-template-page-dashboard .statistics .inner-header,
.elementor-element-38cef56 .statistics .inner-header,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .inner-header {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.page-template-page-dashboard .statistics .list-item,
.elementor-element-38cef56 .statistics .list-item,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .list-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    background: transparent !important;
}

/* Icon box on the LEFT (52x52 rounded box matching statements) */
.page-template-page-dashboard .statistics .icon-wrapper,
.elementor-element-38cef56 .statistics .icon-wrapper,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .icon-wrapper {
    order: 1 !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.page-template-page-dashboard .statistics .icon,
.elementor-element-38cef56 .statistics .icon,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .icon {
    font-size: 24px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.page-template-page-dashboard .statistics .icon:before,
.elementor-element-38cef56 .statistics .icon:before,
.page-template-page-dashboard .statistics .icon:after,
.elementor-element-38cef56 .statistics .icon:after,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .icon:before,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .icon:after {
    display: none !important;
    content: none !important;
}

/* Card Specific Colors */
/* 1. Services / Projects Count - Green */
.dashboard-service-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_service_count .icon-wrapper,
.elementor-element-49dae58 .icon-wrapper,
.elementor-element-91aefd4 .icon-wrapper {
    background: #ecfdf5 !important;
    color: #10b981 !important;
}
.dashboard-service-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_service_count .icon-wrapper i,
.elementor-element-49dae58 .icon-wrapper i,
.elementor-element-91aefd4 .icon-wrapper i {
    color: #10b981 !important;
}

/* 2. Completed Services / Completed Projects - Emerald */
.dashboard-service-completed-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_service_completed_count .icon-wrapper,
.elementor-element-4b677c9 .icon-wrapper,
.elementor-element-47b1564 .icon-wrapper {
    background: #eefaf2 !important;
    color: #23c366 !important;
    border: 1px solid #bbf0cc !important;
}
.dashboard-service-completed-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_service_completed_count .icon-wrapper i,
.elementor-element-4b677c9 .icon-wrapper i,
.elementor-element-47b1564 .icon-wrapper i {
    color: #23c366 !important;
}

/* 3. Inqueue Services / Proposals - Amber */
.dashboard-service-inqueue-count .icon-wrapper,
.dashboard-proposal-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_service_inqueue_count .icon-wrapper,
.elementor-widget-apus_element_dashboard_employer_proposal_count .icon-wrapper,
.elementor-element-0dd725f .icon-wrapper,
.elementor-element-316260a .icon-wrapper {
    background: #fffbeb !important;
    color: #f59e0b !important;
}
.dashboard-service-inqueue-count .icon-wrapper i,
.dashboard-proposal-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_service_inqueue_count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_employer_proposal_count .icon-wrapper i,
.elementor-element-0dd725f .icon-wrapper i,
.elementor-element-316260a .icon-wrapper i {
    color: #f59e0b !important;
}

/* 4. Reviews Count - Blue */
.dashboard-review-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_review_count .icon-wrapper,
.elementor-widget-apus_element_dashboard_employer_review_count .icon-wrapper,
.elementor-element-f4f6af5 .icon-wrapper,
.elementor-element-075ecbb .icon-wrapper {
    background: #eff6ff !important;
    color: #3b82f6 !important;
}
.dashboard-review-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_review_count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_employer_review_count .icon-wrapper i,
.elementor-element-f4f6af5 .icon-wrapper i,
.elementor-element-075ecbb .icon-wrapper i {
    color: #3b82f6 !important;
}

/* Info container on the RIGHT */
.page-template-page-dashboard .statistics .inner,
.elementor-element-38cef56 .statistics .inner,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .inner {
    order: 2 !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-page-dashboard .statistics .inner span,
.elementor-element-38cef56 .statistics .inner span,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .inner span {
    display: block !important;
    font-size: 13px !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.page-template-page-dashboard .statistics .inner .number-count,
.elementor-element-38cef56 .statistics .inner .number-count,
[class*="elementor-widget-apus_element_dashboard_"] .statistics .inner .number-count {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* ==========================================================================
   UNIFIED DASHBOARD STATS CARDS (Matching fs-statements-cards)
   Strictly scoped to elementor-element-38cef56 and 711be67 widgets ONLY
   Clean single card structure (no nested boxes) and no hover effect
   ========================================================================== */
.elementor-element-38cef56,
.elementor-element-711be67,
.elementor-element-38cef56.e-con,
.elementor-element-711be67.e-con {
    gap: 20px !important;
}

/* Parent container slots are transparent columns without borders */
.elementor-element-38cef56 > .e-con-child,
.elementor-element-711be67 > .e-con-child,
.elementor-element-49dae58,
.elementor-element-4b677c9,
.elementor-element-0dd725f,
.elementor-element-f4f6af5,
.elementor-element-592ea5d,
.elementor-element-f054bfb,
.elementor-element-54ce4a9,
.elementor-element-45d7e58 {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 10px !important;
}

.elementor-element-38cef56 > .e-con-child:hover,
.elementor-element-711be67 > .e-con-child:hover,
.elementor-element-49dae58:hover,
.elementor-element-4b677c9:hover,
.elementor-element-0dd725f:hover,
.elementor-element-f4f6af5:hover,
.elementor-element-592ea5d:hover,
.elementor-element-f054bfb:hover,
.elementor-element-54ce4a9:hover,
.elementor-element-45d7e58:hover {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: default !important;
}

.elementor-element-38cef56 .elementor-widget,
.elementor-element-711be67 .elementor-widget,
.elementor-element-38cef56 .elementor-widget-container,
.elementor-element-711be67 .elementor-widget-container,
.elementor-element-38cef56 [class*="elementor-widget-apus_element_dashboard_"],
.elementor-element-711be67 [class*="elementor-widget-apus_element_dashboard_"],
.elementor-element-38cef56 [class*="elementor-widget-apus_element_dashboard_"] .elementor-widget-container,
.elementor-element-711be67 [class*="elementor-widget-apus_element_dashboard_"] .elementor-widget-container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
}

/* Statistics widget inside elementor-element-38cef56/711be67 ONLY is THE ONLY card */
.elementor-element-38cef56 .statistics,
.elementor-element-711be67 .statistics {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 20px 18px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    height: 100% !important;
    cursor: default !important;
    transition: none !important;
    transform: none !important;
}

/* NO HOVER EFFECT: completely static */
.elementor-element-38cef56 .statistics:hover,
.elementor-element-711be67 .statistics:hover {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    border-color: #e5e7eb !important;
    transform: none !important;
    cursor: default !important;
}

/* Inner header and list item are transparent flex rows */
.elementor-element-38cef56 .statistics .inner-header,
.elementor-element-711be67 .statistics .inner-header {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.elementor-element-38cef56 .statistics .list-item,
.elementor-element-711be67 .statistics .list-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    background: transparent !important;
}

/* Icon box on the LEFT (52x52 rounded box matching statements) */
.elementor-element-38cef56 .statistics .icon-wrapper,
.elementor-element-711be67 .statistics .icon-wrapper {
    order: 1 !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.elementor-element-38cef56 .statistics .icon,
.elementor-element-711be67 .statistics .icon {
    font-size: 24px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.elementor-element-38cef56 .statistics .icon:before,
.elementor-element-711be67 .statistics .icon:before,
.elementor-element-38cef56 .statistics .icon:after,
.elementor-element-711be67 .statistics .icon:after {
    display: none !important;
    content: none !important;
}

/* Card Specific Colors */
.dashboard-service-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_service_count .icon-wrapper,
.elementor-element-49dae58 .icon-wrapper,
.elementor-element-91aefd4 .icon-wrapper {
    background: #ecfdf5 !important;
    color: #10b981 !important;
}
.dashboard-service-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_service_count .icon-wrapper i,
.elementor-element-49dae58 .icon-wrapper i,
.elementor-element-91aefd4 .icon-wrapper i {
    color: #10b981 !important;
}

.dashboard-service-completed-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_service_completed_count .icon-wrapper,
.elementor-element-4b677c9 .icon-wrapper,
.elementor-element-47b1564 .icon-wrapper {
    background: #eefaf2 !important;
    color: #23c366 !important;
    border: 1px solid #bbf0cc !important;
}
.dashboard-service-completed-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_service_completed_count .icon-wrapper i,
.elementor-element-4b677c9 .icon-wrapper i,
.elementor-element-47b1564 .icon-wrapper i {
    color: #23c366 !important;
}

.dashboard-service-inqueue-count .icon-wrapper,
.dashboard-proposal-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_service_inqueue_count .icon-wrapper,
.elementor-widget-apus_element_dashboard_employer_proposal_count .icon-wrapper,
.elementor-element-0dd725f .icon-wrapper,
.elementor-element-54ce4a9 .icon-wrapper,
.elementor-element-316260a .icon-wrapper,
.elementor-element-c14ae8b .icon-wrapper {
    background: #fffbeb !important;
    color: #f59e0b !important;
}
.dashboard-service-inqueue-count .icon-wrapper i,
.dashboard-proposal-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_service_inqueue_count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_employer_proposal_count .icon-wrapper i,
.elementor-element-0dd725f .icon-wrapper i,
.elementor-element-54ce4a9 .icon-wrapper i,
.elementor-element-316260a .icon-wrapper i,
.elementor-element-c14ae8b .icon-wrapper i {
    color: #f59e0b !important;
}

.dashboard-review-count .icon-wrapper,
.elementor-widget-apus_element_dashboard_freelancer_review_count .icon-wrapper,
.elementor-widget-apus_element_dashboard_employer_review_count .icon-wrapper,
.elementor-element-f4f6af5 .icon-wrapper,
.elementor-element-45d7e58 .icon-wrapper,
.elementor-element-075ecbb .icon-wrapper {
    background: #eff6ff !important;
    color: #3b82f6 !important;
}
.dashboard-review-count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_freelancer_review_count .icon-wrapper i,
.elementor-widget-apus_element_dashboard_employer_review_count .icon-wrapper i,
.elementor-element-f4f6af5 .icon-wrapper i,
.elementor-element-45d7e58 .icon-wrapper i,
.elementor-element-075ecbb .icon-wrapper i {
    color: #3b82f6 !important;
}

/* Info container on the RIGHT */
.elementor-element-38cef56 .statistics .inner,
.elementor-element-711be67 .statistics .inner {
    order: 2 !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element-38cef56 .statistics .inner span,
.elementor-element-711be67 .statistics .inner span {
    display: block !important;
    font-size: 13px !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.elementor-element-38cef56 .statistics .inner .number-count,
.elementor-element-711be67 .statistics .inner .number-count {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Explicitly guarantee statements cards row container is completely untouched */
.wt-withdraw-user.statistics.row.fs-statements-cards,
.fs-statements-cards {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
}
