.kebutuhan-page {
    --wishlist-green: var(--pp-green);
    --wishlist-orange: var(--pp-orange);
    --wishlist-cream: var(--pp-cream);
    --wishlist-sage: var(--pp-light-green);
    --wishlist-text: var(--pp-text);
    background: var(--wishlist-cream);
    color: var(--wishlist-text);
    min-height: 78vh;
    overflow: hidden;
    padding: 2.5rem 0 4rem;
}

.kebutuhan-page a {
    text-decoration: none;
}

.kebutuhan-page .reference-container {
    max-width: 1180px;
}

.kebutuhan-page .reference-eyebrow {
    color: var(--wishlist-orange);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kebutuhan-page .reference-title {
    color: var(--wishlist-green);
    font-size: clamp(2rem, 3.3vw, 3.1rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.15;
}

.kebutuhan-page .reference-copy {
    color: rgba(34, 34, 34, .76);
    font-size: 1rem;
    line-height: 1.72;
}

.kebutuhan-intro {
    background: var(--wishlist-cream);
    border: 1px solid rgba(19, 76, 67, .08);
    border-radius: 0 0 1.25rem 1.25rem;
    margin-top: -2.5rem;
    padding: 1rem 0 2.5rem;
    position: relative;
}

.kebutuhan-intro::after {
    background: rgba(230, 239, 234, .58);
    border-radius: 50%;
    content: '';
    height: 280px;
    position: absolute;
    right: -120px;
    top: -120px;
    width: 280px;
}

.kebutuhan-intro-content {
    position: relative;
    z-index: 1;
}

.kebutuhan-filter {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(19, 76, 67, .13);
    border-radius: 1rem;
    box-shadow: 0 14px 30px rgba(19, 76, 67, .08);
    padding: .45rem;
}

.kebutuhan-search {
    border: 1px solid rgba(19, 76, 67, .11);
    border-radius: .75rem;
    overflow: hidden;
}

.kebutuhan-search .form-control {
    border: 0;
    box-shadow: none;
    color: var(--wishlist-text);
    font-size: .88rem;
    min-height: 48px;
}

.kebutuhan-search .form-control:focus {
    box-shadow: none;
}

.kebutuhan-search .btn {
    background: var(--wishlist-orange);
    border: 0;
    border-radius: .58rem;
    color: #fff;
    margin: .25rem;
    min-width: 48px;
}

.kebutuhan-category-select {
    border-color: rgba(19, 76, 67, .14);
    color: var(--wishlist-text);
    flex: 1 1 190px;
    font-size: .82rem;
    min-height: 40px;
}

.kebutuhan-filter-button {
    background: var(--wishlist-green);
    border: 0;
    border-radius: .6rem;
    color: #fff;
    font-size: .78rem;
    padding: .55rem .85rem;
}

.kebutuhan-filter-button:hover {
    background: #0e3b34;
    color: #fff;
}

.kebutuhan-content {
    padding-top: 2.25rem;
}

.donor-activity-card {
    background: #fffdf9;
    border: 1px solid rgba(19, 76, 67, .12);
    border-radius: 1rem;
    box-shadow: 0 12px 28px rgba(19, 76, 67, .08);
    padding: 1.35rem;
    position: sticky;
    top: 106px;
}

.donor-activity-card h2,
.kebutuhan-result h2 {
    color: var(--wishlist-green);
    font-size: 1.18rem;
    font-weight: 600;
    letter-spacing: -.025em;
}

.activity-live {
    align-items: center;
    background: rgba(230, 239, 234, .8);
    border-radius: 99px;
    color: var(--wishlist-green);
    display: inline-flex;
    font-size: .65rem;
    font-weight: 700;
    gap: .32rem;
    padding: .38rem .55rem;
    white-space: nowrap;
}

.activity-live i {
    color: var(--wishlist-orange);
    font-size: .48rem;
}

.activity-intro {
    color: rgba(34, 34, 34, .64);
    font-size: .78rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.activity-list {
    display: grid;
    gap: .15rem;
}

.activity-item {
    align-items: flex-start;
    border-bottom: 1px solid rgba(19, 76, 67, .1);
    display: flex;
    gap: .72rem;
    padding: .85rem 0;
}

.activity-item:first-child {
    padding-top: .15rem;
}

.activity-item:last-child {
    border-bottom: 0;
    padding-bottom: .15rem;
}

.activity-avatar {
    align-items: center;
    background: rgba(242, 99, 34, .1);
    border-radius: 50%;
    color: var(--wishlist-orange);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .74rem;
    height: 30px;
    justify-content: center;
    margin-top: .12rem;
    width: 30px;
}

.activity-copy {
    min-width: 0;
}

.activity-copy p,
.activity-copy h3,
.activity-copy span,
.activity-copy time {
    display: block;
}

.activity-copy p {
    color: rgba(34, 34, 34, .72);
    font-size: .7rem;
    line-height: 1.45;
    margin: 0 0 .12rem;
}

.activity-copy p strong,
.activity-copy h3 {
    color: var(--wishlist-green);
}

.activity-copy h3 {
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.activity-copy span,
.activity-copy time {
    color: rgba(34, 34, 34, .64);
    font-size: .68rem;
    line-height: 1.5;
}

.activity-copy time {
    color: #9a765a;
    margin-top: .14rem;
}

.activity-empty {
    align-items: center;
    background: rgba(230, 239, 234, .4);
    border-radius: .75rem;
    color: rgba(34, 34, 34, .66);
    display: flex;
    flex-direction: column;
    font-size: .78rem;
    gap: .5rem;
    padding: 1.6rem 1rem;
    text-align: center;
}

.activity-empty i {
    color: var(--wishlist-orange);
    font-size: 1.45rem;
}

.activity-privacy {
    border-top: 1px solid rgba(19, 76, 67, .1);
    color: rgba(34, 34, 34, .56);
    font-size: .66rem;
    line-height: 1.55;
    margin-top: 1rem;
    padding-top: .9rem;
}

.activity-privacy i {
    color: var(--wishlist-green);
}

.kebutuhan-result {
    border-bottom: 1px solid rgba(19, 76, 67, .12);
    padding-bottom: 1rem;
}

.kebutuhan-result h2 {
    font-size: 1.32rem;
}

.kebutuhan-reset,
.kebutuhan-sort {
    color: var(--wishlist-orange);
    font-size: .76rem;
    font-weight: 700;
}

.kebutuhan-sort {
    color: rgba(34, 34, 34, .56);
    font-weight: 600;
}

.kebutuhan-card {
    background: #fffdf9;
    border: 1px solid rgba(19, 76, 67, .12);
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(19, 76, 67, .06);
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}

.kebutuhan-card:hover {
    box-shadow: 0 16px 28px rgba(19, 76, 67, .13);
    transform: translateY(-4px);
}

.kebutuhan-image {
    display: block;
    height: 165px;
    object-fit: cover;
    width: 100%;
}

.kebutuhan-card-body {
    min-height: 337px;
    padding: 1.15rem;
}

.kebutuhan-category,
.kebutuhan-availability {
    border-radius: 99px;
    display: inline-flex;
    font-size: .64rem;
    font-weight: 700;
    line-height: 1.25;
    padding: .38rem .55rem;
}

.kebutuhan-category {
    background: rgba(242, 99, 34, .11);
    color: var(--wishlist-orange);
    max-width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kebutuhan-availability {
    background: rgba(230, 239, 234, .8);
    color: var(--wishlist-green);
    white-space: nowrap;
}

.kebutuhan-card h3 {
    color: var(--wishlist-green);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .42rem;
}

.kebutuhan-panti {
    color: var(--wishlist-green);
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.45;
}

.kebutuhan-panti i,
.kebutuhan-location i {
    color: var(--wishlist-orange);
}

.kebutuhan-location {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgba(34, 34, 34, .62);
    display: -webkit-box;
    font-size: .7rem;
    margin: .3rem 0 0;
    overflow: hidden;
}

.kebutuhan-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(34, 34, 34, .64);
    display: -webkit-box;
    font-size: .72rem;
    line-height: 1.55;
    margin: .65rem 0 .9rem;
    overflow: hidden;
}

.kebutuhan-progress-label {
    color: rgba(34, 34, 34, .63);
    font-size: .65rem;
    line-height: 1.45;
    margin-bottom: .35rem;
}

.kebutuhan-progress-label span:last-child {
    text-align: right;
}

.kebutuhan-progress {
    background: rgba(230, 239, 234, .75);
    height: 7px;
    margin-bottom: .58rem;
}

.kebutuhan-progress .progress-bar {
    background: var(--wishlist-green);
}

.kebutuhan-reserved {
    color: #8c6d54;
    font-size: .64rem;
    line-height: 1.5;
    margin: 0 0 .62rem;
}

.kebutuhan-reserved i {
    color: var(--wishlist-orange);
}

.kebutuhan-donate {
    background: var(--wishlist-green);
    border-radius: .65rem;
    color: #fff;
    display: block;
    font-size: .76rem;
    font-weight: 600;
    margin-top: .75rem;
    padding: .73rem .8rem;
    text-align: center;
    transition: background .2s ease, transform .2s ease;
}

.kebutuhan-donate:hover {
    background: #0e3b34;
    color: #fff;
    transform: translateY(-1px);
}

.kebutuhan-empty {
    background: rgba(255, 253, 249, .76);
    border: 1px dashed rgba(19, 76, 67, .28);
    border-radius: 1rem;
    color: rgba(34, 34, 34, .66);
}

.kebutuhan-empty i {
    color: var(--wishlist-orange);
    font-size: 2.2rem;
}

.kebutuhan-empty p {
    font-size: .86rem;
    line-height: 1.65;
}

.kebutuhan-pagination .page-link {
    background: #fffdf9;
    border: 1px solid rgba(19, 76, 67, .18);
    border-radius: .55rem;
    color: var(--wishlist-green);
    font-size: .78rem;
    margin: 0 .14rem;
    min-width: 34px;
    text-align: center;
}

.kebutuhan-pagination .page-item.active .page-link {
    background: var(--wishlist-green);
    border-color: var(--wishlist-green);
    color: #fff;
}

.kebutuhan-pagination .page-item.disabled .page-link {
    color: rgba(34, 34, 34, .34);
}

@media (max-width: 991.98px) {
    .donor-activity-card {
        position: static;
    }

    .activity-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1rem;
    }

    .activity-item:nth-last-child(2) {
        border-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .kebutuhan-page {
        padding-bottom: 3.5rem;
    }

    .kebutuhan-intro {
        padding: 1rem 0 2.1rem;
    }

    .kebutuhan-page .reference-title {
        font-size: 2.15rem;
    }

    .kebutuhan-page .reference-copy {
        font-size: .95rem;
    }

    .kebutuhan-content {
        padding-top: 1.8rem;
    }

    .donor-activity-card {
        padding: 1.1rem;
    }

    .activity-list {
        display: block;
    }

    .activity-item:nth-last-child(2) {
        border-bottom: 1px solid rgba(19, 76, 67, .1);
    }

    .kebutuhan-image {
        height: 185px;
    }

    .kebutuhan-card-body {
        min-height: 0;
    }
}
