:root {
    --wcc-primary: #1768b3;
    --wcc-primary-hover: #005FB8;
    --wcc-bg: #ffffff;
    --wcc-text: #1e293b;
    --wcc-text-muted: #64748b;
    --wcc-border: #f1f5f9;
    --wcc-radius: 16px;
    --wcc-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --wcc-button-font-size: 14px;
    --wcc-button-height: 46px;
    --wcc-button-padding: 9px 20px;
    --wcc-button-border-radius: 12px;
    --wcc-button-border-width: 2px
}

/* Premium Single Campaign Layout - Molham Style Refined */
.wcc-campaign-single-layout {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    background: #fff;
    padding: 30px 0;
}

.wcc-campaign-container {
    max-width: 1244px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumbs */
.wcc-breadcrumbs {
    margin-bottom: 25px;
    font-size: 0.85rem;
    color: #94a3b8;
    display: none !important;
}

.wcc-breadcrumbs a {
    color: #3b82f6;
    text-decoration: none;
}

.wcc-breadcrumbs span {
    margin: 0 10px;
}

/* Main Structure */
.wcc-campaign-grid {
    display: flex;
    gap: 40px;
}

.wcc-campaign-main {
    flex: 2;
    background: #fff;
    overflow: hidden;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}

.wcc-campaign-sidebar {
    flex: 1;
    position: sticky;
    top: 20px;
    height: fit-content;
    margin-top: 25px;
}

/* Featured Image */
.wcc-main-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

/* 1. Header Suite (Icon + Title) */
.wcc-header-suite {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px 30px 15px 30px;
}

.wcc-site-icon-box {
    width: 70px;
    height: 70px;
    background: #f1f5f9;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcc-site-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wcc-title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wcc-main-title {
    margin: 0;
    /* font-size: 1.4rem; */
    font-weight: 800;
    color: #1e293b;
    text-transform: uppercase;
    line-height: 1.2;
}

.wcc-required-badge {
    /* font-size: 0.95rem; */
    color: #64748b;
}

.amount {
    color: #1768b3 !important;
}

.wcc-required-badge strong {
    color: #1768b3;
    margin-left: 8px;
    font-weight: 700;
}

/* Divider Line */
.wcc-premium-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 0 30px;
}

/* 2. Action Suite (Buttons + Progress Side-by-Side) */
.wcc-action-suite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    gap: 30px;
}

.wcc-actions-left {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 2 1;
}

/* Donate Button */
.wcc-donate-btn-large {
    height: var(--wcc-button-height);
    background: #1768b3;
    color: #fff;
    border: none;
    padding: var(--wcc-button-padding);
    border-radius: var(--wcc-button-border-radius);
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.wcc-donate-btn-large:hover {
    background: #005FB8;
    transform: translateY(-1px);
}

.wcc-donate-btn-large svg {
    width: 18px;
    height: 18px;
}

/* Icon Buttons */
.wcc-icon-btn {
    /* width: 44px; */
    padding: 0 16px;
    height: 48px;
    border: none;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.wcc-icon-btn svg {
    width: 20px;
    height: 20px;
}

.wcc-icon-btn:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.wcc-btn-share {
    background: #eef2ff;
    color: #4f46e5;
}

.wcc-btn-like {
    background: #fff1f2;
    color: #e11d48;
    position: relative;
}

.wcc-like-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e11d48;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    pointer-events: none;
    animation: wcc-badge-pop 0.3s ease;
}

@keyframes wcc-badge-pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    70% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.wcc-btn-comment {
    background: #eff6ff;
    color: #1768b3;
}

/* 3. Side Progress */
.wcc-progress-suite {
    flex: 1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wcc-progress-top {
    display: flex;
    justify-content: space-between;
    /* font-size: 0.85rem; */
    color: #64748b;
}

.wcc-progress-top strong {
    color: #334155;
    margin-right: 4px;
}

.wcc-bar-bg {
    height: 10px;
    background: #f1f5f9;
    border-radius: 50px;
    overflow: hidden;
}

.wcc-bar-fill {
    float: left;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
    contain: layout paint style;
}

/* Related Sidebar List */
.wcc-sidebar-title {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
}

.wcc-related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.wcc-related-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #fff;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); */
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
    align-items: center;
    border: 1px solid #f1f5f9;
}

.wcc-related-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.wcc-related-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.wcc-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcc-related-name {
    /* font-size: 0.85rem; */
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.wcc-related-amount {
    /* font-size: 0.75rem; */
    color: #94a3b8;
}

.wcc-related-amount span {
    color: #1768b3;
    font-weight: 700;
}

.wcc-related-info {
    align-content: center;
}

/* Tabs Area Padding */
.wcc-campaign-tabs-wrapper {
    padding: 20px 30px;
}

/* Tab Activity Counters */
.wcc-tab-count {
    margin-left: 6px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 10px;
    background: #eef2f7;
    color: var(--wcc-primary);
}

.wcc-tab-link.active .wcc-tab-count {
    background: var(--wcc-primary);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
    .wcc-campaign-grid {
        flex-direction: column;
    }

    .wcc-campaign-sidebar {
        width: 100%;
    }

    .wcc-action-suite {
        flex-direction: column;
        align-items: stretch;
    }

    .wcc-progress-suite {
        max-width: 100%;
    }
}