.harvest-expired-card {
    width: 100%;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-left: 4px solid #ef4444;
    border-radius: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06);
    color: #475569;
    filter: grayscale(0.72);
    opacity: 0.78;
}

.harvest-expired-summary {
    min-height: 3.8rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.8rem;
}

.harvest-expired-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    flex: 0 0 auto;
    border: 1px solid #fca5a5;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    padding: 0.35rem 0.55rem;
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.harvest-expired-title {
    overflow: hidden;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.harvest-expired-location {
    overflow: hidden;
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.62rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.harvest-expired-actions {
    border-top: 1px solid #cbd5e1;
    padding: 0.7rem 0.8rem 0.8rem;
    background: rgba(255, 255, 255, 0.72);
    filter: grayscale(0);
}

.harvest-expired-actions > p {
    margin: 0 0 0.55rem;
    color: #334155;
    font-size: 0.73rem;
    font-weight: 900;
}

.harvest-expired-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.harvest-expired-action {
    min-height: 2.8rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    padding: 0.55rem 0.45rem;
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.harvest-expired-action--close {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.harvest-expired-action--remove {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #475569;
}

@media (max-width: 340px) {
    .harvest-expired-action-grid {
        grid-template-columns: 1fr;
    }
}
